Does Fargate Crosswalk support non-default VPCs? T...
# general
r
Does Fargate Crosswalk support non-default VPCs? Trying to deploy into a non-Default VPC kept giving me errors regarding mismatch VPCs, always showing the default VPC id versus the non-default one I have attached to all the resources I gave it (subnets, target groups, etc). Somewhere it's setting defaults or making assumptions it should not?
b
yes, are you passing the vpc id?
r
Apologies, it was the
awsx.lb.ApplicationLoadBalancer
step that was giving me the VPC errors.