1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
You can export snapshots to S3 using the steps in the following document:
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-export-snapshot.Exporting.html
By the way, it is also possible to export to S3 directly from the Aurora cluster instead of from a snapshot.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/postgresql-s3-export.html
Since the data is exported to S3 in Parquet format, you can create a table in Athena and view it.
The following blog post uses Aurora MySQL for the operations, but similar operations are performed on Aurora PostgreSQL, so it may be useful as a reference.
https://www.sqlshack.com/export-amazon-aurora-mysql-or-amazon-rds-snapshots-to-aws-s3-buckets/
Relevant content
- asked 3 years ago
