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 Answer
2
Accepted Answer

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
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
profile picture
EXPERT
reviewed 4 months ago
profile pictureAWS
EXPERT
reviewed 4 months ago
  • 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.

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