하위 문제 풀이는 개인적 의견일 수 있습니다. AWS 공식 문서를 참조하는 것을 추천 드립니다.
[영문]
A company wants to improve its ability to clone large amounts of production data into a test environment in the same AWS Region. The data is stored in Amazon EC2 instances on Amazon Elastic Block Store (Amazon EBS) volumes. Modifications to the cloned data must not affect the production environment. The software that accesses this data requires consistently high I/O performance.
A solutions architect needs to minimize the time that is required to clone the production data into the test environment.
Which solution will meet these requirements?
- A. Take EBS snapshots of the production EBS volumes. Restore the snapshots onto EC2 instance store volumes in the test environment.
- B. Configure the production EBS volumes to use the EBS Multi-Attach feature. Take EBS snapshots of the production EBS volumes. Attach the production EBS volumes to the EC2 instances in the test environment.
- C. Take EBS snapshots of the production EBS volumes. Create and initialize new EBS volumes. Attach the new EBS volumes to EC2 instances in the test environment before restoring the volumes from the production EBS snapshots.
- D. Take EBS snapshots of the production EBS volumes. Turn on the EBS fast snapshot restore feature on the EBS snapshots. Restore the snapshots into new EBS volumes. Attach the new EBS volumes to EC2 instances in the test environment.
[한글] (번역기)
한 회사가 대량의 프로덕션 데이터를 동일한 AWS 리전에 있는 테스트 환경으로 복제하는 기능을 개선하고자 합니다. 데이터는 Amazon EBS(Amazon Elastic Block Store) 볼륨의 Amazon EC2 인스턴스에 저장됩니다. 복제된 데이터에 대한 수정이 프로덕션 환경에 영향을 미치지 않아야 합니다. 이 데이터에 액세스하는 소프트웨어는 일관되게 높은 I/O 성능을 필요로 합니다.
솔루션 설계자는 프로덕션 데이터를 테스트 환경으로 복제하는 데 필요한 시간을 최소화해야 합니다.
이러한 요구 사항을 충족하는 솔루션은 무엇일까요?
A. 프로덕션 EBS 볼륨의 EBS 스냅샷을 생성합니다. 스냅샷을 테스트 환경의 EC2 인스턴스 스토어 볼륨에 복원합니다.
B. EBS 멀티 어태치 기능을 사용하도록 프로덕션 EBS 볼륨을 구성합니다. 프로덕션 EBS 볼륨의 EBS 스냅샷을 생성합니다. 프로덕션 EBS 볼륨을 테스트 환경의 EC2 인스턴스에 연결합니다.
C. 프로덕션 EBS 볼륨의 EBS 스냅샷을 생성합니다. 새 EBS 볼륨을 생성하고 초기화합니다. 프로덕션 EBS 스냅샷에서 볼륨을 복원하기 전에 새 EBS 볼륨을 테스트 환경의 EC2 인스턴스에 연결합니다.
D. 프로덕션 EBS 볼륨의 EBS 스냅샷을 생성합니다. EBS 스냅샷에서 EBS 빠른 스냅샷 복원 기능을 켭니다. 스냅샷을 새 EBS 볼륨으로 복원합니다. 새 EBS 볼륨을 테스트 환경의 EC2 인스턴스에 연결합니다.
[풀이]
- 대량의 프로덕션 데이터 테스트 환경으로 복제, EBS 데이터 일관되게 높은 I/O 성능으로 복제 시간 최소화, 프로덕션 환경에 영향 미치지 않도록
- EBS 빠른 스냅샷 복원 기능을 사용하면 된다.
- Amazon EBS 빠른 스냅샷 복원(FSR)을 사용하면 생성 시 완전히 초기화된 스냅샷에서 볼륨을 생성할 수 있습니다. 이렇게 하면 처음 액세스할 때 블록에 대한 I/O 작업 지연 시간이 없어집니다. 빠른 스냅샷 복원을 사용하여 생성된 볼륨은 프로비저닝된 모든 성능을 즉시 제공합니다.
- https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/ebs-fast-snapshot-restore.html
[출처] : https://www.examtopics.com/exams/amazon/aws-certified-solutions-architect-associate-saa-c03/view/
위 문제에 대한 저작권은 상위 출처 링크에 있으며 해당 게시글로 문제 시 댓글 부탁 드리며 삭제 조치 진행 하겠습니다.
'자격증 > AWS SAA' 카테고리의 다른 글
[SAA-C03][문제 풀이] S3 예측 불가 패턴 파일 문제 (0) | 2023.10.16 |
---|---|
[SAA-C03][문제 풀이] 웹사이트 수백만 건의 요청을 처리하는 솔루션 문제 (1) | 2023.10.16 |
[SAA-C03][문제 풀이] 타사 방화벽 어플라이언스 웹 트래픽 검사 문제 (0) | 2023.10.16 |
[SAA-C03][문제 풀이] S3 Lambda 이미지 처리 내구성, 상태 비저장 문제 (0) | 2023.10.16 |
[SAA-C03][문제 풀이] EC2 S3 문서 저장 문제 (0) | 2023.10.16 |