cloud-aliyun-rds
npx machina-cli add skill partme-ai/full-stack-skills/cloud-aliyun-rds --openclawFiles (1)
SKILL.md
682 B
When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
How to use this skill
[待完善:根据具体工具添加使用指南]
Best Practices
[待完善:根据具体工具添加最佳实践]
Keywords
[待完善:根据具体工具添加关键词]
Source
git clone https://github.com/partme-ai/full-stack-skills/blob/main/skills/cloud-aliyun-rds/SKILL.mdView on GitHub Overview
This skill provides guidance for Alibaba Cloud RDS, covering database creation, configuration, backups, and ongoing management. It helps users deploy reliable relational databases on Alibaba Cloud and optimize performance and security.
How This Skill Works
The skill translates user needs into concrete steps using Alibaba Cloud Console, CLI, or API to create RDS instances, adjust parameter groups, configure backups and maintenance windows, and monitor health metrics.
When to Use It
- Create a new Alibaba Cloud RDS database.
- Configure an RDS instance with the right engine, network settings, and parameters.
- Enable automated backups and set the retention period.
- Set up read replicas or disaster recovery options for high availability.
- Migrate data to Alibaba Cloud RDS or perform backups/restores.
Quick Start
- Step 1: Determine the RDS engine, region, instance class, and storage needs for your workload.
- Step 2: Create the RDS instance via Console or CLI with basic settings (engine, region, size, network).
- Step 3: Enable automated backups, configure security groups, and monitor health using Alibaba Cloud tools.
Best Practices
- Define the RDS engine, region, and sizing requirements before creation.
- Use VPC security groups and private networking to secure access to RDS.
- Enable automated backups with an appropriate retention period and test restores.
- Tune performance with parameter groups, maintenance windows, and monitoring.
- Regularly verify backups, consider cross-region or snapshot-based DR if available.
Example Use Cases
- Create a MySQL RDS instance in cn-hangzhou with 20 GB storage and public access disabled.
- Configure a parameter group to enable slow query logs and adjust max_connections.
- Enable automated backups for 7 days and set a weekly maintenance window.
- Create a read-only replica to offload analytics workloads.
- Migrate an on-premises database to Alibaba Cloud RDS using DMS and verify data integrity.
Frequently Asked Questions
Add this skill to your agents