Which of the following settings should the user adjust to manually scale out AWS resources using AutoScaling?
- A. Current capacity
- B. Desired capacity
- C. Preferred capacity
- D. Maximum capacity
한글 번역
AutoScaling을 사용하여 AWS 리소스를 수동으로 확장하려면 다음 중 사용자가 조정해야 하는 설정은 무엇입니까?
- A. 현재 용량
- B. 원하는 용량
- C. 선호하는 용량
- D. 최대 용량
정답
- B. Desired capacity
해설
Desired capacity:
Represents the initial capacity of the Auto Scaling group at the time of creation. An Auto Scaling group attempts to maintain the desired capacity. It starts by launching the number of instances that are specified for the desired capacity, and maintains this number of instances as long as there are no scaling policies or scheduled actions attached to the Auto Scaling group.
If you specify the desired capacity, either when you create the group or at any time thereafter, Amazon EC2 Auto Scaling ensures that your group has this many instances.
원하는 용량:
생성 시 AutoScaling group의 초기 용량을 나타냅니다. AutoScaling group은 원하는 용량을 유지하려고 시도합니다. 먼저 원하는 용량에 대해 지정된 인스턴스 수를 시작하고 자동 확장 그룹에 연결된 확장 정책이나 스케줄링된 작업이 없는 한 이 인스턴스 수를 유지합니다.
그룹을 생성할 때 또는 이후 언제든지 원하는 용량을 지정하면 Amazon EC2 Auto Scaling을 통해 그룹에 이 수의 인스턴스가 할당됩니다.
참조 문서
What is Amazon EC2 Auto Scaling? - Amazon EC2 Auto Scaling
Set capacity limits on your Auto Scaling group - Amazon EC2 Auto Scaling
'[AWS] > AWS SAP EXAMTOPICS' 카테고리의 다른 글
[AWS][SAP] Question 11 (0) | 2022.08.16 |
---|---|
[AWS][SAP] Question 10 (0) | 2022.08.12 |
[AWS][SAP] Question 9 (0) | 2022.08.12 |
[AWS][SAP] Question 8 (0) | 2022.08.11 |
[AWS][SAP] Question 6 (0) | 2022.08.09 |
[AWS][SAP] Question 5 (0) | 2022.08.08 |
[AWS][SAP] Question 4 (0) | 2022.08.08 |
[AWS][SAP] Question 3 (0) | 2022.08.05 |
댓글