오늘은 Amazon S3 Storage Class 에 대해서 간단하게 알아보려고 합니다.

S3에서는 데이터의 사용 빈도에 따라서 Storage Class 를 다르게 선택하여 보다 효율적으로 사용할 수 있는데요,

그 클래스로는 Amazon S3 Standard, Amazon S3 Standard - Infrequent Access (IA), Amazon Glacier 가 있습니다. 

데이터 사용 빈도에 따른 Storage Class는 아래와 같이 구성되어 있어서

오른쪽으로 갈수록 데이터를 불러오는 속도가 느리지만 더 많은 용량을 저장할 수 있습니다.

 

Amazon S3 Standard / Standard - IA 주요 특징

  • Low latency and high throughput performance
  • Designed for durability of 99.999999999% of objects
  • Designed for 99.99% availability over a given year
  • Backed with the Amazon S3 Service Level Agreement for availability.
  • Supports SSL encryption of data in transit and at rest
  • Lifecycle management for automatic migration of objects

 

Amazon Glacier 주요 특징

  • Designed for durability of 99.999999999% of objects
  • Supports SSL encryption of data in transit and at rest
  • Vault Lock feature enforces compliance via a lockable policy
  • Extremely low cost design is ideal for long-term archive
  • Lifecycle management for automatic migration of objects

 

Storage Class 별 특징 요약

 

출처 : https://aws.amazon.com/s3/storage-classes/, http://www.slideshare.net/AmazonWebServices/deep-dive-on-amazon-s3-64943958