AWS S3 Static Site - Am I billed for error pages (Error document) 4XX and 3XX?

0

I have a site that have a bunch of requests to non-existent paths/routes which leads the user to the custom or default error page for 404 not found. My question is...

Am I billed for the error pages data transfer and requests(4xx and 3xx)? If the answer is yes.

Am I billed for the default 404 page or just the custom page?

thank you.

1 回答
2
已接受的回答

Hello Jeff,

You do not get charged for data transfer out because the object does not exist. However, you go get charged $0.0004 per 1,000 requests. This means that you need to call GetObject request 25 million times to be charged $1 dollar.

Reference Links: https://aws.amazon.com/s3/pricing/ https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html

Regards, Carlos L

profile pictureAWS
已回答 4 个月前
profile picture
专家
已审核 4 个月前
profile picture
专家
已审核 4 个月前
profile pictureAWS
专家
已审核 4 个月前
  • I'll guess this is when I do not use a custom error page and the response is generated by the AWS API/server itself. thank you.

  • I think you meant 2.5 million requests for 1 $, not 25 mil.

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

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

回答问题的准则