Amazon S3 Glacier Re:Freezer
AWS Labs has a lot of open source code up on GitHub. Amazon S3 Glacier Re:Freezer is one of those projects.
It’s got a simple premise: get the data out of Amazon S3 Glacier and back into Amazon S3.
That sounds simple but the solution is surprisingly nuanced. I call out a few more details in the Twitter thread below…
the project is available at https://github.com/awslabs/amazon-s3-glacier-refreezer
☁️ #cloud #devops
the previous thread about AWS Perspective is up at https://markn.ca/2021/aws-perspective/
☁️ #cloud #devops
get data out of @awscloud S3 Glacier and back into an Amazon S3 bucket
that shouldn’t be too hard…
☁️ #cloud #devops
☁️ #cloud #devops
worse, those two services are intertwined already!
if there was ever a solution crying out to be in product, it’s this
☁️ #cloud #devops
Glacier is the “just in case” place for storage.
☁️ #cloud #devop
you’re charge to get data out and for those times you actually need that data, it’s usually worth it
☁️ #cloud #devop
this solution does a nice job of smoothing out this process
simply:
- point at the Glacier Vault
- pick your retrieval tier
- target bucket
- target storage class
☁️ #cloud #devop
like a herd of who aren’t sure which way they are supposed to be going type of slow
☁️ #cloud #devop
should this be part of the core service offering ? yes
but it’s not, so use this code
/ ☁️ #cloud #devop