creating-amazon-aurora-db-cluster-with-instances
An agent skill by aws, from aws/agent-toolkit-for-aws. Tags: aurora, cloud, database, deployment, setup.
What it does
Creates a complete Amazon Aurora database cluster with instances, handling cluster creation, instance provisioning, and Secrets Manager password management in the proper sequence. Use when setting up new Aurora MySQL or PostgreSQL clusters with production-ready configuration.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add aws/agent-toolkit-for-aws --skill creating-amazon-aurora-db-cluster-with-instances
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/aws/agent-toolkit-for-aws
cp -r agent-toolkit-for-aws/skills/specialized-skills/database-skills/creating-amazon-aurora-db-cluster-with-instances ~/.claude/skills/creating-amazon-aurora-db-cluster-with-instances
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- aws/agent-toolkit-for-aws (all skills from this repository)
- Path
- skills/specialized-skills/database-skills/creating-amazon-aurora-db-cluster-with-instances/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- amazon-aurora-mysql — Amazon Aurora MySQL — creates, modifies, and advises on Aurora MySQL clusters specifically (MySQL-compatible engine, Aurora serverless, parallel query).
- amazon-aurora-postgresql — Amazon Aurora PostgreSQL — creates, modifies, and advises on Aurora PostgreSQL clusters specifically (PostgreSQL-compatible engine, Aurora serverless.
- agents-deploy — Use when deploying your agent to AWS, or when a deploy has failed.
- aws-ai-ml — Selects, deploys, and customizes AI models on Amazon SageMaker.
- aws-database — Routes any task involving AWS databases — choosing, comparing, recommending, getting started with.
- aws-deployment — Configures CI/CD pipelines using AWS CodePipeline, CodeBuild, CodeDeploy, CodeConnections, and CodeArtifact.