This rule ensures that CloudWatch alarm actions are enabled to maintain security standards.
Rule | CloudWatch alarm action should be enabled |
Framework | FedRAMP Moderate Revision 4 |
Severity | ✔ High |
Rule Description
This rule pertains to the FedRAMP Moderate Revision 4 compliance standard in the AWS environment. It requires that all CloudWatch alarms have actions enabled to ensure timely notification and response to any triggered alarms.
Remediation Steps
To comply with this rule, you need to enable at least one action for each of your CloudWatch alarms.
Follow the below steps to enable CloudWatch alarm actions:
Step 1: Identify CloudWatch Alarms
Identify all the CloudWatch alarms that are currently active in your AWS environment.
Step 2: Enable Actions
For each identified CloudWatch alarm, enable at least one action.
A) Using AWS Management Console:
B) Using AWS CLI:
aws cloudwatch put-metric-alarm --alarm-name <alarm-name> --alarm-actions <action-arn>
Replace
<alarm-name>
with the name of the target CloudWatch alarm and <action-arn>
with the ARN (Amazon Resource Name) of the action you want to enable.Troubleshooting Steps
1. Alarm Not Triggering Actions
If you are experiencing issues with your CloudWatch alarm not triggering actions, consider the following troubleshooting steps:
2. Incorrect Alarm Action
If the alarm action is not meeting the desired outcome or needs to be updated, follow the below steps:
Compliance
To confirm that this rule is enforced and working as expected, regularly monitor the CloudWatch alarms for any alarms without enabled actions. Use the steps provided in the remediation section to enable or correct actions as needed.
Summary
Enabling CloudWatch alarm actions for FedRAMP Moderate Revision 4 compliance ensures that proper notifications are triggered when alarms are activated. Following the provided remediation steps ensures that alarms have at least one action enabled, allowing for timely response and remediation when necessary. Regularly monitoring and validating the alarm configuration and actions will help maintain compliance with this rule.