
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company's web application is running on Amazon EC2 instances behind an Application Load Balancer. The company recently changed its policy, which now requires the application to be accessed from one specific country only. Which configuration will meet this requirement?
A
Configure the security group for the EC2 instances.
B
Configure the security group on the Application Load Balancer.
C
Configure AWS WAF on the Application Load Balancer in a VPC.
D
Configure the network ACL for the subnet that contains the EC2 instances.
Explanation:
Correct Answer: C - Configure AWS WAF on the Application Load Balancer in a VPC.
Why this is correct:
Why other options are incorrect:
A. Configure the security group for the EC2 instances.
B. Configure the security group on the Application Load Balancer.
D. Configure the network ACL for the subnet that contains the EC2 instances.
Key AWS Services for Geographic Filtering:
Implementation Approach:
This solution ensures that only users from the specified country can access the web application while maintaining the existing architecture with EC2 instances behind an Application Load Balancer.