Is there a charge for deleting files from the aws console (files are in intelligent tier)

0

If you delete an object from your s3 aws bucket that is in intelligent-tier storage using the aws console, do you get charged?

Megan
已提问 3 个月前255 查看次数
2 回答
2

There is no charge, as per the Requests & data retrievals section of https://aws.amazon.com/s3/pricing/

DELETE and CANCEL requests are free

Although you may incur a charge to get to the pont of identifying which object(s) are to be deleted, e.g. you'll likely use one or more LIST operations (even when using the console this calls an API behind the scenes) and these are chargeable at $0.005 (half-a-cent) per 1000 requests.

profile picture
专家
Steve_M
已回答 3 个月前
1

As Steve M mentioned, there is no charge or cost to delete the objects from S3 bucket but the process you used to delete the objects may incur the charge. You can also refer to this.

AWS
已回答 3 个月前

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

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

回答问题的准则