When I run make deploy, the bootstrap phase runs successfully, but then the cdklocal deploy command gets stuck at step 35 Custom::VpcRestrictDefaultSG.
I managed to make it work by removing this line from cdk.json
"@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": true,
I'm using node version v16.17.1 and I've tried with both Python 3.10 and 3.12.
cdklocal version 2.165.0 (build 00f70f1)
cdk version 2.165.0 (build 00f70f1)
aws-cdk-lib==2.138.0
aws-cdk.asset-awscli-v1==2.2.210
aws-cdk.asset-kubectl-v20==2.1.3
aws-cdk.asset-node-proxy-agent-v6==2.1.0
When I run
make deploy, the bootstrap phase runs successfully, but then thecdklocal deploycommand gets stuck at step 35Custom::VpcRestrictDefaultSG.I managed to make it work by removing this line from
cdk.json"@aws-cdk/aws-ec2:restrictDefaultSecurityGroup": true,I'm using
nodeversionv16.17.1and I've tried with both Python3.10and3.12.cdklocal version
2.165.0 (build 00f70f1)cdk version
2.165.0 (build 00f70f1)