A company is designing a new VPC with public and private subnets. The company wants to ensure that instances in the private subnets can download updates from the internet, but cannot be directly accessed from the internet. Which THREE components are required to meet these requirements? (Choose THREE.)
This route ensures that outbound traffic from private subnets is directed to the NAT Gateway.
Why this answer
A route table for private subnets with a default route (0.0.0.0/0) pointing to a NAT Gateway ensures that outbound traffic from instances in private subnets is forwarded to the NAT Gateway for internet access, while the NAT Gateway does not allow inbound connections initiated from the internet. This satisfies the requirement that instances can download updates but cannot be directly accessed from the internet.