How to create Elastic Container Service(ECS) in AWS
To create Elastic Container Service (ECS) in AWS
Introduction:
Amazon Elastic Container Service (Amazon ECS) is a very scalable, durable container management service that makes it simple to run, halt, and control containers on a cluster. The containers are specified in a task definition that handles to run individual tasks or tasks within a service. Amazon ECS allows you to launch and hold container-based applications by using simple API calls. You can also recover the state of your cluster from a centralized service and have access to several familiar Amazon EC2 features.
Steps to create ECS:
Login to your AWS account: Choose ECS in console page: Create a repository: Change the Container name:
Change the service name: Give the Cluster name and create: It will take time to create service: View the service and click tasks: Open eni-id: Check the Network interface in EC2:
Once completed delete repository: Remove the extra task definition: With this method creation of ECS in AWS comes to an end.
Comments ( 0 )
No comments available