Cloud Aws Rds

🌐Community
by teachingai · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add cloud-aws-rds npx -- -y @trustedskills/cloud-aws-rds
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloud-aws-rds": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloud-aws-rds"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to manage Amazon RDS instances, including creating databases, configuring security groups, and handling backups. It automates routine database administration tasks within the AWS environment.

When to use it

  • Provisioning new relational database instances for web applications or data warehouses.
  • Automating daily snapshot backups and managing retention policies for compliance.
  • Configuring VPC security groups to restrict access to specific IP ranges or subnets.
  • Scaling read replicas to handle increased traffic loads without manual intervention.

Key capabilities

  • Create and delete Amazon RDS instances across supported engines like MySQL, PostgreSQL, and MariaDB.
  • Configure security groups and network access controls for database isolation.
  • Schedule automated snapshots and restore data from previous backup points.
  • Modify instance parameters and scaling settings dynamically.

Example prompts

  • "Create a new Amazon RDS PostgreSQL instance with high availability enabled in the us-east-1 region."
  • "Automate daily backups for my production database and retain snapshots for 30 days."
  • "Update the security group on my RDS instance to allow inbound traffic only from IP address 203.0.113.5."

Tips & gotchas

Ensure your AWS account has the necessary permissions (IAM roles) to manage RDS resources before attempting automation. Be aware that creating production-grade databases requires careful configuration of encryption and backup strategies to prevent data loss.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
teachingai
Installs
32

🌐 Community

Passed automated security scans.