s3 bucket life cycle management question

0

I have created free tier account few days back. I have set the life cycle Managment option for the bucket which i have created with expiration date as 1 day. Will it be charged Under free tier account?

已提问 10 个月前223 查看次数
1 回答
1

There is no fee for the life cycle rule itself.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html

There may be a lag between when the Lifecycle configuration rules are satisfied and when the action triggered by satisfying the rule is taken. However, changes in billing happen as soon as the Lifecycle configuration rule is satisfied, even if the action is not yet taken.

For example, after the object expiration time, you are not charged for storage, even if the object is not deleted immediately. Another example, as soon as the object transition time elapses, you are charged S3 Glacier Flexible Retrieval storage rates, even if the object is not immediately transitioned to the S3 Glacier Flexible Retrieval storage class. Lifecycle transitions to the S3 Intelligent-Tiering storage class are the exception. Changes in billing do not happen until the object has transitioned into the S3 Intelligent-Tiering storage class.

However, there may be a charge for requests generated by lifecycle rules (e.g., storage class migration).
In your case, it should be considered a deletion, so there would be no fee.
https://aws.amazon.com/s3/pricing/?nc1=h_ls

DELETE and CANCEL requests are free.

profile picture
专家
已回答 10 个月前
profile picture
专家
已审核 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容