Importance and Impact:
Security Groups changes should be controlled to be modified with automated tools and not by humans to reduce the chances of inadvertent exposure
What if, someone were to inadvertently change this security group’s rules and enable FTP or other protocols to access the public subnet from any location on the Internet? That expanded access could weaken the security posture of your assets.
Recommendations:
Ensure there is CloudWatch alarm created and configured in your AWS account to fire each time a security groups configuration change is made. This CloudWatch alarm must be triggered every time an AWS API call is performed to update security groups.
Importance and Impact: Security Groups changes should be controlled to be modified with automated tools and not by humans to reduce the chances of inadvertent exposure
What if, someone were to inadvertently change this security group’s rules and enable FTP or other protocols to access the public subnet from any location on the Internet? That expanded access could weaken the security posture of your assets.
Recommendations: Ensure there is CloudWatch alarm created and configured in your AWS account to fire each time a security groups configuration change is made. This CloudWatch alarm must be triggered every time an AWS API call is performed to update security groups.