What problem does it solve?
This Skill simplifies the complex process of setting up and configuring production-ready relational databases on Amazon Web Services (AWS), ensuring optimal performance, availability, and security.
Core Features & Use Cases
- Database Configuration: Generates CloudFormation or Terraform templates for AWS RDS and Aurora instances.
- Engine & Instance Sizing: Recommends optimal database engines (PostgreSQL, MySQL, Aurora) and instance types based on workload.
- High Availability & Backups: Configures Multi-AZ deployments, read replicas, automated backups, and point-in-time recovery.
- Security: Implements best practices for network security, credential management (Secrets Manager), and encryption.
- Use Case: You need to set up a highly available PostgreSQL database for a new web application. This skill will guide you through creating an Aurora PostgreSQL cluster with Multi-AZ, read replicas, automated backups, and secure access.
Quick Start
Use the aws-rds skill to generate a production-ready Aurora PostgreSQL database configuration for a transactional workload.