This rule ensures that the VPC default security group restricts all traffic to enhance security measures.
Rule | VPC default security group should not allow inbound and outbound traffic |
Framework | FedRAMP Low Revision 4 |
Severity | ✔ Medium |
Rule Description
The VPC default security group should not allow inbound and outbound traffic for the FedRAMP Low Revision 4 security level.
Rule Explanation
The default security group in a VPC controls the network traffic for instances that are not associated with any specific security group. It is important to restrict inbound and outbound traffic in the default security group according to defined security standards. In this case, the rule specifies that the default security group should not allow any traffic for the FedRAMP Low Revision 4 security level.
Troubleshooting Steps
If the default security group is not properly configured to adhere to the rule, you may encounter issues while trying to limit inbound and outbound traffic for the specified security level. Here are some troubleshooting steps to ensure compliance:
Verify default security group configuration: Check the current rules and settings of the default security group associated with your VPC. Ensure that there are no rules allowing inbound or outbound traffic for the FedRAMP Low Revision 4 security level.
Review associated instances: Identify any instances that are associated with the default security group. Make sure that their inbound and outbound traffic is either explicitly denied or controlled using other security groups.
Check network ACLs: Network ACLs (Access Control Lists) can override security group rules. Ensure that the associated network ACLs do not allow traffic for the specified security level.
Test inbound and outbound connectivity: Validate that inbound and outbound traffic is correctly restricted for the FedRAMP Low Revision 4 security level by attempting to establish connections to and from instances associated with the default security group.
Remediation Steps
To remediate this issue and ensure that the default security group does not allow inbound and outbound traffic for the FedRAMP Low Revision 4 security level, follow these step-by-step instructions:
Identify the default security group associated with your VPC:
Configure inbound traffic rules:
Configure outbound traffic rules:
Save the security group configuration changes.
Verify the updated configuration:
By following these steps, you can ensure that the default security group does not allow inbound and outbound traffic for the specified security level, thus maintaining compliance with the rule.