AWS Launches Express Aurora PostgreSQL: Database Creation in Seconds
#Regulation

AWS Launches Express Aurora PostgreSQL: Database Creation in Seconds

Cloud Reporter
4 min read

AWS has introduced a new express configuration for Amazon Aurora PostgreSQL that enables serverless database creation in seconds with just two clicks, featuring preconfigured defaults, internet access gateway, and IAM authentication.

AWS has unveiled a new express configuration for Amazon Aurora PostgreSQL that dramatically accelerates database creation, enabling developers to spin up serverless databases in seconds with just two clicks. This capability, announced at re:Invent 2025 and now generally available, represents a fundamental shift in how developers can onboard to cloud databases.

From Minutes to Seconds: The New Creation Experience

The traditional database provisioning process often involves multiple configuration steps, network setup, and security considerations that can take minutes or longer. AWS's new express configuration streamlines this dramatically by providing preconfigured defaults that handle the heavy lifting automatically.

To create a database using the express configuration, developers simply navigate to the Aurora and RDS console, select "Create with express configuration," and choose a database identifier and capacity range. The system handles the rest, including network configuration, authentication setup, and security parameters. The entire process completes in seconds rather than minutes.

Key Features of Express Configuration

The express configuration includes several intelligent defaults designed to get developers started immediately:

Internet Access Gateway: Unlike traditional Aurora clusters that require VPC configuration and VPN or Direct Connect setup, express configuration creates databases without an Amazon VPC network. Instead, it includes an internet access gateway that enables secure connections from anywhere in the world using the PostgreSQL wire protocol. This gateway is distributed across multiple Availability Zones, providing the same high availability as traditional Aurora clusters.

IAM Authentication by Default: Express configuration enables AWS Identity and Access Management (IAM) authentication for the administrator user by default. This passwordless authentication approach eliminates the need for managing database credentials and provides secure access through generated tokens valid for 15 minutes.

Flexible Post-Creation Modifications: While the express configuration provides sensible defaults, developers retain flexibility to modify settings after creation. This includes changing the capacity range for serverless instances, adding read replicas, or modifying parameter groups.

Simplified Connection Options

Once created, the database offers three streamlined connection methods:

Code Snippets: For SDK and API integration, the console provides dynamically generated connection code in multiple programming languages including .NET, Golang, JDBC, Node.js, PHP, PSQL, Python, and TypeScript. The code automatically incorporates the appropriate authentication method based on the database's configuration.

CloudShell Integration: Developers can launch AWS CloudShell directly from the console with pre-populated connection commands, providing immediate command-line access to the database.

Traditional Endpoints: For tools that only support username and password credentials, such as pgAdmin, the console provides endpoints and token generation capabilities.

Building at the Speed of an Idea

The express configuration aligns with AWS's broader vision of enabling developers to build applications at the speed of an idea. This philosophy was emphasized at re:Invent 2025, where AWS highlighted the importance of rapid progression from concept to running application.

Several complementary capabilities enhance this experience:

AWS Free Tier Integration: Aurora is now available across a broad set of eligible Free Tier database services. Developers receive up to $200 in AWS credits upon sign-up, with an additional $100 available through usage of services like Amazon RDS, AWS Lambda, and Amazon Bedrock.

Vercel Marketplace Integration: AWS has partnered with Vercel to enable database creation and connection directly from the Vercel platform in seconds. The v0 by Vercel tool, an AI-powered application builder, includes Aurora PostgreSQL, Aurora DSQL, and DynamoDB databases, allowing developers to create production-ready applications through natural language prompts.

Kiro Powers Integration: Developers can use Kiro, an AI agent-assisted development tool, to build Aurora PostgreSQL-backed applications faster. The Kiro Power for Aurora PostgreSQL is available within the Kiro IDE and through a one-click installation from the Kiro powers webpage.

Technical Implementation and Availability

The express configuration leverages Aurora's serverless architecture, which automatically scales capacity based on application needs. Developers pay only for capacity consumed, billed per second from zero capacity using Aurora Capacity Units (ACUs).

The feature is available today in all AWS commercial Regions. For regional availability and future roadmap details, AWS provides a capabilities by region page.

Getting Started

Developers can begin using the express configuration immediately through the Aurora and RDS console. The process requires only two clicks after selecting the express configuration option. For programmatic access, the AWS CLI and SDKs support the --with-express-configuration parameter to create both cluster and instance with a single API call.

The introduction of express configuration represents a significant step toward reducing friction in cloud database adoption. By eliminating complex setup procedures and providing intelligent defaults, AWS enables developers to focus on building applications rather than managing infrastructure. This approach particularly benefits rapid prototyping, development environments, and scenarios where quick iteration is essential.

As cloud development continues to evolve toward faster iteration cycles and simplified tooling, capabilities like express configuration demonstrate how cloud providers are removing traditional barriers to entry. The combination of speed, simplicity, and flexibility positions Aurora PostgreSQL as an even more attractive option for developers seeking to build modern applications without the overhead of traditional database administration.

Comments

Loading comments...