A company is deploying a new web application on AWS using Amazon CloudFront and an Application Load Balancer. The company needs to design a security strategy that protects the application against two specific threats: common application-layer exploits such as SQL injection, and volumetric Layer 3 and Layer 4 DDoS attacks.
Which combination of AWS services should the solutions architect implement to address these threats? (Select TWO.)
- AWS WAF to inspect incoming HTTP/HTTPS requests and block SQL injection patterns.Cevap
- AWS Shield Standard to provide automatic, always-on protection against Layer 3 and Layer 4 DDoS attacks.Cevap
- CAWS Shield Standard to analyze application-layer traffic and automatically block SQL injection exploits.
- DNetwork Access Control Lists (NACLs) configured at the subnet level to inspect and block SQL injection payloads.
- ESecurity Groups applied to the Application Load Balancer to perform deep packet inspection and filter SQL injection attacks.
Cevap
AWS WAF to inspect incoming HTTP/HTTPS requests and block SQL injection patterns, and AWS Shield Standard to provide automatic, always-on protection against Layer 3 and Layer 4 DDoS attacks.
The solution requires addressing both Layer 7 exploits (like SQL injection) and Layer 3/4 DDoS attacks. AWS WAF provides Layer 7 protection by inspecting HTTP/HTTPS traffic to filter out SQL injection patterns. AWS Shield Standard automatically provides Layer 3 and Layer 4 protection against common infrastructure-layer DDoS attacks at the edge.
Adım Adım Çözüm
Anahtar Kavram
AWS WAF provides Layer 7 application-layer filtering, whereas AWS Shield Standard automatically protects against Layer 3/4 infrastructure-layer DDoS attacks.