AWS Classroomnotes 10/Jun/2022

S3 Availability and Durability

  • Durability:
    • S3 measures durability in percenatages
    • For example if the durability is 99.99999999999% this means we can expect an average annual loss of 0.000000000001% of objects => if you store 10,000,000 objects with S3 you can on averge expect to incur a loss of single object every 10,000 years
  • Availability:
    • This is also measure in percentages.
    • The availability of 99.99 % means that there will be 0.01 % of the downtime for accessing files
  • S3 has Storage classes which defines the durability and availability percentages as well as cost for accessing the data and storage
    Preview
    Preview
    Preview
  • Refer Here for the documentation
  • Lets calculate pricing Refer Here for the price calculator
  • S3 Standard

    • Storage: 10 TB
      Preview
    • Data returned : 100 TB with one million requests
      Preview
  • S3 Infrequent Access

    • Storage: 10 TB
      Preview
    • Data returned : 100 TB with one million requests
      Preview
  • Glacier
    • Storage: 10 TB
      Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner