Moving snapshots created by ami's to Cold storage

0

Is there a way to move snapshots created by ami's to cold storage to reduce s3 related cost, since ami snapshots by default get saved to S3 standard tier storage. If there are some snapshots that the customer knows that can be moved to least cost saving storage tier, how can they achieve the same.

profile pictureAWS
asked 2 years ago584 views
1 Answer
0

There is option to export the AMI to S3 (hence to a cold storage as well). You can create custom workflow (Lambda/StepFunction, perhaps) to orchestrate AMI creation & export process.

Reference : https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html

profile pictureAWS
EXPERT
answered 2 years ago
  • But my question is w.r.t. the snapshots that are created for the ami, the cx wants to move only the snapshot to an cost efficient storage tier

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