Accompany wants to track how many Amazon EC2 instances are running and automatically request a service quota increase when the instance count reaches a defined threshold. Which approach satisfies these requirements?
Choose an answer
Tap an option to check your answer.
Correct answer: Create an Amazon CloudWatch alarm that monitors the relevant Service Quotas metric. Configure the alarm to invoke an AWS Lambda function that submits a quota increase request when the threshold is reached..
Why this is the answer
The correct approach involves using Amazon CloudWatch to monitor the Running Instances metric within the AWS/EC2 namespace, which directly reflects the number of running EC2 instances. Service Quotas provides metrics for current usage, making it suitable for monitoring. When this metric crosses a defined threshold, a CloudWatch alarm can trigger an AWS Lambda function. This Lambda function can then programmatically interact with the Service Quotas API to request a quota increase. Incorrect options: AWS Config rules are for evaluating resource configurations against desired settings, not for monitoring real-time service usage metrics or directly requesting quota increases. The AWS Health Dashboard provides personalized views of AWS service health and scheduled activities, not real-time metrics for service quota usage. AWS Trusted Advisor offers recommendations for cost optimization, performance, security, and fault tolerance, including some service limit checks, but it doesn't provide real-time metrics for direct CloudWatch alarming to automate quota increase requests.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed