This rule requires enabling enhanced monitoring for RDS DB instances and clusters.
Rule | RDS DB instance and cluster enhanced monitoring should be enabled |
Framework | FedRAMP Low Revision 4 |
Severity | ✔ High |
Rule Name: RDS DB Instance and Cluster Enhanced Monitoring Enabled (FedRAMP Low Revision 4)
Description: To meet the security requirements of FedRAMP Low Revision 4, it is necessary to enable enhanced monitoring for Amazon RDS DB instances and clusters. Enhanced monitoring provides additional visibility into the performance and resource utilization of your RDS instances, helping you monitor and troubleshoot any issues effectively.
Troubleshooting Steps (if monitoring is not enabled):
Necessary Code (AWS CLI): The following AWS CLI command can be used to enable enhanced monitoring for an RDS DB instance or cluster:
aws rds modify-db-instance --db-instance-identifier <DB_INSTANCE_IDENTIFIER> --monitoring-interval <MONITORING_INTERVAL>
Replace
<DB_INSTANCE_IDENTIFIER>
with the identifier of your RDS DB instance or cluster.
Replace <MONITORING_INTERVAL>
with the desired monitoring interval, such as 1 or 5 minutes.Step-by-Step Guide for Enabling Enhanced Monitoring:
Note: The modification may cause a brief interruption in connectivity. However, it should not affect the availability or durability of the RDS instance or cluster.
By following the above steps, you will successfully enable enhanced monitoring for the RDS instances or clusters and meet the FedRAMP Low Revision 4 requirements.