How do I create a lifecycle rule to move to glacier?

0

Hi everyone, first time user of AWS... Thank you in advance for your help and your time.

I created a lifecycle rule to move everything to Glacier Flexible but it hasn't done anything yet... Have I misconfigured something? Does versioning need to be enabled for this type of transition to work?

Enter image description here

Bonus Question: Can I just select all objects and change the storage class? It said it would make a copy if I did that... I am assuming it means it will make a copy to Glacier and not maintain another copy in S3 standard.

Thanks again!

asked 2 years ago823 views
2 Answers
1
Accepted Answer

Hello,

Here's a relevant FAQ on how this process works: Why isn't my Amazon S3 lifecycle configuration rule transitioning objects into the GLACIER storage class?.

  • If the objects are in the STANDARD_IA storage class, the objects must be stored in STANDARD_IA for at least 30 days before transitioning to GLACIER. Before you check that the rule transitioned the storage class, confirm that the objects have been stored in STANDARD_IA for at least 30 days.
  • Amazon S3 Lifecycle configuration rules run once a day. Check and confirm whether the rule has transitioned the storage class.
  • The total number of objects in the bucket affects the time it takes for you to see the change in storage class. If the bucket contains a large number of objects, then it might take longer to see the change in storage class.
profile pictureAWS
EXPERT
Chris_G
answered 2 years ago
  • Thanks Chris! The objects are not yet 30 days old. I will check back in a few weeks. Thanks again!

0

Hi All, I created a life cycle policy so that i can move my current and non current objects into Glacier Instant Retrieval & also i have objects which are less than 128KB. Read in aws s3 blog that objects less than 128KB cannot be moved to glacier from standard. so i added scope that object greater than 129 KB should be moved to glacier.

But when checking the objects in s3 not even a single has been moved to glacier.

Please let me know what exactly i have to do here or is there anything wrong with policy i configured ?

Enter image description here Enter image description here Enter image description here Enter image description here Enter image description here

Thanks in advance.

answered 6 months 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