This rule requires enabling logging for API Gateway stages to ensure proper monitoring and security measures.
Rule | API Gateway stage logging should be enabled |
Framework | NIST 800-53 Revision 5 |
Severity | ✔ High |
Rule Description:
API Gateway stage logging should be enabled to comply with the requirements of NIST 800-53 Revision 5. Enabling stage logging allows for auditing, debugging, and monitoring API traffic, ensuring the security and compliance of your API infrastructure.
Troubleshooting Steps:
If stage logging is not enabled, you might encounter the following issues:
Necessary Codes (if applicable):
If you are using AWS API Gateway, you can enable stage logging by following these steps:
Note: The exact steps might vary depending on the cloud service provider or API Gateway platform you are using.
Remediation Steps:
To enable stage logging for API Gateway, follow the step-by-step guide below:
By following these steps, you will successfully enable stage logging for API Gateway, ensuring compliance with NIST 800-53 Revision 5 and providing valuable visibility into API activity.