AWS Certified Advanced Networking – Specialty ANS-C00 – Question402

A network engineer is using the AWS CLI to provision a VPC and Amazon EC2 instances that use IPv6 addresses. An application that runs on the instances requires access to the internet to pull updates from a software vendor. The VPC ID is vpc-3c02b675. The network engineer uses the following command to provision an egress-only internet gateway:
aws ac2 create-egress-only-internet-gateway –vpc-id vpc-3c02b675
What else must the network engineer do so that the EC2 instances can pull the updates?

A.
Replace the egress-only internet gateway with a NAT gateway. Create a route with destination 0.0.0.0/0 and the NAT gateway ID as the target.
B. Replace the egress-only internet gateway with a NAT gateway. Create a route with destination ::/0 and the NAT gateway ID as the target.
C. Create a route with destination 0.0.0.0/0 and the egress-only internet gateway ID as the target.
D. Create a route with destination ::/0 and the egress-only internet gateway ID as the target.