Topic 1 Question 417
A company runs its web application on multiple Amazon EC2 instances that are part of an Auto Scaling group. The company wants the Auto Scaling group to scale out as soon as CPU utilization rises above 50% for the instances.
How should a SysOps administrator configure the Auto Scaling group to meet these requirements?
Configure the Auto Scaling group to scale based on events.
Configure the Auto Scaling group to scale based on a schedule.
Configure the Auto Scaling group to scale dynamically based on demand.
Configure the Auto Scaling group to use predictive scaling.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
To configure the Auto Scaling group to scale out as soon as CPU utilization rises above 50% for the instances, you should:
C. Configure the Auto Scaling group to scale dynamically based on demand.
👍 2LemonGremlin2023/12/31 - 正解だと思う選択肢: C
Scale based on demand A more advanced way to scale your resources, using dynamic scaling, lets you define a scaling policy that dynamically resizes your Auto Scaling group to meet changes in demand. For example, let's say that you have a web application that currently runs on two instances and you want the CPU utilization of the Auto Scaling group to stay at around 50 percent when the load on the application changes. This method is useful for scaling as traffic changes occur, when you don't know when the traffic will change. You can configure scaling policies to respond for you. There are multiple policy types (or a combination of them) that you can use to scale in response to traffic changes. For more information, see Dynamic scaling for Amazon EC2 Auto Scaling. https://docs.aws.amazon.com/autoscaling/ec2/userguide/scaling-overview.html
👍 1WinAndWin2024/01/01
シャッフルモード