Unleashing the Potential of Elastic Container Service (ECS): A Comprehensive Guide to Configuring and Launching Containers
Jul 10, 2023
Let’s start …
- Go to ECS and setup ECS cluster .
Click on create cluster.
Give cluster name and click on create .
Now cluster is created.
Now create task definitions .
Go to task definitions and click “create new task definition”
Give task definition family name , container name and image url.
Then click next and then again next.
Then click create .
Now let’s run the task .
Click on deploy and then click on run task .
In the environment section select the cluster created.
Then click create .
As we can see container is running successfully .