This rule emphasizes enabling detailed monitoring for EC2 instances to ensure optimal performance and security.
Rule | EC2 instance detailed monitoring should be enabled |
Framework | FedRAMP Moderate Revision 4 |
Severity | ✔ Medium |
Rule/Policy Description:
According to the FedRAMP (Federal Risk and Authorization Management Program) Moderate Revision 4 guidelines, EC2 instances must have detailed monitoring enabled. This requirement is aimed at enhancing the security and compliance posture of the AWS infrastructure.
Troubleshooting Steps (if required):
If you encounter any issues while enabling detailed monitoring on an EC2 instance, follow these troubleshooting steps:
Necessary Codes (if any):
There are no specific codes required for enabling detailed monitoring on EC2 instances, as it can be done through the AWS Management Console or AWS CLI.
Step-by-Step Guide for Remediation:
To enable detailed monitoring on an EC2 instance for FedRAMP Moderate Revision 4 compliance, follow these steps:
AWS Management Console:
AWS CLI:
Open your preferred terminal or command prompt.
Use the following AWS CLI command to enable detailed monitoring on an EC2 instance:
aws ec2 monitor-instances --instance-ids <instance-id>
Replace
<instance-id>
with the actual ID of the EC2 instance you wish to enable detailed monitoring for.The command will return a response confirming the update to the instance's monitoring settings.
By following the above steps, you have successfully enabled detailed monitoring on the specified EC2 instance as per the FedRAMP Moderate Revision 4 requirements.