A company hosts a public-facing web application on AWS. The company needs to protect the application from common web exploits, such as SQL injection, and from infrastructure-layer DDoS attacks, such as UDP floods. Which two AWS services should the solutions architect utilize to meet these requirements? (Select TWO.)
- AWS WAF to inspect incoming HTTP/HTTPS traffic and block common web exploitsCevap
- AWS Shield Standard to safeguard the application against common Layer 3 and Layer 4 DDoS attacksCevap
- CNetwork Access Control Lists (NACLs) to block SQL injection payloads at the subnet boundary
- DSecurity Groups to analyze application-layer payloads and prevent cross-site scripting
- EAmazon Inspector to continuously monitor and block incoming UDP flood attacks in real time
Cevap
To meet the requirements, the solutions architect should use AWS WAF to inspect HTTP/HTTPS traffic and block web exploits like SQL injection, and use AWS Shield Standard to protect against infrastructure-layer DDoS attacks like UDP floods.
The correct options are the services that inspect and protect different layers of the application network stack. AWS WAF provides Layer 7 inspection to block common web exploits like SQL injection by analyzing the HTTP request payload. AWS Shield Standard provides automatic Layer 3 and Layer 4 DDoS protection to mitigate infrastructure attacks like UDP floods before they reach the application resources.
Adım Adım Çözüm
Anahtar Kavram
Combining AWS WAF for Layer 7 application protection and AWS Shield Standard for Layer 3/4 infrastructure DDoS protection is the standard AWS best practice for edge security.
Tahmini Süre:1m 0s