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

[AWS][SAA][EXAMTOPICS] Question 139

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

Multiple Amazon EC2 Linux instances are used by a business in a VPC to execute applications that need a hierarchical directory structure. The apps must be able to access and write to shared storage fast and simultaneously.

How is this accomplished?

  • A. Create an Amazon Elastic File System (Amazon EFS) file system and mount it from each EC2 instance.
  • B. Create an Amazon S3 bucket and permit access from all the EC2 instances in the VPC.
  • C. Create a file system on an Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS SSD (io1) volume. Attach the volume to all the EC2 instances.
  • D. Create file systems on Amazon Elastic Block Store (Amazon EBS) volumes attached to each EC2 instance. Synchronize the Amazon Elastic Block Store (Amazon EBS) volumes across the different EC2 instances.

 

한글 번역

여러 Amazon EC2 Linux 인스턴스는 계층적 디렉터리 구조가 필요한 애플리케이션을 실행하기 위해 VPC의 비즈니스에서 사용됩니다. 앱은 빠르고 동시에 공유 저장소에 액세스하고 쓸 수 있어야 합니다.

이것은 어떻게 이루어지나요?

  • A. Amazon Elastic File System(Amazon EFS) 파일 시스템을 생성하고 각 EC2 인스턴스에서 탑재합니다.
  • B. Amazon S3 버킷을 생성하고 VPC의 모든 EC2 인스턴스에서 액세스를 허용합니다.
  • C. Amazon Elastic Block Store(Amazon EBS) 프로비저닝된 IOPS SSD(io1) 볼륨에 파일 시스템을 생성합니다. 볼륨을 모든 EC2 인스턴스에 연결합니다.
  • D. 각 EC2 인스턴스에 연결된 Amazon Elastic Block Store(Amazon EBS) 볼륨에 파일 시스템을 생성합니다. 다양한 EC2 인스턴스에서 Amazon Elastic Block Store(Amazon EBS) 볼륨을 동기화합니다.

 

 

 

정답

  • A. Create an Amazon Elastic File System (Amazon EFS) file system and mount it from each EC2 instance.

 

해설

EBS는 계층적 디렉터리 구조가 아닌 계층적이지 않고 블록 기반이기 때문에 C와 D는 답이 될 수 없다. 

게다가 지문을 읽어보면 ,빠르고, 동시에 공유 저장소에 쓸 수 있어야 한다. 

빠르고 동시에 중요 스토리지에 액세스 할 수 있는 것은 EFS이다.

반응형
그리드형

댓글