You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this basic vpc definition below I got following error,
const vpc = new ec2.Vpc(this, 'my-cdk-vpc', {
cidr: '10.0.0.0/16',
});
09:40:46 | CREATE_FAILED | AWS::EC2::Subnet | my-cdk-vpc/PublicSubnet2/Subnet
Template error: Fn::Select cannot select nonexistent value at index 1.
This is the part auto generated in cloudformation template
It seems error related to resources will be created by default. I just want to create a vpc without any explicit configuration(default ones are fine). Do you have any idea how can I achieve that? cdk version 2.50.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For this basic vpc definition below I got following error,
09:40:46 | CREATE_FAILED | AWS::EC2::Subnet | my-cdk-vpc/PublicSubnet2/Subnet
Template error: Fn::Select cannot select nonexistent value at index 1.
This is the part auto generated in cloudformation template
It seems error related to resources will be created by default. I just want to create a vpc without any explicit configuration(default ones are fine). Do you have any idea how can I achieve that? cdk version 2.50.0
Beta Was this translation helpful? Give feedback.
All reactions