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

[AWS][SAA][EXAMTOPICS] Question 284

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

A business operates a media shop using several Amazon EC2 instances dispersed across various Availability Zones under a single VPC. The organization need a high-performance solution for data sharing across all EC2 instances, but wishes to retain data inside the VPC.

What recommendations should a solutions architect make?

  • A. Create an Amazon S3 bucket and call the service APIs from each instance's application.
  • B. Create an Amazon S3 bucket and configure all instances to access it as a mounted volume.
  • C. Configure an Amazon Elastic Block Store (Amazon EBS) volume and mount it across all instances.
  • D. Configure an Amazon Elastic File System (Amazon EFS) file system and mount it across all instances.

 

한글 번역

기업은 단일 VPC 아래 다양한 가용 영역에 분산된 여러 Amazon EC2 인스턴스를 사용하여 미디어 샵을 운영합니다. 조직은 모든 ​​EC2 인스턴스에서 데이터 공유를 위한 고성능 솔루션이 필요하지만 데이터를 VPC 내부에 유지하기를 원합니다.

솔루션 설계자는 어떤 권장 사항을 제시해야 합니까?

  • A. Amazon S3 버킷을 생성하고 각 인스턴스의 애플리케이션에서 서비스 API를 호출합니다.
  • B. Amazon S3 버킷을 생성하고 모든 인스턴스가 탑재된 볼륨으로 액세스하도록 구성합니다.
  • C. Amazon Elastic Block Store(Amazon EBS) 볼륨을 구성하고 모든 인스턴스에 탑재합니다.
  • D. Amazon Elastic File System(Amazon EFS) 파일 시스템을 구성하고 모든 인스턴스에 탑재합니다.

 

 

 

정답

  • D. Configure an Amazon Elastic File System (Amazon EFS) file system and mount it across all instances.

 

해설

VPC 내의 데이터 공유가 목적이므로 A와 B는 답변이 될 수 없다.

EBS는 한 AZ 안에서만 연결할 수 있다. 즉 한 AZ 안에 있다면 여러 인스턴스를 연결할 수 있지만 만약 한 VPC 안에 두개 이상의 AZ에 인스턴스들이 존재한다면 다른 AZ에 있는 인스턴스에는 연동을 할 수없다.

그러므로 답은 D이다. 

반응형
그리드형

댓글