A business hosts its website on Amazon EC2 instances that are distributed across several Availability Zones through an Elastic Load Balancer. The instances are managed as part of an EC2 Auto Scaling group. The website stores product manuals for download through Amazon Elastic Block Store (Amazon EBS) volumes. The organization often changes the product information, which means that new instances created by the Auto Scaling group frequently have out-of-date data. It may take up to 30 minutes for all changes to be received by fresh instances. Additionally, the changes involve resizing the EBS volumes during business hours.
The corporation want to guarantee that product manuals are constantly current and that the architecture adapts fast to rising customer demand.
A solutions architect must satisfy these objectives without requiring the business to upgrade its application code or website.
What actions should the solutions architect take to achieve this objective?
- A. Store the product manuals in an EBS volume. Mount that volume to the EC2 instances.
- B. Store the product manuals in an Amazon S3 bucket. Redirect the downloads to this bucket.
- C. Store the product manuals in an Amazon Elastic File System (Amazon EFS) volume. Mount that volume to the EC2 instances.
- D. Store the product manuals in an Amazon S3 Standard-Infrequent Access (S3 Standard-IA) bucket. Redirect the downloads to this bucket.
한글 번역
기업은 Elastic Load Balancer를 통해 여러 가용 영역에 분산된 Amazon EC2 인스턴스에서 웹 사이트를 호스팅합니다. 인스턴스는 EC2 Auto Scaling 그룹의 일부로 관리됩니다. 웹 사이트는 Amazon Elastic Block Store(Amazon EBS) 볼륨을 통해 다운로드할 수 있는 제품 설명서를 저장합니다. 조직에서 종종 제품 정보를 변경하므로 Auto Scaling 그룹에서 생성한 새 인스턴스에는 오래된 데이터가 있는 경우가 많습니다. 새 인스턴스에서 모든 변경 사항을 수신하는 데 최대 30분이 소요될 수 있습니다. 또한 변경 사항에는 업무 시간 동안 EBS 볼륨 크기 조정이 포함됩니다.
회사는 제품 매뉴얼이 지속적으로 최신 상태이고 아키텍처가 증가하는 고객 요구에 빠르게 적응할 수 있도록 보장하기를 원합니다.
솔루션 설계자는 기업이 애플리케이션 코드나 웹사이트를 업그레이드하지 않고도 이러한 목표를 충족해야 합니다.
솔루션 설계자는 이 목표를 달성하기 위해 어떤 조치를 취해야 합니까?
- A. 제품 매뉴얼을 EBS 볼륨에 보관하십시오. 해당 볼륨을 EC2 인스턴스에 탑재합니다.
- B. 제품 설명서를 Amazon S3 버킷에 저장합니다. 다운로드를 이 버킷으로 리디렉션합니다.
- C. 제품 설명서를 Amazon Elastic File System(Amazon EFS) 볼륨에 저장합니다. 해당 볼륨을 EC2 인스턴스에 탑재합니다.
- D. 제품 설명서를 Amazon S3 Standard-Infrequent Access(S3 Standard-IA) 버킷에 저장합니다. 다운로드를 이 버킷으로 리디렉션합니다.
정답
- C. Store the product manuals in an Amazon Elastic File System (Amazon EFS) volume. Mount that volume to the EC2 instances.
해설
이 문제에서 목표는
회사는 제품 매뉴얼이 지속적으로 최신 상태이고 아키텍처가 증가하는 고객 요구에 빠르게 적응할 수 있도록 보장하기를 원합니다.
솔루션 설계자는 기업이 애플리케이션 코드나 웹사이트를 업그레이드하지 않고도 이러한 목표를 충족하는 것 이다.
EFS는 한번만 설정하면 되는 탄력적 서버리스 파일 시스템으로
AWS 컴퓨팅 시스템을 위한 공유 파일 시스템을 간편하고, 빠르게 생성하고 구성한다. 프로비저닝, 배포, 패치 적용 또는 유지 관리가 필요하지 않는다 라는 특징이 있다.
파일이 추가되거나 제거될 때 파일 시스템 크기를 자동으로 조정하고 필요한 경우 더 높은 처리량으로 버스트 한다.
사용한 스토리지 요금만 지불하며 자주 액세스 되지 않는 파일을 자동으로 이동하여 비용을 최대 92% 절감한다.
작동 방식
EFS에 대한 설명을 보면 문제에서 제기한 핵심들을 그대로 가지고 있는 것을 볼 수 있다.
참조 문서:
https://aws.amazon.com/ko/efs/
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 194 (0) | 2022.07.01 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 193 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 192 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 191 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 189 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 188 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 187 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 186 (0) | 2022.07.01 |
댓글