S3 pricing tiers
Your company is planning to store a large amount of data on AWS S3. For the first month, the data will be stored in "S3 Standard" for faster access. In the second month, the data will be moved to "S3 One Zone-IA". For long-term storage, the data will be transitioned to "S3 Glacier Instant Retrieval" for the remaining 10 months. Your task is to calculate the total storage cost for 500 GB of data over the course of a year.
Calculate the yearly storage cost for 500GB of data, considering the following storage class transitions:
- 1 month in S3 Standard
- 1 month in S3 One Zone-IA
- 10 months in S3 Glacier Instant Retrieval
Here are the monthly storage costs per GB for each storage class:
Storage tier | Cost |
---|---|
S3 Standard | $0.023 per GB |
S3 One Zone-IA | $0.01 per GB |
S3 Glacier Instant Retrieval | $0.004 per GB |
This exercise is part of the course
AWS Security and Cost Management Concepts
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
