home / skills / partme-ai / full-stack-skills / cloud-huawei-rds
This skill guides Huawei Cloud RDS setup, configuration, backups, and management to help you deploy and maintain reliable cloud databases.
npx playbooks add skill partme-ai/full-stack-skills --skill cloud-huawei-rdsReview the files below or copy the command above to add this skill to your agents.
---
name: cloud-huawei-rds
description: Provides comprehensive guidance for Huawei Cloud RDS including database creation, configuration, backups, and RDS management. Use when the user asks about Huawei Cloud RDS, needs to create RDS databases, configure RDS, or manage Huawei Cloud 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 practical, end-to-end guidance for managing Huawei Cloud RDS services. It covers creating databases, configuring instance parameters, setting up backups and recovery, and routine RDS operations. The content focuses on step-by-step actions, configuration options, and common operational tasks to help engineers deploy and maintain Huawei Cloud relational databases efficiently.
The skill inspects user intent about Huawei Cloud RDS tasks and returns targeted guidance: console/API/CLI commands, configuration recommendations, and backup/restore procedures. It maps common database engines and instance types to recommended settings, and explains trade-offs for storage, high availability, and networking. Where applicable it provides code snippets and command examples for automation using Huawei Cloud CLI and SDKs.
How do I choose instance size for production?
Estimate peak CPU, memory, and I/O requirements from workload tests; add headroom for spikes and growth. Prefer a larger instance class or faster storage if you expect high concurrency or heavy I/O.
What backup strategy should I use?
Enable automated daily backups with a retention policy matching your RTO/RPO. Combine full snapshots with point-in-time recovery for critical systems and periodically test restores.