-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
VPC:expicit passing availability zones produces errors #33089
Comments
aws_ec2.SubnetSelection(
subnet_group_name=self.vpc_config.subnet_private_interface_endpoints.name) what's happening here is that CDK would invoke SDK calls to find out that subnet_group_name, which I can't see the value, and it can't find that. Please check:
|
Hi pahud, |
Sorry, error was on my side. The availybilty-zone was empty for some configuration reason, what produced this effect. |
Comments on closed issues and PRs are hard for our team to see. |
Describe the bug
creating a VPC with subnets and passing the availabilty-zones explicit, fails when calling
SubnetSelection
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
The code should work as it des with
Current Behavior
Reproduction Steps
see code above
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.176.0 (build 899965d)
Framework Version
No response
Node.js Version
20.15.0
OS
win
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: