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

[AWS][SAA][EXAMTOPICS] Question 281

by METAVERSE STORY 2022. 7. 7.
반응형

A solutions architect is tasked with the responsibility of developing the cloud architecture for a new application being deployed on AWS. The application's users will be able to download and upload files interactively. Over 90-day-old files will be visited less often than fresher ones, but all files must be promptly accessible. The solutions architect must guarantee that the application scales to securely store petabytes of data.

Which solution satisfies these criteria?

  • A. Store the files in Amazon S3 Standard. Create an S3 Lifecycle policy that moves objects that are more than 90 days old to S3 Glacier.
  • B. Store the files in Amazon S3 Standard. Create an S3 Lifecycle policy that moves objects that are more than 90 days old to S3 Standard-Infrequent Access (S3 Standard-IA).
  • C. Store the files in Amazon Elastic Block Store (Amazon EBS) volumes. Schedule snapshots of the volumes. Use the snapshots to archive data that is more than 90 days old.
  • D. Store the files in RAID-striped Amazon Elastic Block Store (Amazon EBS) volumes. Schedule snapshots of the volumes. Use the snapshots to archive data that is more than 90 days old.

 

한글 번역

솔루션 아키텍트는 AWS에 배포되는 새로운 애플리케이션을 위한 클라우드 아키텍처 개발을 담당합니다. 응용 프로그램 사용자는 대화식으로 파일을 다운로드하고 업로드할 수 있습니다. 90일 이상 된 파일은 최신 파일보다 방문 빈도가 낮지만 모든 파일에 즉시 액세스할 수 있어야 합니다. 솔루션 설계자는 애플리케이션이 페타바이트 규모의 데이터를 안전하게 저장할 수 있도록 확장되도록 보장해야 합니다.

이 기준을 충족하는 솔루션은 무엇입니까?

  • A. Amazon S3 Standard에 파일을 저장합니다. 90일이 지난 객체를 S3 Glacier로 이동하는 S3 수명 주기 정책을 생성합니다.
  • B. Amazon S3 Standard에 파일을 저장합니다. 90일 이상 된 객체를 S3 Standard-Infrequent Access(S3 Standard-IA)로 이동하는 S3 수명 주기 정책을 생성합니다.
  • C. 파일을 Amazon Elastic Block Store(Amazon EBS) 볼륨에 저장합니다. 볼륨의 스냅샷을 예약합니다. 스냅샷을 사용하여 90일 이상 지난 데이터를 보관하십시오.
  • D. RAID 스트라이프 Amazon Elastic Block Store(Amazon EBS) 볼륨에 파일을 저장합니다. 볼륨의 스냅샷을 예약합니다. 스냅샷을 사용하여 90일 이상 지난 데이터를 보관하십시오.

 

 

 

정답

  • B. Store the files in Amazon S3 Standard. Create an S3 Lifecycle policy that moves objects that are more than 90 days old to S3 Standard-Infrequent Access (S3 Standard-IA).

 

해설

90일이 지난 파일 역시 신규파일만큼은 아니지만 자주 활성화 시킨다.

그리고 설계자는 페타바이트 크기 규모의 데이터를 안전하게저장하려고 한다.

먼저 처음 제시된 키워드에서는 두가지 선택이 가능하다. Standard IA 혹은 OneZone IA 이다.

그러나 두번째 키워드에서 안전하게 저장하려고 한다 했으니 OneZone IA는 정답이 될 수 없다.

그러므로 Standard -> Standard IA가 올바른 정답이다. 

반응형

댓글