aws-cdk-examples
aws-cdk-examples copied to clipboard
Fargate Service with NLB missing securitygroup details
:bug: Bug Report
What is the problem?
When running the ECSFargateLoadBalanced sample in Java there is a statement missing to add the correct ingress rule to the fargate linked securitygroup.
Reproduction Steps
Just run the sample and you will not be able to connect to the sample app via the public url.
Environment
- CDK CLI Version: 1.62.0
- Example: fargate-load-balanced-service
- Example Version: ?
- OS: all
- Language: Java