Which AWS service or feature gives users the ability to capture information about network traffic in a VPC?
VPC Flow Logs
Amazon Inspector
VPC route tables
AWS CloudTrail
Explanations:
VPC Flow Logs capture information about the IP traffic going to and from network interfaces in your VPC. This feature allows users to monitor network traffic and troubleshoot network issues effectively.
Amazon Inspector is a security assessment service that helps improve the security and compliance of applications deployed on AWS, but it does not capture network traffic information.
VPC route tables are used to determine where network traffic is directed within a VPC, but they do not capture or log traffic information. They define the rules for routing but do not monitor traffic.
AWS CloudTrail records API calls made on your account, providing event history for AWS services, but it does not capture network traffic within a VPC. It focuses on management and governance rather than network traffic analysis.