quick-action-34599
09/04/2019, 3:00 PM.getSubnets('public')
on my default VPC only returns 2 subnets when it has 3 in AWS.gentle-diamond-70147
09/04/2019, 3:22 PMquick-action-34599
09/04/2019, 3:42 PMconst vpc = awsx.ec2.Vpc.getDefault();
const subnets = vpc.getSubnets('public');
gentle-diamond-70147
09/04/2019, 4:07 PMquick-action-34599
09/04/2019, 4:12 PM