Topic 1 Question 623
A company uses Amazon API Gateway to manage its REST APIs that third-party service providers access. The company must protect the REST APIs from SQL injection and cross-site scripting attacks.
What is the MOST operationally efficient solution that meets these requirements?
Configure AWS Shield.
Configure AWS WAF.
Set up API Gateway with an Amazon CloudFront distribution. Configure AWS Shield in CloudFront.
Set up API Gateway with an Amazon CloudFront distribution. Configure AWS WAF in CloudFront.
ユーザの投票
コメント(11)
- 正解だと思う選択肢: B
SQL Injection and Cross-Site Scripting = WAF so Either B or D. Both B and D are valid options but the question doesn't indicate a real need for CloudFront, so just use WAF with the API Gateway. Answer is B.
👍 9taustin22023/09/22 - 正解だと思う選択肢: B
WAF helps with layer 7 attacks like SQL injection and XSS. Shield is helpful for DDOS attacks.
👍 6awslearnerin20222023/09/22 - 正解だと思う選択肢: B
B. Configure AWS WAF.
👍 4Guru4Cloud2023/09/23
シャッフルモード