A cloud engineer is troubleshooting a connectivity issue where an application on a virtual machine (VM) in a private subnet cannot access a public API on the internet. A NAT gateway exists in a public subnet, and the security group for the VM allows all outbound traffic. What is the MOST likely misconfiguration causing this issue?
-
A
The Internet Gateway is not attached to the Virtual Private Cloud (VPC).
-
B
The Network ACL associated with the private subnet is denying outbound traffic.
-
C
The route table for the private subnet does not have a route pointing to the NAT gateway.
-
D
The VM's host-based firewall is blocking outbound traffic.