본문 바로가기
[AWSEXAM]/[AWS] SAA-C02

[AWS][SAA][EXAMTOPICS][C02] Question 107

by SAMSUNG Metaverse-Cloud 2022. 11. 22.
728x90

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 스토리지로 이동하는 수명 주기 정책을 생성합니다.

 

해설

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

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

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

 

S3 Glacier

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

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

해당 내용을 보고 지문을 보자면, 임대 회사는 PDF 명세서를 준비하여 고객에게 전달하는데 명령문의 길이는 약 400KB이라고 한다. 고객은 명세서가 생성된 후 최대 30일 동안 웹사이트에서 명세서를 얻을수 있는데, 고객은 3년 임대 계약이 종료될 때 모든 명세서가 포함된 ZIP 파일을 받게된다고 할때 

우선적으로 30일 동안 웹사이트에서 명세서를 얻을수 있으려면 S3 Standard-Infrequent Access만이 답이 될수 있다.

추가로 30일 뒤에는 Glacier로 이동하여 보관되는것이 타당하기 때문에 정답은 선택지 D가 된다.

728x90

댓글