Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I am trying to reduce the costs of my AWS system. I thought of moving some volumes I rarely use to Amazon Glacier, but I don't find any way I can do it inside AWS besides downloading the volume and uploading to Glacier, which sounds terrible.

I am wondering, is it possible to do this automatically? Assign some EC2 volumes to glacier directly from the EC2 console?

1 Answer

0 votes
by (44.4k points)

EBS volumes cannot be moved to Amazon Glacier by copying or migrating. Even though the EBS snapshots are stored in S3, still they cannot be moved to Amazon Glacier.

You can do this two ways:

  • You have directly put the data into an Amazon Glacier Vault.
  • You can create an Amazon S3 lifecycle for any uploaded objects and then move all the objects there so that after a certain period of time, it automatically moves it.

Or use aws s3 sync to copy your entire filesystem into S3 and then from there move to Glacier. There is no direct solution.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Jul 8, 2019 in AWS by Amyra (12.9k points)

Browse Categories

...