ExamQuestions.com

Register
Login
AWS Certified Advanced Networking Specialty Exam Questions

Amazon

AWS Certified Advanced Networking Specialty

502 / 585

Question 502:

Which of the below mentioned options is the best option to avoid SQL Injection attacks against your infrastructure in aws?

Answer options:

A.Create a DirectConnect connection so that your have a dedicated connection line.
B.Create NACL rules for the subnet hosting the application.
C.Add a WAF tier by creating a new ELB and an AutoScaling group of EC2 Instances running a host-based WAF. They would redirect Route 53 to resolve to the new WAF tier ELB. The WAF tier would pass the traffic to the current web tier. The web tier Security Groups would be updated to only allow traffic from the WAF tier Security Group
D.Remove all but TLS 1 & 2 from the web tier ELB and enable Advanced Protocol Filtering. This will enable the ELB itself to perform WAF functionality.