This rule requires the existence of a log metric filter and alarm for VPC changes.
Rule | Ensure a log metric filter and alarm exist for VPC changes |
Framework | NIST Cybersecurity Framework (CSF) v1.1 |
Severity | ✔ Low |
Rule Description:
The rule ensures that a log metric filter and alarm are set up to monitor and alert for any VPC changes in alignment with the NIST Cybersecurity Framework (CSF) v1. This helps in maintaining the security and integrity of the Virtual Private Cloud (VPC) environment.
Troubleshooting Steps:
Necessary Codes:
No specific codes are required for this rule as it is related to configuring CloudTrail and CloudWatch services.
Step-by-step Guide for Remediation:
CloudTrail Setup:
CloudWatch Metric Filter Setup:
{ $.eventName = "CreateVpc" || $.eventName = "DeleteVpc" || $.eventName = "ModifyVpcAttribute" }
CloudWatch Alarm Setup:
Conclusion:
By following the above steps, you can ensure that a log metric filter and alarm are set up to monitor VPC changes in accordance with NIST CSF v1. This helps in maintaining the visibility and security of your AWS VPC environment.