List of questions
Related questions
Question 327 - ANS-C00 discussion
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.
Your answer:
0 comments
Sorted by
Leave a comment first