Topic 1 Question 263
A company recently moved its server infrastructure to Amazon EC2 instances. The company wants to use Amazon CloudWatch metrics to track instance memory utilization and available disk space.
What should a SysOps administrator do to meet these requirements?
Configure CloudWatch from the AWS Management Console for all the instances that require monitoring by CloudWatch. AWS automatically installs and configures the agents for the specified instances.
Install and configure the CloudWatch agent on all the instances. Attach an IAM role to allow the instances to write logs to CloudWatch.
Install and configure the CloudWatch agent on all the instances. Attach an IAM user to allow the instances to write logs to CloudWatch.
Install and configure the CloudWatch agent on all the instances. Attach the necessary security groups to allow the instances to write logs to CloudWatch.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
B - to track instance memory you need to install the Cloudwatch agent and attach to the instance profile the right permissions (CloudWatchAgentServerPolicy policy must be attached).
👍 1csG132023/03/09 - 正解だと思う選択肢: B
To monitor memory utilization and available disk space on Amazon EC2 instances using Amazon CloudWatch metrics, a SysOps administrator should install and configure the CloudWatch agent on all the instances and attach an IAM role to allow the instances to write logs to CloudWatch. This will allow the CloudWatch agent to collect and publish metrics such as memory usage and available disk space to CloudWatch.
👍 1Vivec2023/03/09
シャッフルモード