You have been asked to design the storage layer for an application. The application requires disk performance of at least 100,000 IOPS. In addition, the storage layer must be able to survive the loss of an individual disk, EC2 instance, or Availability Zone without any data loss. The volume you provide must have a capacity of at least 3 TB.
Which of the following designs will meet these objectives?
- A. Instantiate a c3.8xlarge instance in us-east-1. Provision 4x1TB EBS volumes, attach them to the instance, and configure them as a single RAID 5 volume. Ensure that EBS snapshots are performed every 15 minutes.
- B. Instantiate a c3.8xlarge instance in us-east-1. Provision 3xlTB EBS volumes, attach them to the Instance, and configure them as a single RAID 0 volume. Ensure that EBS snapshots are performed every 15 minutes.
- C. Instantiate an i2.8xlarge instance in us-east-1a. Create a RAID 0 volume using the four 800GB SSD ephemeral disks provided with the instance. Provision 3x1TB EBS volumes, attach them to the instance, and configure them as a second RAID 0 volume. Configure synchronous, block-level replication from the ephemeral-backed volume to the EBS-backed volume.
- D. Instantiate a c3.8xlarge instance in us-east-1. Provision an AWS Storage Gateway and configure it for 3 TB of storage and 100,000 IOPS. Attach the volume to the instance.
- E. Instantiate an i2.8xlarge instance in us-east-1a. Create a RAID 0 volume using the four 800GB SSD ephemeral disks provided with the instance. Configure synchronous, block-level replication to an identically configured instance in us-east-1b.
한글 번역
응용 프로그램의 저장소 계층을 디자인하라는 요청을 받았습니다. 응용 프로그램에는 최소 100,000IOPS의 디스크 성능이 필요합니다. 또한 스토리지 계층은 데이터 손실 없이 개별 디스크, EC2 인스턴스 또는 가용 영역의 손실에서 살아남을 수 있어야 합니다. 제공하는 볼륨의 용량은 3TB 이상이어야 합니다.
다음 중 어떤 디자인이 이러한 목표를 충족합니까?
- A. us-east-1에서 c3.8xlarge 인스턴스를 인스턴스화합니다. 4x1TB EBS 볼륨을 프로비저닝하고 인스턴스에 연결한 다음 단일 RAID 5 볼륨으로 구성합니다. EBS 스냅샷이 15분마다 수행되는지 확인합니다.
- B. us-east-1에서 c3.8xlarge 인스턴스를 인스턴스화합니다. 3xlTB EBS 볼륨을 프로비저닝하고, 인스턴스에 연결하고, 단일 RAID 0 볼륨으로 구성합니다. EBS 스냅샷이 15분마다 수행되는지 확인합니다.
- C. us-east-1a에서 i2.8xlarge 인스턴스를 인스턴스화합니다. 인스턴스와 함께 제공된 네 개의 800GB SSD 임시 디스크를 사용하여 RAID 0 볼륨을 생성합니다. 3x1TB EBS 볼륨을 프로비저닝하고 인스턴스에 연결한 다음 두 번째 RAID 0 볼륨으로 구성합니다. 임시 지원 볼륨에서 EBS 지원 볼륨으로의 동기식 블록 수준 복제를 구성합니다.
- D. us-east-1에서 c3.8xlarge 인스턴스를 인스턴스화합니다. AWS Storage Gateway를 프로비저닝하고 3TB의 스토리지 및 100,000 IOPS에 맞게 구성합니다. 볼륨을 인스턴스에 연결합니다.
- E. us-east-1a에서 i2.8xlarge 인스턴스를 인스턴스화합니다. 인스턴스와 함께 제공된 네 개의 800GB SSD 임시 디스크를 사용하여 RAID 0 볼륨을 생성합니다. us-east-1b에서 동일하게 구성된 인스턴스에 대한 동기식 블록 수준 복제를 구성합니다.
정답
- E. Instantiate an i2.8xlarge instance in us-east-1a. Create a RAID 0 volume using the four 800GB SSD ephemeral disks provided with the instance. Configure synchronous, block-level replication to an identically configured instance in us-east-1b.
해설
개별 디스크 혹은 EC2 혹은 가용 영역의 손실에서도 데이터가 살아야 한다.
데이터의 손실이 없기 위해서는 동기식 복제가 있어야 한다.
그러므로 A,B,D는 답이 될 수 없다.
그렇다면 C와 E가 남아있다.
C는 가용영역에 장애가 발생할 시 해결할 수 없으므로 답은 E이다.
참조 문서
'[AWS] > AWS SAP EXAMTOPICS' 카테고리의 다른 글
[AWS][SAP] Question 44 (0) | 2022.10.26 |
---|---|
[AWS][SAP] Question 43 (0) | 2022.10.21 |
[AWS][SAP] Question 42 (0) | 2022.10.11 |
[AWS][SAP] Question 41 (0) | 2022.10.06 |
[AWS][SAP] Question 39 (0) | 2022.10.04 |
[AWS][SAP] Question 38 (1) | 2022.09.30 |
[AWS][SAP] Question 37 (1) | 2022.09.29 |
[AWS][SAP] Question 36 (0) | 2022.09.28 |
댓글