AWS DevOps Engineer Professional DOP-C01 – Question163

A DevOps Engineer is deploying an Amazon API Gateway API with an AWS Lambda function providing the backend functionality. The Engineer needs to record the source IP address and response status of every API call.
Which combination of actions should the DevOps Engineer take to implement this functionality? (Choose three.)

A.
Configure AWS X-Ray to enable access logging for the API Gateway requests.
B. Configure the API Gateway stage to enable access logging and choose a logging format.
C. Create a new Amazon CloudWatch Logs log group or choose an existing log group to store the logs.
D. Grant API Gateway permission to read and write logs to Amazon CloudWatch through an IAM role.
E. Create a new Amazon S3 bucket or choose an existing S3 bucket to store the logs.
F. Configure API Gateway to stream its log data to Amazon Kinesis.

Correct Answer: BDE