aws/aws-cdk

(EC2): document how to workaround Network ACL rule 100

Open

#13,220 opened on Feb 23, 2021

View on GitHub
 (10 comments) (3 reactions) (0 assignees)TypeScript (3,530 forks)batch import
@aws-cdk/aws-ec2bugdocs/inlinedocumentationeffort/smallgood first issuep2

Repository metrics

Stars
 (10,710 stars)
PR merge metrics
 (Avg merge 14d 11h) (68 merged PRs in 30d)

Description

The default NACL created with a custom VPC has a default "100 - Allow All" ingress rule. This should not be since we can't delete rules after the fact thru the CDK. image

Reproduction Steps

What did you expect to happen?

What actually happened?

Environment

  • CDK CLI Version :
  • Framework Version:
  • Node.js Version:
  • OS :
  • Language (Version):

Other


This is :bug: Bug Report

Contributor guide