Unable to export aurora mysql serverless snapshot to S3

0

Hi there
I have been unable to export a RDS Aurora Serverless snapshot to S3. I get the following error:
"The specified db snapshot engine mode isn't supported and can't be exported"

Here is some detail about the source snapshot (DBClusterSnapshot):
Engine: 'aurora',
EngineVersion: '5.6.10a',
EngineMode: 'serverless'
KmsKey: (customer managed key),
SnapshotType: 'manual',
(The original DBCluster is encrypted with the same customer-managed key)

The error message suggests that 'serverless' is not an acceptable engine mode, but I have not been able to find any AWS documentation listing the allowable engine modes.

My questions:

  1. Is it true that serverless i not an acceptable engine mode for this operation?
  2. If so, what is the best way to achieve my goal, given that my engine mode is serverless?
asked 4 years ago2719 views
2 Answers
0

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations

i have same errors while using serverless to export snapshot to s3

DB engine
aurora
DB engine version
5.6.10a

Edited by: jlpl1999 on Nov 11, 2020 10:05 AM

answered 3 years ago
0

Hello,

thank you for sending this message.

[1]I see that you are using a serverless engine mode, looking through the limitations of Aurora serverless in the AWS documentation I can see that exporting serverless snapshots to S3 are currently not supported.

[2]So I would suggest that you restore a snapshot of your Serverless cluster to a supported version and export it to S3.

You can refer to this for any further investigation: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_ExportSnapshot.html

Get back to us if you need anything.

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions