sparse-intern-71089
07/10/2019, 4:27 PMwhite-balloon-205
most-judge-33290
07/10/2019, 4:49 PMPlan apply failed: InvalidParameterException: subnets can not be empty.
status code: 400, request id: 0e12e236-0189-418c-a510-6961c10c28be "fieldbook_mobile_api"
white-balloon-205
pulumi preview --diff
does it show you what values are being passed to networkConfiguration
on the Service
? (in particular the subnets
)?most-judge-33290
07/10/2019, 4:57 PMnetworkConfiguration : {
assignPublicIp: true
securityGroups: [
[0]: "sg-x"
]
}
white-balloon-205
subnets
argument will not be passed along. You should though be getting the subnets associated with cluster.vpc.publicSubnetIds
- not clear why that would be empty? (though it's not what you want here regardless).
cc @lemon-spoon-91807
https://github.com/pulumi/pulumi-awsx/blob/e709a077df4233eef0615bad09d0f6828e50f2bd/nodejs/awsx/ecs/fargateService.ts#L210white-balloon-205
lemon-spoon-91807
07/10/2019, 4:58 PMlemon-spoon-91807
07/10/2019, 4:58 PMlemon-spoon-91807
07/10/2019, 4:59 PMlemon-spoon-91807
07/10/2019, 4:59 PMmost-judge-33290
07/10/2019, 4:59 PMlemon-spoon-91807
07/10/2019, 4:59 PMlemon-spoon-91807
07/10/2019, 5:15 PM