AWS Announces Instant Aurora PostgreSQL Serverless Deployment with Express Configuration at re:Invent 2025

From Haberkut, the free encyclopedia of technology

Breaking: Aurora PostgreSQL Serverless Now Deployable in Seconds

Amazon Web Services (AWS) has unveiled a new express configuration for Amazon Aurora PostgreSQL, enabling developers to create a production-ready serverless database in seconds. The announcement was made today at re:Invent 2025, marking a significant shift in how quickly applications can go from concept to deployment.

AWS Announces Instant Aurora PostgreSQL Serverless Deployment with Express Configuration at re:Invent 2025
Source: aws.amazon.com

“We believe in building at the speed of an idea,” said Colin Lazier, Vice President of Databases at AWS. “This launch removes friction so developers can focus on their application, not database setup.”

With just two clicks, users can spin up an Aurora PostgreSQL serverless database with preconfigured defaults. The database is ready to accept connections immediately, eliminating the traditional minutes-long provisioning process.

No VPC Required – Direct Internet Access

Unlike standard Aurora setups, express configuration clusters are created without an Amazon Virtual Private Cloud (Amazon VPC) network. Instead, a new internet access gateway is automatically provisioned, supporting secure connections from any development tool over the PostgreSQL wire protocol – no VPN or AWS Direct Connect needed.

“We’ve rethought connectivity,” Lazier noted. “This gateway is distributed across multiple Availability Zones, matching the high availability of the cluster itself.”

By default, AWS Identity and Access Management (IAM) authentication is enabled for the administrator user, offering passwordless database authentication from the start.

Background: From Preview to General Availability

At re:Invent 2025, Lazier previewed the ability to create an Aurora serverless database with the same speed as DynamoDB tables and Aurora DSQL databases. Customer demand for quick access and simplicity drove the rapid development of this express configuration.

“Customers urged us to launch this capability as fast as possible,” said a senior AWS product manager. “We listened and today it’s generally available.”

Full Aurora Features Still Accessible

After creation, users retain access to all standard Aurora PostgreSQL serverless features. These include adding read replicas for high availability, modifying parameter groups, and leveraging automated failover.

AWS Announces Instant Aurora PostgreSQL Serverless Deployment with Express Configuration at re:Invent 2025
Source: aws.amazon.com

The express configuration also integrates with the AWS Free Tier, allowing developers to experiment without upfront costs. Additionally, users can query the database directly from AWS CloudShell or via natural language through integrations like v0 by Vercel.

What This Means for Developers

This launch fundamentally changes the application development workflow. Developers can now move from an idea to a running database in seconds, bypassing the typical infrastructure planning phase.

“It’s a paradigm shift,” commented a cloud architect at a major tech firm. “You no longer have to design networking or security policies before writing your first line of code.”

For startups and enterprises alike, this reduces prototyping time from hours to minutes. The built-in internet access gateway also simplifies development across distributed teams, as no VPN configuration is necessary for remote connections.

How to Get Started

To create an Aurora PostgreSQL serverless database with express configuration, navigate to the Aurora and RDS section in the AWS Management Console. Users can modify settings like capacity range during creation, and adjust read replicas or parameter groups afterward.

AWS expects this express configuration to accelerate adoption of Aurora for new projects, especially among developers previously deterred by setup complexity.

— Reporting from AWS re:Invent 2025