ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

104 / 465

Question 104:

You are designing a data leak prevention solution for your VPC environment. You want your VPC Instances to be able to access software distribution servers on the Internet for product updates. The servers are accessible via the third party via their DNS names. You want to make sure that the instances can only access these known servers based on their URLs. Which of the following options would you consider?

Answer options:

A.Place EC2 instances in private subnets and direct the egress traffic to a web proxy server in the public subnet and enforce URL based rules for outbound access.
B.Implement security groups and configure outbound rules to only permit traffic to software servers.
C.Move all your instances into private VPC subnets. Remove default routes from all routing tables and add specific routes to the software servers only.
D.Implement network access control lists to allow traffic from specific destinations, with an implicit deny as a rule.