
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 is developing a new mobile app. The company must implement proper traffic filtering to protect its Application Load Balancer (ALB) against common application-level attacks, such as cross-site scripting or SQL injection. The company has minimal infrastructure and operational staff. The company needs to reduce its share of the responsibility in managing, updating, and securing servers for its AWS environment.
What should a solutions architect recommend to meet these requirements?
A
Configure AWS WAF rules and associate them with the ALB.
B
Deploy the application using Amazon S3 with public hosting enabled.
C
Deploy AWS Shield Advanced and add the ALB as a protected resource.
D
Create a new ALB that directs traffic to an Amazon EC2 instance running a third-party firewall, which then passes the traffic to the current ALB.
Explanation:
Correct Answer: A - Configure AWS WAF rules and associate them with the ALB.
Why this is correct:
Why other options are incorrect:
B. Deploy the application using Amazon S3 with public hosting enabled.
C. Deploy AWS Shield Advanced and add the ALB as a protected resource.
D. Create a new ALB that directs traffic to an Amazon EC2 instance running a third-party firewall, which then passes the traffic to the current ALB.
Key AWS Concepts:
Best Practice: For protecting web applications against common attacks with minimal operational overhead, AWS WAF is the recommended AWS service.