(aws-ec2): custom resource to close default security group for VPCs #16065
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
A
closeDefaultSG
option on VPCs that removes all inbound and outbound traffic rules on the default SG for VPCsUse Case
When creating a VPC the default security group allows for all inbound and outbound traffic. For many organizations who follow compliances such as
NIST 800-53
, it is a common practice to close the default security group, as seen in this config ruleProposed Solution
closeDefaultSG
boolean option toVPC
construct and/orcloseDefaultSG
method toIVPC
vpcDefaultSecurityGroup
property from VPCOther
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: