rds-aurora

Design Amazon RDS and Aurora database architectures for production deployments.

15|20|Updated May 11, 2026
One-click install
npx skills add https://github.com/awslabs/startups --skill rds-aurora-awslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rds-aurora
Source: https://github.com/awslabs/startups/tree/main/solution-architecture/plugins/aws-dev-toolkit/skills/rds-aurora
Command: npx skills add https://github.com/awslabs/startups --skill rds-aurora-awslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps architects and engineers design, configure, and operate Amazon RDS and Aurora databases by providing guidance for engine selection, high availability, scaling, security, and migrations.

Core Features & Use Cases

  • Database Architecture Guidance: Select between RDS engines, Aurora provisioned, and Aurora Serverless v2 based on workload requirements, availability goals, and cost considerations.
  • Operations and Optimization: Plan replication, failover, RDS Proxy usage, parameter tuning, monitoring, backups, and performance improvements.
  • Migration and Production Planning: Support database migrations, blue/green deployments, encryption strategies, and operational best practices for production AWS environments.

Quick Start

Use the rds-aurora skill to design a highly available Aurora PostgreSQL architecture for my production application with recommended sizing and operational practices.

Frequently Asked Questions about rds-aurora

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a highly available Amazon Aurora database architecture for production?

To design a highly available Amazon Aurora database architecture for production, plan replication, failover, and multi-AZ deployments to ensure reliable operations and continuous uptime during regional or instance disruptions.

What is the best way to choose between RDS engines and Aurora Serverless v2?

Choosing between RDS engines and Aurora Serverless v2 depends on workload requirements, availability goals, and cost considerations, evaluating provisioned capacity versus automatic scaling for variable database traffic.

How do I plan a database migration using AWS RDS and Aurora?

Plan a database migration using AWS RDS and Aurora by implementing blue/green deployments and encryption strategies, ensuring minimal downtime and operational best practices for production AWS environments.

Can I use RDS Proxy to improve Aurora PostgreSQL performance tuning?

Yes, use RDS Proxy to improve Aurora PostgreSQL performance tuning by managing connection pooling, reducing database overhead, and supporting parameter tuning alongside operational monitoring strategies.

When should I not use Aurora Serverless v2 for high availability database scaling?

Avoid Aurora Serverless v2 for high availability database scaling when workloads require consistent, sustained throughput, as rapid capacity fluctuations or strict performance tuning demands are better served by provisioned Aurora instances.