Medium1 markMultiple Choice
AWS SAA-C03 · Question 14 · Domain 1.2: Secure Workloads
A company is hosting a secure web application. They need to terminate SSL/TLS connections and protect the application from common web exploits. Which TWO AWS services should be combined to meet these requirements? (Select TWO.)
A company is hosting a secure web application. They need to terminate SSL/TLS connections and protect the application from common web exploits. Which TWO AWS services should be combined to meet these requirements? (Select TWO.)
Answer options:
A.
Network Load Balancer (NLB)
B.
Application Load Balancer (ALB)
C.
AWS WAF
D.
AWS Shield Standard
E.
Amazon API Gateway
How to approach this question
Identify the load balancer that supports Layer 7 features and the firewall that protects against web exploits.
Full Answer
An Application Load Balancer (ALB) can terminate SSL/TLS connections. AWS WAF can be attached to an ALB to protect the application from common web exploits like SQL injection and XSS.
Common mistakes
Choosing NLB, which cannot have WAF attached to it.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert