
Explanation:
When publishing VPC flow logs to Amazon CloudWatch Logs, you must specify an IAM role that has sufficient permissions to publish the logs. The required permissions include logs:CreateLogGroup, logs:CreateLogStream, and logs:PutLogEvents. If the logs:CreateLogGroup permission is missing, the flow logs cannot create the necessary log group to store the logs.
Ultimate access to all questions.
Question 5
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.