ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 414 - SAA-C03 discussion

Report
Export

A company has applications hosted on Amazon EC2 instances with IPv6 addresses. The applications must initiate communications with other external applications using the internet.

However, the company's security policy states that any external service cannot initiate a connection to the EC2 instances.

What should a solutions architect recommend to resolve this issue?

A.
Create a NAT gateway and make it the destination of the subnet's route table.
Answers
A.
Create a NAT gateway and make it the destination of the subnet's route table.
B.
Create an internet gateway and make it the destination of the subnet's route table
Answers
B.
Create an internet gateway and make it the destination of the subnet's route table
C.
Create a virtual private gateway and make it the destination of the subnet's route table.
Answers
C.
Create a virtual private gateway and make it the destination of the subnet's route table.
D.
Create an egress-only internet gateway and make it the destination of the subnet's route table.
Answers
D.
Create an egress-only internet gateway and make it the destination of the subnet's route table.
Suggested answer: D

Explanation:

An egress-only internet gateway is a VPC component that allows outbound communication over IPv6 from instances in your VPC to the internet, and prevents the internet from initiating an IPv6 connection with your instances. This meets the company's security policy and requirements. To use an egress-only internet gateway, you need to add a route in the subnet's route table that routes IPv6 internet traffic (::/0) to the egress-only internet gateway.

Reference URLs:

1https://docs.aws.amazon.com/vpc/latest/userguide/egress-only-internet-gateway.html

2https://dev.to/aws-builders/what-is-an-egress-only-internet-gateways-in-aws-7gp

3https://docs.aws.amazon.com/vpc/latest/userguide/route-table-options.html

asked 16/09/2024
Sana Mehak
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first