The application of a business is hosted on Amazon EC2 instances that are part of an Auto Scaling group behind an Elastic Load Balancer. Each year, the firm predicts a rise in traffic over a holiday, based on the application's history. A solutions architect must develop a plan to guarantee that the Auto Scaling group raises capacity proactively in order to minimize any effect on application users' performance.
Which solution will satisfy these criteria?
- A. Create an Amazon CloudWatch alarm to scale up the EC2 instances when CPU utilization exceeds 90%.
- B. Create a recurring scheduled action to scale up the Auto Scaling group before the expected period of peak demand.
- C. Increase the minimum and maximum number of EC2 instances in the Auto Scaling group during the peak demand period.
- D. Configure an Amazon Simple Notification Service (Amazon SNS) notification to send alerts when there are autoscaling EC2_INSTANCE_LAUNCH events.
한글 번역
비즈니스 애플리케이션은 Elastic Load Balancer 뒤에 있는 Auto Scaling 그룹의 일부인 Amazon EC2 인스턴스에서 호스팅됩니다. 회사는 매년 애플리케이션 기록을 기반으로 휴일 동안 트래픽 증가를 예측합니다. 솔루션 설계자는 애플리케이션 사용자의 성능에 미치는 영향을 최소화하기 위해 Auto Scaling 그룹이 사전에 용량을 늘리도록 보장하는 계획을 개발해야 합니다.
어떤 솔루션이 이러한 기준을 충족할까요?
- A. Amazon CloudWatch 경보를 생성하여 CPU 사용률이 90%를 초과할 때 EC2 인스턴스를 확장합니다.
- B. 예상되는 피크 수요 기간 전에 Auto Scaling 그룹을 확장하기 위해 반복되는 예약된 작업을 생성합니다.
- C. 최대 수요 기간 동안 Auto Scaling 그룹의 최소 및 최대 EC2 인스턴스 수를 늘립니다.
- D. Autoscaling EC2_INSTANCE_LAUNCH 이벤트가 있을 때 알림을 보내도록 Amazon Simple Notification Service(Amazon SNS) 알림을 구성합니다.
정답
- B. Create a recurring scheduled action to scale up the Auto Scaling group before the expected period of peak demand.
해설
Amazon EC2 Auto Scaling에 대한 예약 조정
예약된 조정은 예측 가능한 부하 변경에 따라 자체 조정 일정을 설정하는 데 도움이 됩니다. 예를 들어, 웹 애플리케이션에 대한 트래픽이 매주 수요일에 증가하기 시작하여 목요일에 높은 상태를 유지하고 금요일에 감소하기 시작한다고 가정해 보겠습니다. Amazon EC2 Auto Scaling이 수요일에 용량을 늘리고 금요일에 용량을 줄이도록 일정을 구성할 수 있습니다.
예약된 조정을 사용하려면 예약된 작업 을 만듭니다 . 예약된 작업은 날짜 및 시간의 함수로 자동으로 수행됩니다. 예약된 작업을 생성할 때 조정 활동이 발생해야 하는 시기를 지정하고 조정 작업에 대해 원하는 새 크기, 최소 및 최대 크기를 지정합니다. 한 번만 확장되거나 반복되는 일정에 따라 확장되는 예약된 작업을 만들 수 있습니다.
참조 문서
https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-scheduled-scaling.html
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 173 (0) | 2022.06.30 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 172 (0) | 2022.06.29 |
[AWS][SAA][EXAMTOPICS] Question 171 (0) | 2022.06.29 |
[AWS][SAA][EXAMTOPICS] Question 170 (0) | 2022.06.29 |
[AWS][SAA][EXAMTOPICS] Question 168 (0) | 2022.06.29 |
[AWS][SAA][EXAMTOPICS] Question 167 (0) | 2022.06.29 |
[AWS][SAA][EXAMTOPICS] Question 166 (0) | 2022.06.28 |
[AWS][SAA][EXAMTOPICS] Question 165 (0) | 2022.06.28 |
댓글