A SysOps Administrator is configuring a new Amazon EC2 instance. The administrator needs to monitor the CPU utilization of the instance at 1-minute intervals and trigger an alarm if the utilization exceeds 80%. Which steps must the administrator take to meet these requirements? (Select TWO.)
- Enable detailed monitoring for the Amazon EC2 instance.Answer
- Configure the Amazon CloudWatch alarm with a period of 60 seconds.Answer
- CConfigure the Amazon CloudWatch alarm with a period of 300 seconds.
- DEnable basic monitoring for the Amazon EC2 instance.
- EConfigure the CloudWatch alarm to send notifications directly to an Amazon SQS queue.
Answer
To monitor the EC2 instance at 1-minute intervals and trigger the alarm, the administrator must enable detailed monitoring on the EC2 instance and configure the CloudWatch alarm with a period of 60 seconds.
To monitor EC2 metrics at a 1-minute resolution, detailed monitoring must be enabled on the EC2 instance. The CloudWatch alarm must then be configured with an evaluation period of 60 seconds to match the metric delivery frequency.
Step-by-Step Solution
Key Concept
Configuring CloudWatch alarms with 1-minute granularity for EC2 metrics requires enabling detailed monitoring on the EC2 instances.