PrepAway - Latest Free Exam Questions & Answers

Which two options meet this security requirement?

You have a business-to-business web application running in a VPC consisting of an Elastic Load Balancer
(ELB), web servers, application servers and a database. Your web application should only accept traffic from
pre-defined customer IP addresses.
Which two options meet this security requirement? (Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
Configure web server VPC security groups to allow traffic from your customers’ IPs

B.
Configure your web servers to filter traffic based on the ELB’s “X-forwarded-for” header

C.
Configure ELB security groups to allow traffic from your customers’ IPs and deny all outbound traffic

D.
Configure a VPC NACL to allow web traffic from your customers’ IPs and deny all outbound traffic

7 Comments on “Which two options meet this security requirement?

    1. yahboi says:

      If outbound traffic is blocked per C and D then the web app will be unable to communicate. TCP requires two-way communication between endpoints.




      2



      2
  1. alians07 says:

    A (Technically Correct/Logically Incorrect): Why would you want to override ELB and access directly to Web server?

    B (Correct)

    C (Technically Correct/Logically Incorrect): Given than Security Group is stateful in nature; response traffic will be allowed to exit regardless of deny all outbound rules. However, this web server won’t be able to connect to internet for updates etc.

    D. Straight No




    2



    0
  2. Kunal Patil says:

    A no cause elb is in front of webserver
    B yes else webserver will only receive elb private ip address
    C yes cause Security Group attach to Elb his task to serve the traffic to web server security group stateful so if it will not consider this as new request and flow the traffic
    D NACL STATELESS so no




    10



    1

Leave a Reply

Your email address will not be published. Required fields are marked *