From the course: Docker on AWS

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add an ECS service and task

Add an ECS service and task

From the course: Docker on AWS

Start my 1-month free trial

Add an ECS service and task

- [Instructor] Once we have our application load balancer and the default back end, the five oh three back end, set up and running we can actually go ahead and create our actual service itself. So here we are in the ecs-fargate cluster that we we've created before. I've actually removed the tasks that we had running, so if you actually still have those running, go ahead and select them and say actions, or rather stop, and that will get rid of them, or at least get rid of them from the running service. So we're going to go ahead and create a new service with the services tab. Fargate service, it's using our host name Fargate, Task Definition, we're going to call it host name, Number of tasks, let's go ahead and pick two as default. We'll select rolling update, that would allow us, if we were to upgrade the task definition, go from version one, which it currently is, to version two, it would allow us to update that in a…

Contents