Creating amazon aurora db cluster with instances
Skill mouadja02/skills/skills/cloud-aws/database/creating-amazon-aurora-db-cluster-with-instances
A curated collection of agent skills for your AI agents - engineering craft, prompt engineering, design, growth marketing, ...
npx -y skills add mouadja02/skills --skill creating-amazon-aurora-db-cluster-with-instancesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
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.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, 226 tokens by cl100k_base, as published. Nobody here has run it
Creating Amazon Aurora DB Cluster with Instances
Overview
Domain expertise for creating complete Amazon Aurora database setups including cluster creation, instance provisioning, and managed password configuration via AWS Secrets Manager. Supports both Aurora MySQL and Aurora PostgreSQL engines.
Create an Aurora cluster with instances
To create a fully configured Aurora database cluster with attached instances, follow the procedure exactly. See Aurora cluster creation procedure.
The procedure creates an empty Aurora cluster first, then adds a database instance to make it queryable. It uses AWS Secrets Manager for password management and includes proper status monitoring with retry logic.
Troubleshooting
Cluster creation fails
Verify the engine version is supported in your region and that you have sufficient permissions for RDS and Secrets Manager operations.
Instance creation fails
Check that the instance class is compatible with the Aurora engine and available in your region's availability zones.
Long creation times
Aurora cluster and instance creation can take 10-20 minutes. Extended wait times are normal for Aurora resources.