ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

124 / 465

Question 124:

You are implementing a URL whitelisting system for a company that wants to restrict outbound HTTPS connections to specific domains from their EC2-hosted applications. You deploy a single t2.micro EC2 instance running proxy software and configure it to accept traffic from all subnets and EC2 instances in the VPC. You configure the proxy to only pass through traffic to domains that you define in its whitelist configuration.

Answer options:

A.You are running the proxy on an undersized EC2 instance type. So network throughput is not sufficient for all instances to download their updates in time.
B.You have not allocated enough storage to the EC2 instance running the proxy. So the network buffer is filling up causing some requests to fail.
C.You are running the proxy in a private subnet but have not allocated enough EIP’s to support the needed network throughput through the Internet Gateway (IGW).
D.The route table for the subnets containing the affected EC2 instances is not configured to direct network traffic for the software update locations to the proxy.