AWS DevOps Flashcards
Card 1 of 384
Question
There is an application, which consists of the EC2 instance in an Auto-scaling group. During a particular timeframe, users are complaining about the poor response time of application due to the increase in traffic. You have to deploy a new EC2 instance for an Auto-scaling group when utilization of CPU is greater than 60% for two consecutive periods of 5 minutes. How will you do this?
Answer
Correct Answer:
B: By increasing the minimum number of instances in the Autoscaling group
Explanation:
If you increase the minimum number of instances, the application will be running even when the load on the website is not high.