average-dream-51210
06/25/2019, 3:17 AMwhite-balloon-205
docker build
and docker push
. The Fargate Service will then be updated to point to this new version of the image, which will trigger a rolling update using the minimum and maximum percentages you can specify.average-dream-51210
06/25/2019, 3:21 AMconst cluster = new awsx.ecs.Cluster("cluster");
I'm able to associate the cluster to a set of public subnets in a VPC so that it can talk to a DB in the private subnets?white-balloon-205
vpc
parameter to the cluster to associate it with that VPC.average-dream-51210
06/25/2019, 4:31 AMwhite-balloon-205
By default, Fargate tasks are spread across Availability Zones.