This rule ensures that CloudWatch alarm action is enabled for enhanced security.
Rule | CloudWatch alarm action should be enabled |
Framework | FedRAMP Moderate Revision 4 |
Severity | ✔ High |
Rule Description
This rule enforces that CloudWatch alarm actions are enabled for AWS resources that are governed by the FedRAMP Moderate (Revision 4) compliance standard. If the alarm actions are not enabled, it can lead to non-compliance with the FedRAMP Moderate requirements.
Troubleshooting Steps
If you find that the CloudWatch alarm actions are not enabled for resources under FedRAMP Moderate (Revision 4) compliance, follow these troubleshooting steps to rectify the issue:
Identify the affected resource(s): Determine which AWS resources are subject to the FedRAMP Moderate (Revision 4) compliance standard and verify if CloudWatch alarm actions are enabled.
Review the alarm configurations: Check the CloudWatch Alarms associated with the identified resources and ensure that the action settings are configured correctly.
Enable alarm actions: If the alarm actions are not enabled, modify the alarm settings to enable the necessary actions, such as sending notifications, triggering an AWS Lambda function, or performing automatic scaling.
Test the actions: Validate the alarm actions by triggering the alarm conditions manually or using simulated events. Confirm that the appropriate actions are being invoked as expected.
Monitor and maintain: Regularly monitor the alarms and verify that the actions continue to be enabled and functioning correctly. Any changes to the resource configurations should not inadvertently disable the alarm actions.
Necessary Codes
No specific code is required for this rule. However, you may need to use AWS CLI or SDKs to retrieve and update the CloudWatch alarm settings.
Step-by-Step Guide for Remediation
Follow these steps to enable CloudWatch alarm actions for AWS resources governed by the FedRAMP Moderate (Revision 4) compliance:
Identify the affected resources:
Access the CloudWatch console:
Locate the affected Alarms:
Modify the alarm actions:
Enable necessary actions:
Apply the changes:
Test the actions (optional):
Monitor and maintain:
By following these steps, you will enable the required CloudWatch alarm actions to ensure compliance with the FedRAMP Moderate (Revision 4) standard.