Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service that helps you easily deploy, manage, and scale containerized applications.
EC2 is that it deploys isolated VM instances with auto scaling support, and ECS deploys scalable clusters of managed Docker containers.
Amazon Elastic Compute Service (ECS), Elastic Kubernetes Service (EKS), and AWS Fargate help deploy and manage containers
AWS Fargate is a technology that you can use with Amazon ECS to run containers without having to manage servers or clusters of Amazon EC2 instances. With Fargate, you no longer have to provision, configure, or scale clusters of virtual machines to run containers.
Step-1. Create Cluster and task definition using AWS Fargate
Step-2. Create the services in the cluster.
- Create the service with the task definition family which we created for nginx.
- Once service created we can access the Public IP details from the Task tab.
- Now you able to access the Nginx on the browser with the Public IP.
Top comments (0)