What problem does it solve? Moving data out of Amazon RDS or Aurora for analytics, backup, or migration normally requires manual ETL pipelines. This Skill automates the native snapshot export workflow so database contents land in S3 as Parquet files ready for Athena, Glue, or Redshift Spectrum. ## Core Features & Use Cases - End-to-End Export Workflow: Handles snapshot selection or creation, IAM role setup with confused deputy protection, KMS encryption, S3 bucket preparation, export task execution, and progress monitoring. - Selective Table Export: Supports exporting specific tables or entire databases, with validation of table naming conventions per engine. - Verification and Access Guidance: Verifies exported Parquet files in S3 and provides query instructions for Athena, Glue crawlers, Redshift Spectrum, and local pandas/pyarrow access. - Use Case: Export a production Aurora PostgreSQL cluster snapshot to S3, then create an Athena external table to run analytics queries without loading a live database. ## Quick Start Export the latest snapshot of my RDS instance production-mysql in us-east-1 to the S3 bucket my-rds-exports and show me how to query it with Athena.