AWS Certified Security – Specialty (SCS-C03) — Question 13

A company uses Amazon API Gateway to present REST APIs to users. An API developer wants to analyze API access patterns without the need to parse the log files.
Which combination of steps will meet these requirements with the LEAST effort? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct answers are A and D. Configuring access logging (A) allows for straightforward logging of API calls, while using Amazon CloudWatch Logs Insights (D) enables easy querying and analysis of those logs without additional overhead. The other options involve more complex configurations or additional services that require more effort to set up and manage.