1 Answer
- Newest
- Most votes
- Most comments
0
I finally figured it out. I have to add the vpc and subnet ids to the the eb create command. It looks some like this:
eb create --vpc.id vpc-xxxxxxxxxxx --vpc.dbsubnets subnet-xxxxxxxxxxx,subnet-xxxxxxxxxxx --vpc.ec2subnets subnet-xxxxxxxxxxx,subnet-xxxxxxxxxxx --vpc.elbsubnets subnet-xxxxxxxxxxx,subnet-xxxxxxxxxxx --vpc.securitygroups sg-xxxxxxxxxxx
Relevant content
- asked 2 years ago

I am experiencing something similar when trying to deploy a stack with cdk. Do you know what the equivalent solution would be with cdk?