Create ECS Task Definition

In order for ECS Service to create and manage containers within the Cluster, we first need to create a Task Definition. In this section, we will create task definitions for both the Frontend and Backend.

application-w-ecs

Contents

  1. Create task definition for backend
  2. Create task definition for frontend