aws-database-backup

Automate AWS database backups across RDS, Aurora, MS-SQL, MySQL, and PostgreSQL.

3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-migration-agentic-cli-assistant --skill aws-database-backup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aws-database-backup
Source: https://github.com/aws-samples/sample-migration-agentic-cli-assistant/tree/main/.kiro/skills/backup
Command: npx skills add https://github.com/aws-samples/sample-migration-agentic-cli-assistant --skill aws-database-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a comprehensive guide to planning and executing backups for AWS databases, including RDS, Aurora, MS-SQL, MySQL, and PostgreSQL, with a focus on retention policies and secure S3 uploads.

Core Features & Use Cases

  • Automated Backups: Configure automated backups across database engines (RDS, Aurora, MS-SQL, MySQL, PostgreSQL) with defined retention and restore points.
  • Cross-Region & DR: Enable cross-region snapshot copies and DR-ready restore workflows to support business continuity.
  • Security & Compliance: Enforce encryption in transit and at rest for backups and ensure bucket-level security configurations (Block Public Access, SSE-KMS, versioning).

Quick Start

Configure automated backups for your AWS databases and perform a cross-region restore test to validate recovery.

Frequently Asked Questions about aws-database-backup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure automated RDS backups with cross-region copies for disaster recovery?▼

Automated RDS backups with cross-region copies are configured by defining retention policies and enabling snapshot replication to secondary regions. This creates DR-ready restore workflows that support business continuity across AWS regions.

What is the best way to secure AWS database backups stored in S3?▼

Securing AWS database backups in S3 requires enforcing encryption in transit and at rest using SSE-KMS. You must also configure bucket-level security controls including Block Public Access and versioning to ensure compliance.

Does this approach support cross-region restore workflows for Aurora and PostgreSQL?▼

Cross-region restore workflows support Aurora and PostgreSQL alongside RDS, MS-SQL, and MySQL. You can perform restore validation tests from cross-region snapshot copies to verify recovery readiness for disaster scenarios.

How do I validate restore points and test recovery for AWS database snapshots?▼

Restore validation for AWS database snapshots involves performing a cross-region restore test from automated backups. This verifies that your defined retention policies and restore points reliably support disaster recovery requirements.

When do I need to apply KMS encryption controls for AWS database backups?▼

KMS encryption controls for AWS database backups are needed to satisfy compliance requirements for data at rest. You must enforce SSE-KMS on S3 buckets and apply encryption to automated backups across RDS, Aurora, and PostgreSQL.