Table of contents
What is AWS ECS?
Organisations may quickly deploy, manage, and scale containerized applications with Amazon Elastic Container Services (Amazon ECS), a fully managed container orchestration service.
Without the hassle of controlling a control plane, you can operate and expand your container workloads across AWS Regions both on-premises and in the cloud.
Features of ECS
Cluster management
Compatibility with Docker
Task Definition
Scheduling
Monitoring and logging
ECS Layers
Creating Cluster
Click on Create cluster
Give a name to your cluster and don't change the network settings.
Follow the infrastructure shown below.
Your cluster will be created.
To run the container create a container in task defination their you will get the option for selecting the existing docker image to create a container from it.