
Answer-first summary for fast verification
Answer: The IAM policy that is attached to the IAM role for the flow log is missing the logs CreateLogGroup permission
To publish VPC Flow Logs to CloudWatch Logs, the IAM role needs permissions like logs:CreateLogGroup, logs:CreateLogStream, logs:PutLogEvents. Missing CreateLogGroup would prevent initial setup. CreateExportTask is for exporting to S3, IPv6 or peering don't prevent logging.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company's SysOps administrator is troubleshooting communication between the components of an application. The company configured VPC flow logs to be published to Amazon CloudWatch Logs. However, there are no logs in CloudWatch Logs. What could be blocking the VPC flow logs from being published to CloudWatch Logs?
A
The IAM policy that is attached to the IAM role for the flow log is missing the logs CreateLogGroup permission
B
The IAM policy that is attached to the IAM role for the flow log is missing the logs CreateExportTask permission
C
The VPC is configured for IPv6 addresses
D
The VPC is peered with another VPC in the AWS account
No comments yet.