
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A web application suddenly becomes slow. Monitoring shows CPU usage on EC2 instances is above 90% for several minutes. What action should be automatically triggered?
A
Enable log retention
B
Launch additional instances using auto scaling
C
Delete unused logs
D
Disable monitoring
E
None of the above
F
All of the above
Explanation:
In AWS, Auto Scaling groups use CloudWatch alarms to monitor metrics like CPU utilization. When CPU usage exceeds a defined threshold (e.g., 90%) for a specified period, the Auto Scaling policy triggers the launch of additional EC2 instances to handle the load and maintain performance.