본문 바로가기
[AWS]/AWS SAA EXAMTOPICS

[AWS][SAA][EXAMTOPICS] Question 107

by METAVERSE STORY 2022. 6. 24.
반응형
728x170

Each month, a leasing firm prepares and delivers PDF statements to all of its clients. Each statement is around 400 KB in length. Customers may obtain their statements from the website for a period of up to 30 days after they are created. Customers are sent a ZIP file containing all of their statements at the conclusion of their three-year lease.

Which storage method is the MOST cost-effective in this situation?

  • A. Store the statements using the Amazon S3 Standard storage class. Create a lifecycle policy to move the statements to Amazon S3 Glacier storage after 1 day.
  • B. Store the statements using the Amazon S3 Glacier storage class. Create a lifecycle policy to move the statements to Amazon S3 Glacier Deep Archive storage after 30 days.
  • C. Store the statements using the Amazon S3 Standard storage class. Create a lifecycle policy to move the statements to Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA) storage after 30 days.
  • D. Store the statements using the Amazon S3 Standard-Infrequent Access (S3 Standard-IA) storage class. Create a lifecycle policy to move the statements to Amazon S3 Glacier storage after 30 days.

 

한글 번역

매달 임대 회사는 PDF 명세서를 준비하여 모든 고객에게 전달합니다. 각 명령문의 길이는 약 400KB입니다. 고객은 명세서가 생성된 후 최대 30일 동안 웹사이트에서 명세서를 얻을 수 있습니다. 고객은 3년 임대 계약이 종료될 때 모든 명세서가 포함된 ZIP 파일을 받게 됩니다.

이 상황에서 가장 비용 효율적인 저장 방법은 무엇입니까?

  • A. Amazon S3 Standard 스토리지 클래스를 사용하여 명령문을 저장합니다. 1일 후에 명령문을 Amazon S3 Glacier 스토리지로 이동하는 수명 주기 정책을 생성합니다.
  • B. Amazon S3 Glacier 스토리지 클래스를 사용하여 명령문을 저장합니다. 30일 후에 명령문을 Amazon S3 Glacier Deep Archive 스토리지로 이동하는 수명 주기 정책을 생성합니다.
  • C. Amazon S3 Standard 스토리지 클래스를 사용하여 명령문을 저장합니다. 30일 후에 명령문을 Amazon S3 One Zone-Infrequent Access(S3 One Zone-IA) 스토리지로 이동하는 수명 주기 정책을 생성합니다.
  • D. Amazon S3 Standard-Infrequent Access(S3 Standard-IA) 스토리지 클래스를 사용하여 명령문을 저장합니다. 30일 후에 명령문을 Amazon S3 Glacier 스토리지로 이동하는 수명 주기 정책을 생성합니다.

 

 

 

정답

  • D. Store the statements using the Amazon S3 Standard-Infrequent Access (S3 Standard-IA) storage class. Create a lifecycle policy to move the statements to Amazon S3 Glacier storage after 30 days.

 

 

해설

Amazon S3은 다음 다이어그램과 같이 스토리지 클래스 간 전환을 위한 폭포형(Waterfall) 모델을 지원합니다.

 

S3 스탠다드 - Infrequent Access(S3 Standard-IA)

액세스 빈도가 낮지만 필요할 때 빠르게 액세스 해야 하는 데이터를 위한 스토리지이다. 장기 스토리지, 백업 및 재해 복구 파일룡 데이터 스토어에 이상적이다. 

 

S3 Glacier

Amazon S3 Glacier는 장기 백업을 위한 안정적이고 비용이 매우 저렴한 스토리지 클래스이다. Glacier에 저장된 아카이빙 데이터를 가져올 때 다음 중 한 가지를 지정하여 가져올 수 있다.

  • 표준 검색
    • 3 ~ 5 시간 안에 검색
  • 벌크 검색
    • 보통 5 ~ 12시간 정도로 대용량 데이터를 가져온다. 가장 저렴한 옵션
  • 신속 검색(Expendited Retrievals)
    • 몇 분 내로 신속하게 검색해야 하는 경우
    • 프로비저닝된 용량(Provisioned capacity)를 구매해야 모든 상황에 대해 신속 검색을 수행할 수 있다.(구매를 안해도 신속 검색은 가능)
    • 각 용량 단위로 5분마다 신속 검색 3회를 수행할 수 있고 최대 150MB/s의 검색 처리량이 제공된다.

 

참조 문서:

https://docs.aws.amazon.com/ko_kr/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html

 

Amazon S3 수명 주기를 사용하여 객체 전환 - Amazon Simple Storage Service

Amazon S3 수명 주기를 사용하여 객체 전환 S3 수명 주기 구성에서 규칙을 추가하여 Amazon S3이 객체를 다른 Amazon S3 스토리지 클래스로 전환하도록 유도할 수 있습니다. 스토리지 클래스에 대한 자세

docs.aws.amazon.com

 

반응형
그리드형

댓글