home / skills / partme-ai / full-stack-skills / cloud-aws-rds
This skill guides you through AWS RDS setup, configuration, backups, and management, delivering practical steps to deploy and maintain databases.
npx playbooks add skill partme-ai/full-stack-skills --skill cloud-aws-rdsReview the files below or copy the command above to add this skill to your agents.
---
name: cloud-aws-rds
description: Provides comprehensive guidance for AWS RDS including database creation, configuration, backups, and RDS management. Use when the user asks about AWS RDS, needs to create RDS databases, configure RDS, or manage AWS database services.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides hands-on, practical guidance for managing Amazon RDS databases across engines (MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, and Aurora). It covers creation, configuration, backups, monitoring, security, and common operational tasks to keep databases reliable and cost-effective. The content is actionable and focused on real-world scenarios for developers and operators.
The skill inspects typical RDS requirements and walks through step-by-step actions: choosing engine/instance class, setting storage and networking, enabling automated backups and snapshots, and configuring monitoring and alerts. It explains recommended parameter and option configurations, IAM roles and security groups, and procedures for upgrades, failovers, and read replica setup. It also outlines automation patterns using the AWS CLI, CloudFormation, and Terraform for repeatable deployments.
Which database engines are supported?
Amazon RDS supports MySQL, PostgreSQL, MariaDB, Oracle, Microsoft SQL Server, and Amazon Aurora (MySQL and PostgreSQL compatible). Choose based on feature needs and licensing.
How do automated backups and point-in-time recovery work?
Automated backups capture daily snapshots and transaction logs. With automated backups enabled, you can restore to any second within the retention window using point-in-time recovery.