Topic 1 Question 429
An ecommerce startup is preparing for an annual sales event. As the traffic to the company's application increases, the development team wants to be notified when the Amazon EC2 instance's CPU utilization exceeds 80%.
Which solution will meet this requirement?
Create a custom Amazon CloudWatch alarm that sends a notification to an Amazon SNS topic when the CPU utilization exceeds 80%.
Create a custom AWS CloudTrail alarm that sends a notification to an Amazon SNS topic when the CPU utilization exceeds 80%.
Create a cron job on the EC2 instance that invokes the --describe-instance-information command on the host instance every 15 minutes and sends the results to an Amazon SNS topic.
Create an AWS Lambda function that queries the AWS CloudTrail logs for the CPUUtilization metric every 15 minutes and sends a notification to an Amazon SNS topic when the CPU utilization exceeds 80%.
ユーザの投票
コメント(3)
A is the correct answer
👍 1ogogundare2024/11/03A is the correct answer
👍 1Saudis2024/11/07- 正解だと思う選択肢: A
The correct answer is A.
CloudWatch is the AWS service specifically designed for monitoring metrics like CPU utilization. Creating a CloudWatch alarm with a threshold of 80% and configuring it to send notifications to an SNS topic is the most straightforward and efficient method for achieving this requirement.
👍 1examuserss2025/01/02
シャッフルモード