exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 156 discussion

A company wants to use only IPv6 for all its Amazon EC2 instances. The EC2 instances must not be accessible from the internet, but the EC2 instances must be able to access the internet. The company creates a dual-stack VPC and IPv6-only subnets.

How should a SysOps administrator configure the VPC to meet these requirements?

  • A. Create and attach a NAT gateway. Create a custom route table that includes an entry to point all IPv6 traffic to the NAT gateway. Attach the custom route table to the IPv6-only subnets.
  • B. Create and attach an internet gateway. Create a custom route table that includes an entry to point all IPv6 traffic to the internet gateway. Attach the custom route table to the IPv6-only subnets.
  • C. Create and attach an egress-only internet gateway. Create a custom route table that includes an entry to point all IPv6 traffic to the egress-only internet gateway. Attach the custom route table to the IPv6-only subnets.
  • D. Create and attach an internet gateway and a NAT gateway. Create a custom route table that includes an entry to point all IPv6 traffic to the internet gateway and all IPv4 traffic to the NAT gateway. Attach the custom route table to the IPv6-only subnets.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Rabbit117
9 months, 3 weeks ago
Selected Answer: C
IPv6 address are public by default therefor they are accessible from the internet. If you want an IPv6 instance to have access to the internet but not accessible from the internet you should use an IPv6 egress-only internet gateway. Then add a route in the route table to point internet traffic, ::/0 to the egress-only internet gateway. https://docs.aws.amazon.com/vpc/latest/userguide/egress-only-internet-gateway.html
upvoted 2 times
...
jipark
1 year, 4 months ago
Selected Answer: C
IPv6 only (egress) : Internet G/W IPv4 only (ingress) : NAT G/w
upvoted 3 times
...
Christina666
1 year, 5 months ago
Selected Answer: C
Egress-only internet gateway basics IPv6 addresses are globally unique, and are therefore public by default. If you want your instance to be able to access the internet, but you want to prevent resources on the internet from initiating communication with your instance, you can use an egress-only internet gateway. To do this, create an egress-only internet gateway in your VPC, and then add a route to your route table that points all IPv6 traffic (::/0) or a specific range of IPv6 address to the egress-only internet gateway. IPv6 traffic in the subnet that's associated with the route table is routed to the egress-only internet gateway. An egress-only internet gateway is stateful: it forwards traffic from the instances in the subnet to the internet or other AWS services, and then sends the response back to the instances.
upvoted 4 times
...
fazlur21
1 year, 6 months ago
Selected Answer: C
Answer is C https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html
upvoted 2 times
...
Andrew_A
1 year, 6 months ago
Selected Answer: C
NAT Gateways are primarily used for IPv4 traffic and not IPv6
upvoted 1 times
...
AndyMartinez
1 year, 8 months ago
Selected Answer: C
C. egress-only internet gateway
upvoted 1 times
...
michaldavid
2 years ago
Selected Answer: C
ccccccc
upvoted 1 times
...
BugsBunny9998666
2 years ago
Selected Answer: C
ingress iP v4 only egress iP v6 only /// one way connection to internet without being exposed
upvoted 1 times
...
XAvenger
2 years ago
Selected Answer: C
egress-only internet gateway
upvoted 1 times
...
hardwiredman
2 years, 1 month ago
Selected Answer: C
IPV6 needs an internet-only gateway
upvoted 3 times
...
Liongeek
2 years, 1 month ago
Ans is C Only egress-only internet gateway can be used to let instance go to internet without being exposed
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...