ECS - Elastic Container Service

...
  • ECS
  • Containers
  • Fargate
  • EC2
Less than 1 minute

# ECS - Elastic Container Service

Amazon Elastic Container Service (Amazon ECS) allows you to run Docker container applications on AWS. Applications packaged as containers locally will deploy and run in the same way as containers managed by Amazon ECS. Amazon ECS eliminates the need to install, operate, and scale your own container orchestration and cluster management infrastructure, and allows you to focus on the resource needs and availability requirements of your containerized application.

Amazon ECS abstracts away all the complexity of the infrastructure so you can focus on designing, building, and running containerized applications.

With Amazon ECS, you can use AWS Fargate to fully manage your infrastructure and just focus on deploying containers Or, you can choose to have complete visibility and control of your underlying server cluster from creating and terminating Docker containers to viewing detailed cluster state information. You can integrate and use your own container scheduler or connect Amazon ECS into your existing software delivery process, such as continuous integration and delivery systems.

Amazon Elastic Container Service Features: https://aws.amazon.com/ecs/features/

Commandeer Docker Features: https://docs.getcommandeer.com/docs/Docker/

Below you can see an example of ECS in the side navigation of Commandeer.

If you drill into one of the dashboards, you will be able to see more information about your cluster, including the Fargate and EC2 Containers that might be connected.

# Conclusion

ECS is an exciting tool for container orchestration. We help you easily view and understand your setup.

Last update: May 11, 2021 15:45