SOA-C02 Monitoring, Logging, and Remediation • Set 18
SOA-C02 Monitoring, Logging, and Remediation Practice Test 18 — 15 questions with explanations. Free, no signup.
A SysOps administrator is troubleshooting an issue where an EC2 instance's CloudWatch agent is not sending memory metrics. The agent is installed and configured to collect memory metrics. The IAM role attached to the instance has the following policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "cloudwatch:PutMetricData",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "cloudwatch:ListMetrics",
"Resource": "*"
}
]
}What is the most likely reason the memory metrics are not appearing?