ExamQuestions.com

Register
Login
AWS Certified Advanced Networking Specialty Exam Questions

Amazon

AWS Certified Advanced Networking Specialty

448 / 585

Question 448:

Your application server instances reside in the private subnet of your VPC. These instances need to access a Git repository on the Internet. You create a NAT gateway in the public subnet of your VPC. The NAT gateway can reach the Git repository, but instances in the private subnet cannot. You confirm that a default route in the private subnet route table points to the NAT gateway. How would you configure the security group of your application server instances to download patches from the GIT repository?
 

Answer options:

A.Assign public IP addresses to the instances and route 0.0.0.0/0 to the Internet gateway.
B.Configure an outbound rule on the application server instance security group for the NAT Gateway
C.Configure inbound network access control lists (network ACLs) to allow traffic from the Git repository to the public subnet.
D.Configure an inbound rule on the application server instance security group for the Git repository.