AWS Certified SysOps Administrator – Associate (legacy) — Question 803

You are setting up a VPC and you need to set up a public subnet within that VPC. Which following requirement must be met for this subnet to be considered a public subnet?

Answer options

Correct answer: B

Explanation

In AWS VPC, a subnet is classified as a public subnet if its associated route table contains a route that directs internet-bound traffic (0.0.0.0/0) to an internet gateway. If a subnet's traffic is not routed to an internet gateway, or is only routed to a virtual private gateway, it is considered private or VPN-only, respectively.