I'm aiming to copy database backups or snapshots from AWS RDS (MariaDb) into S3 so their data can be ingested with Prefect flows, and I'm kind of overwhelmed at the number of options:
1. Export RDS snapshots to S3 using AWS Lambda (scheduled with Cloudwatch Events)
2. AWS Glue to S3
3. AWS Data Migration Service to S3
4. AWS Backup to S3
5. AWS Data Pipeline to S3
My leading candidate is Lambda, but I thought I'd post this and see if anyone had suggestions.
Thanks!