AWS Certified SysOps Administrator – Associate (legacy) — Question 316
A user has created a VPC with public and private subnets using the VPC wizard. Which of the below mentioned statements is not true in this scenario?
Answer options
- A. The VPC will create a routing instance and attach it with a public subnet
- B. The VPC will create two subnets
- C. The VPC will create one internet gateway and attach it to VPC
- D. The VPC will launch one NAT instance with an elastic IP
Correct answer: A
Explanation
AWS VPC utilizes route tables to direct traffic rather than deploying a dedicated 'routing instance' for a subnet, making option A false and therefore the correct answer. The other options are true because the VPC wizard automatically sets up two subnets, attaches an Internet Gateway to the VPC, and provisions a NAT instance with an Elastic IP to facilitate outbound internet access for the private subnet.