Aws Cloudformation Rds
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aws-cloudformation-rds npx -- -y @trustedskills/aws-cloudformation-rds
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-cloudformation-rds": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-cloudformation-rds"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The aws-cloudformation-rds skill enables AI agents to programmatically provision, configure, and manage Amazon RDS database instances using AWS CloudFormation templates. It automates the creation of relational databases with specific engine types, instance classes, and storage settings directly from code or natural language instructions.
When to use it
- Infrastructure as Code (IaC) Deployment: Automatically spin up new production database clusters defined in a CloudFormation template without manual console interaction.
- Disaster Recovery Setup: Rapidly replicate database infrastructure configurations to secondary regions for high availability and failover scenarios.
- Environment Provisioning: Instantly create isolated development or staging RDS environments matching exact production specifications for testing workflows.
- Compliance Auditing: Ensure database instances are launched with pre-defined security groups, encryption settings, and backup retention policies mandated by organizational standards.
Key capabilities
- Provisions Amazon RDS instances across supported engines (e.g., MySQL, PostgreSQL, MariaDB).
- Configures instance classes, storage sizes, and IOPS based on template parameters.
- Manages security groups and VPC networking settings for database isolation.
- Enables automated backups and point-in-time recovery configurations.
Example prompts
- "Provision a new PostgreSQL RDS instance in the us-east-1 region with 4GB of storage using our standard CloudFormation template."
- "Update the existing MariaDB database configuration to increase the allocated storage to 50GB and enable automated daily backups."
- "Deploy a high-availability RDS cluster for MySQL with multi-AZ support and specific security group rules allowing access only from the application subnet."
Tips & gotchas
Ensure you have valid AWS credentials with CloudFormation and RDS permissions attached to the agent's role. Be aware that provisioning time depends on instance size and region availability, so plan for potential delays during initial deployment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.