- Newest
- Most votes
- Most comments
Just note, you will not be able to import from S3 after you export as they are stored in Apache Parquet format
Do you have some more details about the database? I pulled this from the docs:
The Export to Amazon S3 console option appears only for snapshots that can be exported to Amazon S3. A snapshot might not be available for export because of the following reasons:
The DB engine isn't supported for S3 export.
The DB instance version isn't supported for S3 export.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html
I'm not exactly sure how current this list is:
Supported Engines
- Amazon RDS for PostgreSQL
- Amazon RDS for MariaDB
- Amazon RDS for MySQL
- Amazon Aurora PostgreSQL
- Amazon Aurora MySQL
Not Supported Engines
- RDS for Db2
- RDS for Oracle
- RDS for SQL Server
Hello,
Here's a super simple answer with yes/no to get you going:
Question 1: Am I on the right path?
- Maybe! Checking the region and engine compatibility is a good first step.
Question 2: Could anyone show it through images?
- No images needed for this part. Just follow these steps:
Check Region: Note the region where your RDS instance is located (e.g., US East).
Verify Engine: Identify the engine type of your RDS instance (e.g., MySQL).
Next Steps:
- Open a web browser and visit this link: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html
- Look for a table titled "Supported Regions and DB Engines for Exporting Snapshots to S3".
- Compare your region and engine type with the table.
- Match: "Export to S3" should be available (might be a temporary glitch, refresh or contact support).
- No Match: "Export to S3" is not supported for your setup. Consider alternative solutions like downloading the snapshot locally.
Remember: Standard buttons like "Restore Snapshot" are normal for RDS snapshots. You might not see "Export to S3" due to region or engine limitations.
Hi, thanks for the reply.
I checked the location, everything is fine! N Virginia!
Now regarding the Engine, I found this information here:
DB engine sqlserver-ex
DB engine version 15.00.4335.1.v1
Do you know if I can perform this export? In one of the answers above, apparently it couldn't... it would be "Not Supported Engines"!
What do you think? What could I do as a plan B, if needed?
Which database engine are you using? It's mentioned in documentation that not all database engines support exporting snapshots: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html#USER_ExportSnapshot.Exporting
Relevant content
- asked 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 9 months ago
Hi, thanks for the reply.
I checked here and here is the information I found:
DB engine sqlserver-ex
DB engine version 15.00.4335.1.v1
Does this mean that it is actually in the "Not Supported Engines"? What could I do in this situation?