We have a pre-existing S3 bucket that we are looking to add a lifecycle policy to in order to move large files in S3 standard to Glacier. The bucket already contains items with the Glacier storage class (changed manually via console). How does the lifecycle policy handle files that are already in Glacier? Will they be skipped or will they be moved again?
Question comes mostly because of a previous experience adding a transition to Deep Archive policy to files that were in Glacier that resulted in an early deletion from Glacier charge that was not ideal (since the files were in the Glacier storage tier for less than 90 days).
Also have a small test going in a test bucket tonight to see how it behaves but was curious if anyone had experience in a production environment?