This message was deleted.
# aws
s
This message was deleted.
b
Why not use
Copy code
const vpc = new awsx.ec2.Vpc...
...vpc.subnetIds...
f
@broad-gold-44713 not sure what you’re suggesting here.
vpc.subnetIds
does not exist. Maybe you’re referring to one of
vpc.publicSubnetIds
,
vpc.privateSubnetIds
or
vpc.isolatedSubnetIds
but that does not fit our needs. We use
getSubnetIds
because it provides a filtering capability.
b
You're right, my bad.
One other idea, may be separate into two projects with StackReference? I've found things to be a lot more stable and tractable by keeping projects relatively small. Plus much easier to edit state if something does go bad.