ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 786 - SAA-C03 discussion

Report
Export

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?

A.
Configure AWS Shield.
Answers
A.
Configure AWS Shield.
B.
Configure AWS WAR
Answers
B.
Configure AWS WAR
C.
Set up API Gateway with an Amazon CloudFront distribution Configure AWS Shield in CloudFront.
Answers
C.
Set up API Gateway with an Amazon CloudFront distribution Configure AWS Shield in CloudFront.
D.
Set up API Gateway with an Amazon CloudFront distribution. Configure AWS WAF in CloudFront
Answers
D.
Set up API Gateway with an Amazon CloudFront distribution. Configure AWS WAF in CloudFront
Suggested answer: D

Explanation:

Amazon API Gateway with CloudFront: API Gateway allows you to create, deploy, and manage APIs, while CloudFront provides a CDN to deliver content with low latency and high transfer speeds.

AWS WAF (Web Application Firewall):

AWS WAF can be configured in CloudFront to protect against common web exploits, including SQL injection and cross-site scripting (XSS).

WAF allows you to create custom rules to block specific attack patterns and can be managed centrally.

Configuration:

Deploy your APIs using Amazon API Gateway.

Set up an Amazon CloudFront distribution in front of the API Gateway.

Configure AWS WAF on the CloudFront distribution to apply security rules.

Operational Efficiency: This solution provides robust protection with minimal operational overhead by leveraging managed AWS services, ensuring that your APIs are secure without extensive custom implementation.

Using AWS WAF to Protect Your APIs

How CloudFront Works with AWS WAF

asked 16/09/2024
Max Lenin Dos Santos Torres
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first