A business is developing a web application that will interface with a content management system. The content management system is hosted on Amazon EC2 instances, which are routed via an Application Load Balancer (ALB). The EC2 instances are distributed across several Availability Zones in an Auto Scaling group. The content management system's users are continually adding and modifying files, blogs, and other website assets.
A solutions architect must design a solution that enables all EC2 instances to exchange current website content with the least amount of lag time feasible.
Which solution satisfies these criteria?
- A. Update the EC2 user data in the Auto Scaling group lifecycle policy to copy the website assets from the EC2 instance that was launched most recently. Configure the ALB to make changes to the website assets only in the newest EC2 instance.
- B. Copy the website assets to an Amazon Elastic File System (Amazon EFS) file system. Configure each EC2 instance to mount the EFS file system locally. Configure the website hosting application to reference the website assets that are stored in the EFS file system.
- C. Copy the website assets to an Amazon S3 bucket. Ensure that each EC2 instance downloads the website assets from the S3 bucket to the attached Amazon Elastic Block Store (Amazon EBS) volume. Run the S3 sync command once each hour to keep files up to date.
- D. Restore an Amazon Elastic Block Store (Amazon EBS) snapshot with the website assets. Attach the EBS snapshot as a secondary EBS volume when a new EC2 instance is launched. Configure the website hosting application to reference the website assets that are stored in the secondary EBS volume.
한글 번역
한 비즈니스에서 콘텐츠 관리 시스템과 인터페이스할 웹 애플리케이션을 개발 중입니다. 콘텐츠 관리 시스템은 ALB(Application Load Balancer)를 통해 라우팅되는 Amazon EC2 인스턴스에서 호스팅됩니다. EC2 인스턴스는 Auto Scaling 그룹의 여러 가용 영역에 분산되어 있습니다. 콘텐츠 관리 시스템의 사용자는 파일, 블로그 및 기타 웹 사이트 자산을 지속적으로 추가 및 수정하고 있습니다.
솔루션 설계자는 가능한 최소 지연 시간으로 모든 EC2 인스턴스가 현재 웹 사이트 콘텐츠를 교환할 수 있는 솔루션을 설계해야 합니다.
이 기준을 충족하는 솔루션은 무엇입니까?
- A. Auto Scaling 그룹 수명 주기 정책에서 EC2 사용자 데이터를 업데이트하여 가장 최근에 시작된 EC2 인스턴스에서 웹 사이트 자산을 복사합니다. 최신 EC2 인스턴스에서만 웹 사이트 자산을 변경하도록 ALB를 구성합니다.
- B. 웹 사이트 자산을 Amazon Elastic File System(Amazon EFS) 파일 시스템에 복사합니다. EFS 파일 시스템을 로컬로 탑재하도록 각 EC2 인스턴스를 구성합니다. EFS 파일 시스템에 저장된 웹 사이트 자산을 참조하도록 웹 사이트 호스팅 응용 프로그램을 구성합니다.
- C. 웹 사이트 자산을 Amazon S3 버킷에 복사합니다. 각 EC2 인스턴스가 S3 버킷에서 연결된 Amazon Elastic Block Store(Amazon EBS) 볼륨으로 웹 사이트 자산을 다운로드하는지 확인합니다. 파일을 최신 상태로 유지하려면 한 시간에 한 번씩 S3 sync 명령을 실행합니다.
- D. 웹사이트 자산으로 Amazon Elastic Block Store(Amazon EBS) 스냅샷을 복원합니다. 새 EC2 인스턴스가 시작될 때 EBS 스냅샷을 보조 EBS 볼륨으로 연결합니다. 보조 EBS 볼륨에 저장된 웹사이트 자산을 참조하도록 웹사이트 호스팅 애플리케이션을 구성합니다.
정답
- B. Copy the website assets to an Amazon Elastic File System (Amazon EFS) file system. Configure each EC2 instance to mount the EFS file system locally. Configure the website hosting application to reference the website assets that are stored in the EFS file system.
해설
EFS는 한번만 설정하면 되는 단순한 탄력적 Serverless 파일 시스템이다.
AWS 컴퓨팅 시스템을 위한 공유 파일 시스템을 간편하고 빠르게 생성하고 구성합니다. 프로비저닝, 배포, 패치 적용 또는 유지 관리가 필요하지 않습니다.
파일이 추가되거나 제거될 때 파일 시스템 크기를 자동으로 조정하고 필요한 경우 더 높은 처리량으로 버스트합니다.
사용한 스토리지 요금만 지불하며 자주 액세스되지 않는 파일을 자동으로 이동하여 비용을 최대 92% 절감합니다.
99.999999999%(9가 11개)의 내구성과 최대 99.99%(9가 4개)의 가용성을 제공하도록 설계되었고 완전관리형 파일 시스템을 통해 안전하고 안정적으로 파일에 액세스합니다.
https://aws.amazon.com/ko/efs/
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 294 (0) | 2022.07.08 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 293 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 292 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 291 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 289 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 288 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 287 (0) | 2022.07.07 |
[AWS][SAA][EXAMTOPICS] Question 286 (0) | 2022.07.07 |
댓글