Search code examples
amazon-web-servicesamazon-s3lifecycle

AWS S3 Bucket Lifecycle configuration Rule to Failing move contents to Glacier


I have a S3 bucket, with a single lifecycle rule called 'Put-Legacy-Backups-On-Ice'.

The life cycle rule states that on Day 1 - 'Objects move to Glacier Flexible Retrieval (formerly Glacier)'

and then on Day 93 - Objects expire

Currently I'm not seeing that objects in this bucket are getting transitioned to Glacier class after the first day

enter image description here

Here's a screenshot of the objects view

enter image description here

The lifecycle rule has been Enabled on the bucket

enter image description here


Solution

  • Yes @marcin and @John-Rotenstein, it did appear after 48 hrs that the storage classes were all changed to Glacier. Thanks both your comments were correct.