How much AWS S3 cost with 100 GB of storage, 10 GB of incremental storage, and 1,000,000 monthly GET, PUT, and POST requests

Autopublished from RSS Original article

Understanding AWS S3 Costs: Storage, Incremental Data, and Request Pricing for 100 GB and 1 Million Requests in US East-1 Region

To estimate the cost of using AWS S3 with 100 GB of storage, 10 GB of incremental storage, and 1,000,000 monthly GET, PUT, and POST requests in the US East (N. Virginia) region (us-east-1), consider the following factors:

  1. Storage: The cost of storage depends on the storage class and the amount of data stored. Assuming you’re using S3 Standard storage, the cost in us-east-1 is approximately $0.023 per GB/month. For 100 GB of storage, this would be $2.30 per month. For the 10 GB of incremental storage, the cost would be an additional $0.23 per month.
  2. Requests: The cost for PUT, COPY, POST, or LIST requests in us-east-1 is approximately $0.005 per 1,000 requests. For GET requests, the cost is around $0.0004 per 1,000 requests. Assuming an equal distribution of GET, PUT, and POST requests, each type of request would account for 333,333 requests. The total cost for these requests would be:a. 333,333 PUT/POST requests * ($0.005/1,000) = $1.67 b. 333,333 GET requests * ($0.0004/1,000) = $0.13

Total request cost = $1.67 + $0.13 = $1.80

  1. Data transfer: Data transfer costs depend on the amount of data transferred and the source and destination of the transfer. Since your question doesn’t mention data transfer, I won’t include this in the calculation. However, keep in mind that data transfer costs may apply, especially when transferring data out of AWS or between regions.

Total estimated cost = Storage cost + Incremental storage cost + Request cost Total estimated cost = $2.30 + $0.23 + $1.80 = $4.33 per month

Please note that these costs are approximate and subject to change. For the most accurate and up-to-date information on AWS S3 pricing, please refer to the AWS S3 pricing page: https://aws.amazon.com/s3/pricing/

The post How much AWS S3 cost with 100 GB of storage, 10 GB of incremental storage, and 1,000,000 monthly GET, PUT, and POST requests appeared first on Abhay Singh.

Did you find this article valuable?

Support Abhay Singh by becoming a sponsor. Any amount is appreciated!