AWS Certified Solutions Architect – Professional (SAP-C02) — Question 87

A company has VPC flow logs enabled for Its NAT gateway. The company is seeing Action = ACCEPT for inbound traffic that comes from public IP address 198.51.100.2 destined for a private Amazon EC2 instance.

A solutions architect must determine whether the traffic represents unsolicited inbound connections from the internet. The first two octets of the VPC CIDR block are 203.0.

Which set of steps should the solutions architect take to meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because using Amazon CloudWatch allows monitoring of VPC flow logs effectively. The filter should check for the destination address that matches the VPC CIDR block, which is 203.0, while also tracking the source address of 198.51.100.2 to determine the traffic's legitimacy. Options A, C, and D are incorrect due to the use of AWS CloudTrail, which does not provide the necessary flow log information needed for this analysis.