Data transfer to glacier from s3 standard

0

My data is stored is s3 standard , i want to move that data to glacier instant retrieval, there is no lifecycle management configured right now on bucket. how can i configure lifecycle management such that my data will move to s3 glacier right now.

  • Data should available in minimum 90 days and per object minimum 40 KB to stay in standard bucket. After that only we can move the data from standard to Glacier using lifecycle configuration. If 90 days completed then we have go to -> Management->lifecycle configuration-> create rule name ->and select current/non current version need to be move->and then select glacier flexible retrial- (formerly glacier)->enter days for after object creation.

1 Answer
0

Hi Kannan,

You can follow the below documents to configure the lifecycle policy on the S3 bucket or you can directly upload the data to S3 Glacier to avoid additional data transfer charges.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html

Find the Data transfer pricing here: https://aws.amazon.com/s3/pricing/

AWS
Deepali
answered a year 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