home / skills / partme-ai / full-stack-skills / cloud-huawei-rds

cloud-huawei-rds skill

/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-rds

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
679 B
---
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

[待完善:根据具体工具添加关键词]

Overview

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.

How this skill works

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.

When to use it

  • Creating a new Huawei Cloud RDS instance or database
  • Configuring instance parameters, storage, or security groups
  • Designing backup schedules, snapshots, and point-in-time recovery
  • Migrating data to or from Huawei Cloud RDS
  • Troubleshooting performance, replication, or connection issues

Best practices

  • Choose the appropriate instance class and storage type based on workload IOPS and latency needs
  • Enable automated backups and test restores regularly to validate recovery procedures
  • Use availability zones and read replicas for high availability and read scaling
  • Restrict access with security groups, private networks, and least-privilege accounts
  • Monitor key metrics—CPU, memory, connections, and I/O—and set alerts for anomalies

Example use cases

  • Provision a MySQL RDS instance with recommended storage and parameter group for an e-commerce app
  • Set up daily automated backups and configure point-in-time recovery for a production database
  • Create read replicas to offload reporting queries and improve write throughput on the primary
  • Migrate an on-premises PostgreSQL database to Huawei Cloud RDS using native dump/import or DMS
  • Tune connection limits and buffer settings to resolve connection spikes and slow queries

FAQ

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.