Topic 1 Question 125
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?
Configure the IAM policy in use by the IAM role to have access to the required cloudwatch: API actions that will publish logs.
Adjust the Amazon EC2 Auto Scaling service-linked role to have permissions to write to CloudWatch Logs.
Configure the IAM policy in use by the IAM role to have access to the required AWS logs: API actions that will publish logs.
Add an interface VPC endpoint to provide a route to CloudWatch Logs.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: A
A is the answer . have to check IAM roles used by ec2.
👍 3danish12342024/05/11 A The problem is with the ec2 instance not being able to publish logs from the cloudwatch agent running on the instance and not really to do with the autoscaling service role.
The auto scaling service role will instead require the following Create, describe, modify, and delete CloudWatch alarms for scaling policies and retrieve metrics used for predictive scaling. https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-service-linked-role.html#service-linked-role-permissions
👍 3Zek2024/05/13- 正解だと思う選択肢: A
Must be A - it states that the networking is fine in this scenario.
👍 2Certified1012024/05/19
シャッフルモード