You have launched an EC2 instance with four (4) 500 GB EBS Provisioned IOPS volumes attached. The EC2 instance is EBS-Optimized and supports 500 Mbps throughput between EC2 and EBS. The four EBS volumes are configured as a single RAID 0 device, and each Provisioned IOPS volume is provisioned with 4,000
IOPS (4,000 16KB reads or writes), for a total of 16,000 random IOPS on the instance. The EC2 instance initially delivers the expected 16,000 IOPS random read and write performance. Sometime later, in order to increase the total random I/O performance of the instance, you add an additional two 500 GB EBS Provisioned
IOPS volumes to the RAID. Each volume is provisioned to 4,000 IOPs like the original four, for a total of 24,000 IOPS on the EC2 instance. Monitoring shows that the EC2 instance CPU utilization increased from 50% to 70%, but the total random IOPS measured at the instance level does not increase at all.
What is the problem and a valid solution?
- A. The EBS-Optimized throughput limits the total IOPS that can be utilized; use an EBSOptimized instance that provides larger throughput.
- B. Small block sizes cause performance degradation, limiting the I/O throughput; configure the instance device driver and filesystem to use 64KB blocks to increase throughput.
- C. The standard EBS Instance root volume limits the total IOPS rate; change the instance root volume to also be a 500GB 4,000 Provisioned IOPS volume.
- D. Larger storage volumes support higher Provisioned IOPS rates; increase the provisioned volume storage of each of the 6 EBS volumes to 1TB.
- E. RAID 0 only scales linearly to about 4 devices; use RAID 0 with 4 EBS Provisioned IOPS volumes, but increase each Provisioned IOPS EBS volume to 6,000 IOPS.
한글 번역
4개의 500GB EBS 프로비저닝된 IOPS 볼륨이 연결된 EC2 인스턴스를 시작했습니다. EC2 인스턴스는 EBS에 최적화되어 있으며 EC2와 EBS 간에 500Mbps 처리량을 지원합니다. 네 개의 EBS 볼륨은 단일 RAID 0 장치로 구성되며, 프로비저닝된 각 IOPS 볼륨은 인스턴스에서 총 16,000개의 임의 IOPS를 위해 4,000 IOPS(4,000개의
16KB 읽기 또는 쓰기)로 프로비저닝됩니다. EC2 인스턴스는 처음에 예상되는 16,000 IOPS 임의 읽기 및 쓰기 성능을 제공합니다. 나중에 인스턴스의 총 임의 I/O 성능을 높이기 위해 두 개의 500GB EBS 프로비저닝된
IOPS 볼륨을 RAID에 추가합니다. 각 볼륨은 EC2 인스턴스에서 총 24,000 IOPS를 위해 원래 4개와 같은 4,000개의 IOP로 프로비저닝됩니다. 모니터링 결과 EC2 인스턴스 CPU 사용률이 50%에서 70%로 증가했지만 인스턴스 수준에서 측정된 총 임의 IOPS는 전혀 증가하지 않습니다.
문제와 유효한 해결책은 무엇입니까?
- A. EBS 최적화 처리량은 활용할 수 있는 총 IOPS를 제한합니다. 더 큰 처리량을 제공하는 EBSOptimized 인스턴스를 사용하십시오.
- B. 블록 크기가 작으면 성능이 저하되어 I/O 처리량이 제한됩니다. 처리량을 늘리기 위해 64KB 블록을 사용하도록 인스턴스 장치 드라이버 및 파일 시스템을 구성합니다.
- C. 표준 EBS 인스턴스 루트 볼륨은 총 IOPS 속도를 제한합니다. 인스턴스 루트 볼륨도 500GB 4,000 프로비저닝된 IOPS 볼륨으로 변경합니다.
- D. 저장소 볼륨이 클수록 더 높은 프로비저닝된 IOPS 속도를 지원합니다. 각 6개의 EBS 볼륨의 프로비저닝된 볼륨 스토리지를 1TB로 늘립니다.
- E. RAID 0은 약 4개의 장치로만 선형으로 확장됩니다. 4개의 EBS 프로비저닝된 IOPS 볼륨과 함께 RAID 0을 사용하되 프로비저닝된 각 IOPS EBS 볼륨을 6,000 IOPS로 늘립니다.
정답
- A. The EBS-Optimized throughput limits the total IOPS that can be utilized; use an EBSOptimized instance that provides larger throughput.
해설
다음 표에서는 EBS 최적화를 지원하는 인스턴스 유형을 보여 줍니다. 여기에는 Amazon EBS에 대한 전용 대역폭, 스트리밍 읽기 워크로드 및 128KiB I/O 크기를 사용하여 해당 연결에서 달성할 수 있는 일반적인 최대 집계 처리량, 16KiB I/O 크기를 사용하는 경우 인스턴스가 지원할 수 있는 최대 IOPS가 포함됩니다.
애플리케이션 요구 사항보다 더 많은 전용 Amazon EBS 처리량을 제공하는 EBS 최적화 인스턴스를 선택하십시오. 그렇지 않으면 Amazon EBS와 Amazon EC2 간의 연결이 성능 병목 현상이 될 수 있습니다.
Amazon EBS 최적화 인스턴스 - Amazon Elastic Compute Cloud
위 사이트를 들어간 후 표를 확인해보면 EBS 최적화 인스턴스의 최대 대역폭을 먼저 확인해봐라
문제에서는 500이라고 하였으므로 500Mbps의 대역폭을 지원하는 인스턴스들의 IOPS를 비교해보면 답을 알 수 있다.
'[AWS] > AWS SAP EXAMTOPICS' 카테고리의 다른 글
[AWS][SAP] Question 34 (1) | 2022.09.26 |
---|---|
[AWS][SAP] Question 33 (1) | 2022.09.23 |
[AWS][SAP] Question 32 (0) | 2022.09.22 |
[AWS][SAP] Question 31 (0) | 2022.09.21 |
[AWS][SAP] Question 29 (0) | 2022.09.20 |
[AWS][SAP] Question 28 (1) | 2022.09.19 |
[AWS][SAP] Question 27 (0) | 2022.09.19 |
[AWS][SAP] Question 26 (0) | 2022.09.16 |
댓글