AWS Certified Security – Specialty (SCS-C02) — Question 117
An Amazon EC2 Auto Scaling group launches Amazon Linux EC2 instances and installs the Amazon CloudWatch agent to publish logs to Amazon CloudWatch Logs. The EC2 instances launch with an IAM role that has an IAM policy attached. The policy provides access to publish custom metrics to CloudWatch. The EC2 instances run in a private subnet inside a VPC The VPC provides access to the internet for private subnets through a NAT gateway.
A security engineer notices that no logs are being published to CloudWatch Logs for the EC2 instances that the Auto Scaling group launches. The security engineer validates that the CloudWatch Logs agent is running and is configured properly on the EC2 instances. In addition, the security engineer validates that network communications are working properly to AWS services.
What can the security engineer do to ensure that the logs are published to CloudWatch Logs?
Answer options
- A. Configure the IAM policy in use by the IAM role to have access to the required cloudwatch: API actions that will publish logs.
- B. Adjust the Amazon EC2 Auto Scaling service-linked role to have permissions to write to CloudWatch Logs.
- C. Configure the IAM policy in use by the IAM role to have access to the required AWS logs: API actions that will publish logs.
- D. Add an interface VPC endpoint to provide a route to CloudWatch Logs.
Correct answer: C
Explanation
The correct answer is C because the IAM role's policy must specifically allow access to the AWS logs: API actions that are required for publishing logs to CloudWatch Logs. Option A is incorrect as it references the wrong API actions (cloudwatch: instead of AWS logs:). Option B is not relevant because the service-linked role does not directly affect the log publishing for the instances. Option D, while it provides a potential solution for connectivity issues, is not necessary if the IAM policy is correctly configured.