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

[AWS][SAA][EXAMTOPICS] Question 184

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

A business wishes to migrate its on-premises network attached storage (NAS) to Amazon Web Services (AWS). The corporation wishes to make the data accessible to any Linux instance inside its VPC and to guarantee that changes to the data store are immediately synced across all instances that use it. The bulk of data is viewed infrequently, whereas certain files are read concurrently by numerous people.

Which option satisfies these criteria and is the MOST cost-effective?

  • A. Create an Amazon Elastic Block Store (Amazon EBS) snapshot containing the data. Share it with users within the VPC.
  • B. Create an Amazon S3 bucket that has a lifecycle policy set to transition the data to S3 Standard-Infrequent Access (S3 Standard-IA) after the appropriate number of days.
  • C. Create an Amazon Elastic File System (Amazon EFS) file system within the VPC. Set the throughput mode to Provisioned and to the required amount of IOPS to support concurrent usage.
  • D. Create an Amazon Elastic File System (Amazon EFS) file system within the VPC. Set the lifecycle policy to transition the data to EFS Infrequent Access (EFS IA) after the appropriate number of days.

 

한글 번역

기업에서 온프레미스 NAS(Network Attached Storage)를 Amazon Web Services(AWS)로 마이그레이션하려고 합니다. 회사는 VPC 내부의 모든 Linux 인스턴스에서 데이터에 액세스할 수 있도록 하고 데이터 저장소에 대한 변경 사항이 이를 사용하는 모든 인스턴스에서 즉시 동기화되도록 보장하고자 합니다. 대량의 데이터는 드물게 보는 반면 특정 파일은 많은 사람들이 동시에 읽습니다.

이 기준을 충족하고 가장 비용 효율적인 옵션은 무엇입니까?

  • A. 데이터가 포함된 Amazon Elastic Block Store(Amazon EBS) 스냅샷을 생성합니다. VPC 내의 사용자와 공유하십시오.
  • B. 적절한 일 수 후에 데이터를 S3 Standard-Infrequent Access(S3 Standard-IA)로 전환하도록 설정된 수명 주기 정책이 있는 Amazon S3 버킷을 생성합니다.
  • C. VPC 내에 Amazon Elastic File System(Amazon EFS) 파일 시스템을 생성합니다. 처리량 모드를 프로비저닝됨으로 설정하고 동시 사용을 지원하는 데 필요한 IOPS 양으로 설정합니다.
  • D. VPC 내에 Amazon Elastic File System(Amazon EFS) 파일 시스템을 생성합니다. 적절한 일 수 후에 데이터를 EFS IA(EFS Infrequent Access)로 전환하도록 수명 주기 정책을 설정합니다.

 

 

 

정답

  • D. Create an Amazon Elastic File System (Amazon EFS) file system within the VPC. Set the lifecycle policy to transition the data to EFS Infrequent Access (EFS IA) after the appropriate number of days.

 

해설

회사는 VPC 내부의 모든 Linux 인스턴스에서 데이터에 액세스할 수 있도록 하고 데이터 저장소에 대한 변경 사항이 이를 사용하는 모든 인스턴스에서 즉시 동기화되도록 보장한다고 한다.

그러므로 S3는 될 수 없다. 그러므로 EFS를 사용해야 하며 어떤 파일은 사람들이 많이 보고 어떤 파일은 사람들이 보지 않기 때문에 D가 적절한 답변이다

 

 

반응형
그리드형

댓글