AWS-APIGateway-REST-apis-accessLog-settings-missing-destinationArn-and-json-format
Severity: Medium
Description: This control ensures that accessLogSettings exists with the destinationArn and in the json format for all Rest API Stages in all regions. In access logging, you, as an API developer, wants to log who has accessed your API and how the caller accessed the API. You can create your own log group or choose an existing log group that could be managed by API Gateway. To specify the access details, you select $context variables (expressed in a format of your choosing) and choose a log group as the destination. To preserve the uniqueness of each log, the access log format must include $context.requestId variable.
Remediation Steps:
Perform following to enable logging for REST Api:
Login to the AWS Management Console at https://console.aws.amazon.com.
Navigate to o API Gateway console.
On the Stages pane, choose the Logs/Tracing tab
On the Logs/Tracing tab,Under Custom Access Logging, do the following to turn on access logging: Choose the Enable Access Logging check box
For Access Log Destination ARN, enter the ARN of a CloudWatch log group or an Amazon Kinesis Data Firehose stream
under Log Format, enter the logging config in JSON format
Click on Save Changes.
Important:
Reference:
Blue Hexagon Proprietary