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?
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
Explanation:
A user can create a subnet with VPC and launch instances inside that subnet. If the user has created a public
private subnet, the instances in the public subnet can receive inbound traffic directly from the internet,
whereas the instances in the private subnet cannot. If these subnets are created with Wizard, AWS will create
a NAT instance with an elastic IP. Wizard will also create two subnets with route tables. It will also create an
internet gateway and attach it to the VPC.
repeated question
A
Trick question.. Routing table, routing instance.
a
f
A
why not ‘D’ according to the Explanation???
>If these subnets are created with Wizard, AWS will create a NAT instance with an elastic IP.
A