You have a periodic image analysis application that gets some files in input, analyzes them and tor each file writes some data in output to a ten file the number of files in input per day is high and concentrated in a few hours of the day.
Currently you have a server on EC2 with a large EBS volume that hosts the input data and the results. It takes almost 20 hours per day to complete the process.
What services could be used to reduce the elaboration time and improve the availability of the solution?
- A. S3 to store I/O files. SQS to distribute elaboration commands to a group of hosts working in parallel. Auto scaling to dynamically size the group of hosts depending on the length of the SQS queue
- B. EBS with Provisioned IOPS (PIOPS) to store I/O files. SNS to distribute elaboration commands to a group of hosts working in parallel Auto Scaling to dynamically size the group of hosts depending on the number of SNS notifications
- C. S3 to store I/O files, SNS to distribute evaporation commands to a group of hosts working in parallel. Auto scaling to dynamically size the group of hosts depending on the number of SNS notifications
- D. EBS with Provisioned IOPS (PIOPS) to store I/O files SQS to distribute elaboration commands to a group of hosts working in parallel Auto Scaling to dynamically size the group ot hosts depending on the length of the SQS queue.
한글번역
주기적으로 이미지 분석 응용 프로그램을 사용하면 입력에 일부 파일을 저장하고, 분석하고, 각 파일이 출력에 일부 데이터를 10개의 파일에 쓸 수 있습니다. 하루에 입력되는 파일 수가 많고 하루 중 몇 시간 안에 집중됩니다.
현재 EC2에는 입력 데이터와 결과를 호스팅하는 큰 EBS 볼륨을 가진 서버가 있습니다. 이 과정을 완료하는데 거의 하루에 20시간이 걸린다.
정교화 시간을 단축하고 솔루션의 가용성을 개선하는 데 사용할 수 있는 서비스는 무엇입니까?
- A. I/O 파일을 저장하는 S3. SQS를 사용하여 정교화 명령을 병렬로 작업하는 호스트 그룹에 배포합니다. SQS 대기열의 길이에 따라 호스트 그룹의 크기를 동적으로 조정하도록 자동 크기 조정
- B. I/O 파일을 저장하기 위해 프로비저닝된 IOPS(PIOPS)가 있는 EBS입니다. SNS는 병렬 자동 조정에서 작업하는 호스트 그룹에 정교화 명령을 배포하여 SNS 알림 수에 따라 호스트 그룹의 크기를 동적으로 조정합니다.
- C. I/O 파일을 저장하는 S3, 증발 명령을 병렬로 작업하는 호스트 그룹에 분배하는 SNS. SNS 알림 수에 따라 호스트 그룹의 크기를 동적으로 조정하도록 자동 크기 조정
- D. I/O 파일 SQS를 저장하는 PIOPS(프로비저닝된 IOPS)가 있는 EBS는 SQS 큐의 길이에 따라 그룹 ot 호스트의 크기를 동적으로 조정하기 위해 병렬 자동 크기 조정으로 작업하는 호스트 그룹에 정교화 명령을 배포합니다.
정답
- A. S3 to store I/O files. SQS to distribute elaboration commands to a group of hosts working in parallel. Auto scaling to dynamically size the group of hosts depending on the length of the SQS queue
해설
EBS 복제는 단일 AZ로 제한되지만 S3 데이터는 기본 다중 AZ에 걸쳐 복제할 수 있으며 필요한 경우 여러 리전에 걸쳐 구성이 가능하기 때문에 가용성이 높다.
또한 SNS는 호스트 그룹 간 작업을 분산하는 것을 허용하지 않는다.
그리고 PIOPS는 성능에는 좋지만 가용성에는 좋지 않다.
SQS의 대기열의 길이에 따라 호스트 그룹의 크기를 동적으로 조정하는 것 역시 위에서 말한대로 가용성을 보장하며 정교화 시간을 단축시키는 것에 대해 효과적이다.
'[AWS] > AWS SAP EXAMTOPICS' 카테고리의 다른 글
[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 40 (1) | 2022.10.05 |
[AWS][SAP] Question 38 (1) | 2022.09.30 |
[AWS][SAP] Question 37 (1) | 2022.09.29 |
[AWS][SAP] Question 36 (0) | 2022.09.28 |
[AWS][SAP] Question 35 (0) | 2022.09.27 |
댓글