Deploying Application to Amazon ECS Fargate

   Go back to the Task List

  « 4: Create Docker Image    6: Create Task Definition »

5: Launch Fargate Cluster

You launch ECS Fargate cluster where application is deployed based using the docker image.

  1. Goto the AWS Elastic Container Services (ECS) console and click on the Clusters menu in the left and then click on the Create Cluster button.

    Cloud9

  2. On the next screen, select Networking only option and click on the Next step button.

    Cloud9

  3. On the next screen, type in dojofargatecluster as the cluster name. Keep rest of the configuration to the default and click on the Create button.

    Cloud9

  4. The cluster will be launched in no time. You now configure the task definition.