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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ