A business maintains an internal web-based application. The application is deployed on Amazon EC2 instances that are routed via an Application Load Balancer. The instances are distributed across several Availability Zones through an Amazon EC2 Auto Scaling group. During business hours, the Auto Scaling group grows up to 20 instances, then scales down to two instances overnight. Staff are saying that the program is very sluggish to start the day, but performs fine by mid-morning.
How might the scale be altered to accommodate employee concerns while keeping expenses low?
- A. Implement a scheduled action that sets the desired capacity to 20 shortly before the office opens.
- B. Implement a step scaling action triggered at a lower CPU threshold, and decrease the cooldown period.
- C. Implement a target tracking action triggered at a lower CPU threshold, and decrease the cooldown period.
- D. Implement a scheduled action that sets the minimum and maximum capacity to 20 shortly before the office opens.
한글 번역
기업은 내부 웹 기반 응용 프로그램을 유지 관리합니다. 애플리케이션은 Application Load Balancer를 통해 라우팅되는 Amazon EC2 인스턴스에 배포됩니다. 인스턴스는 Amazon EC2 Auto Scaling 그룹을 통해 여러 가용 영역에 분산됩니다. 업무 시간 동안 Auto Scaling 그룹은 최대 20개의 인스턴스로 확장한 다음 하룻밤 사이에 2개의 인스턴스로 축소합니다. 직원들은 프로그램이 하루를 시작하기에는 매우 느리지만 오전 중반까지는 잘 수행된다고 말합니다.
비용을 낮게 유지하면서 직원의 우려를 수용하기 위해 규모를 어떻게 변경할 수 있습니까?
- A. 사무실이 열리기 직전에 원하는 용량을 20으로 설정하는 예정된 작업을 구현합니다.
- B. 더 낮은 CPU 임계값에서 트리거되는 단계 조정 작업을 구현하고 휴지 기간을 줄입니다.
- C. 낮은 CPU 임계값에서 트리거된 대상 추적 작업을 구현하고 휴지 기간을 줄입니다.
- D. 사무실이 열리기 직전에 최소 및 최대 수용 인원을 20명으로 설정하는 예정된 작업을 구현합니다.
정답
- A. Implement a scheduled action that sets the desired capacity to 20 shortly before the office opens.
해설
오토스케일링으로 인해 2개의 인스턴스로 축소된다. 직원들은 아침에는 매우 느리지만 오전 중반까지는 잘 수행이 된다고 한다. 즉 이미 몇가지 정책이 걸려있다는 것으로 해석이 가능하다.
그러므로 예약정책을 통해서 시작부터 20개의 인스턴스를 실행해 주는 것이 매우 느린 문제를 해결할 수 있다.
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 192 (0) | 2022.07.01 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 191 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 190 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 189 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 187 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 186 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 185 (0) | 2022.07.01 |
[AWS][SAA][EXAMTOPICS] Question 184 (0) | 2022.06.30 |
댓글