rds-aurora

Design scalable and secure AWS RDS/Aurora databases with HA and migration plans.

12|5|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill rds-aurora
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rds-aurora
Source: https://github.com/aws-samples/sample-claude-code-plugins-for-startups/tree/main/plugins/aws-dev-toolkit/skills/rds-aurora
Command: npx skills add https://github.com/aws-samples/sample-claude-code-plugins-for-startups --skill rds-aurora

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Design scalable and secure AWS RDS/Aurora deployments, including engine selection, HA configurations, and migration planning.

Core Features & Use Cases

  • Engine selection matrix comparing RDS vs Aurora for various workloads and cost profiles
  • High-availability configurations: RDS Multi-AZ, Aurora Multi-AZ, and Aurora Global Database
  • RDS Proxy guidance and security best practices: encryption, IAM authentication, and network isolation
  • Backup, recovery, monitoring, and blue/green deployment strategies
  • Migration planning, cross-region DR, and endpoint considerations
  • Reference resources and best-practice design templates

Quick Start

Describe your workload and desired availability, and I will generate an RDS/Aurora design with HA, backups, and migration plan.

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 AWS RDS or Aurora database architecture?

Designing highly available AWS RDS or Aurora databases involves selecting the right engine, configuring Multi-AZ deployments or Aurora Global Database, and utilizing RDS Proxy to ensure scalability and fault tolerance for your specific workload.

What is the best way to choose between RDS and Aurora for my workload?

Choosing between RDS and Aurora requires evaluating an engine selection matrix comparing cost profiles, performance needs, and high-availability configurations to determine the optimal fit for your specific workload.

How do I configure cross-region disaster recovery for Aurora databases?

Configuring cross-region disaster recovery for Aurora databases utilizes Aurora Global Database capabilities, enabling cross-region replication and endpoint considerations to maintain business continuity during regional outages.

Can I use blue green deployment strategies for RDS database migrations?

Yes, you can use blue green deployment strategies for RDS database migrations to minimize downtime, allowing you to transition database workloads safely while maintaining operational best practices and backup configurations.

What security best practices should I apply when designing RDS databases?

RDS database security best practices include implementing network isolation, enforcing IAM authentication, utilizing RDS Proxy for connection pooling, and enabling encryption to protect data at rest and in transit.

When do I need RDS Proxy for my high-availability database configuration?

You need RDS Proxy for high-availability database configurations when managing unpredictable connection surges, as it pools and shares database connections to prevent resource exhaustion during failover or scaling events.