We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the latestcdk v1 version, the default subnet type is set to Isolated instead of Private https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/lib/context-providers/vpcs.ts. When deploying the stack it will fail and complain about subnets are empty. Can we have a flexibility to choose which type of subnet to be passed in?
Isolated
Private
cdk-constructs/packages/cdk-blue-green-container-deployment/src/ecs-service.ts
Line 138 in 28be208
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the latestcdk v1 version, the default subnet type is set to
Isolated
instead ofPrivate
https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/lib/context-providers/vpcs.ts. When deploying the stack it will fail and complain about subnets are empty.Can we have a flexibility to choose which type of subnet to be passed in?
cdk-constructs/packages/cdk-blue-green-container-deployment/src/ecs-service.ts
Line 138 in 28be208
The text was updated successfully, but these errors were encountered: