This message was deleted.
# aws
s
This message was deleted.
c
could it be that crosswalk does "By default, however, the
awsx.ec2.Vpc
resource will only use 2 of them when allocating subnets and the associated gateways" ?
b
Well they all have subnets and gateways associated
where are you quoting the line from?
c
In the screenshot we do see three VPCs. If you output the publicSubnetIds what do you see?
b
Ah I see the bug now
Copy code
vpc.publicSubnetIds.apply.length
This non function call version of .apply.length is returning the number of parameters to apply, which = 2!
👍 1
f
Ha. The downside of using a programming language for your IaC, I guess.
😅 1