
Answer-first summary for fast verification
Answer: Configure AWS WAF rules and associate with the ALB.
The correct answer is A. Configuring AWS WAF (Web Application Firewall) rules and associating them with the ALB (Application Load Balancer) is the best solution for protecting against common application-level attacks like cross-site scripting and SQL injection. AWS WAF is specifically designed to safeguard web applications by allowing you to create custom rules that block common attack patterns. This solution also minimizes the company's operational overhead because AWS WAF is a managed service, reducing the need for manual server management, updating, and security. The other options either do not provide the required level of security or require more operational overhead.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company developing a mobile app requires protection against application-level attacks for its ALB, with minimal operational staff. What AWS solution should be recommended to reduce the company's server management and security responsibilities?
A
Configure AWS WAF rules and associate with the ALB.
B
Use Amazon S3 for application deployment with public hosting.
C
Implement AWS Shield Advanced for ALB protection.
D
Direct traffic through a new ALB to an EC2 instance with a third-party firewall before reaching the current ALB.
No comments yet.