Amazon Elastic Container Service (Amazon ECS) vs. Docker

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon Elastic Container Service (Amazon ECS)
Score 8.5 out of 10
N/A
Amazon Elastic Container Service (Amazon ECS) is a scalable, high performance container management service that supports Docker containers.N/A
Docker
Score 8.4 out of 10
N/A
Docker Enterprise was sold to Mirantis in 2019; that product is now sold as Mirantis Kubernetes Engine. But Docker now offers a 2-product suite that includes Docker Desktop, which they present as a fast way to containerize applications on a desktop; and, Docker Hub, a service for finding and sharing container images with a team and the Docker community, a repository of container images with an array of…
$0
unlimited public repositories
Pricing
Amazon Elastic Container Service (Amazon ECS)Docker
Editions & Modules
AWS Fargate Launch Type Model
Spot price: $0.0013335. Ephemeral Storage Pricing: $0.000111
per hour per storage
Amazon EC2 Launch Type Model
Free
Amazon ECS on AWS Outposts
Free
Free
$0
unlimited public repositories
Pro
$5.00
per month per user
Team
$7.00
per month per user
Business
$21
per month per user
Offerings
Pricing Offerings
Amazon Elastic Container Service (Amazon ECS)Docker
Free Trial
NoNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsThere is no additional charge for Amazon ECS. You pay for AWS resources (e.g., Amazon EC2 instances or Amazon EBS volumes) you create to store and run your application. You only pay for what you use, as you use it; there are no minimum fees and no upfront commitments.
More Pricing Information
Community Pulse
Amazon Elastic Container Service (Amazon ECS)Docker
Features
Amazon Elastic Container Service (Amazon ECS)Docker
Container Management
Comparison of Container Management features of Product A and Product B
Amazon Elastic Container Service (Amazon ECS)
8.1
Ratings
5% above category average
Docker
-
Ratings
Security and Isolation9.00 Ratings00 Ratings
Container Orchestration8.50 Ratings00 Ratings
Cluster Management7.80 Ratings00 Ratings
Storage Management8.00 Ratings00 Ratings
Resource Allocation and Optimization7.30 Ratings00 Ratings
Discovery Tools7.30 Ratings00 Ratings
Update Rollouts and Rollbacks8.50 Ratings00 Ratings
Self-Healing and Recovery8.40 Ratings00 Ratings
Analytics, Monitoring, and Logging8.20 Ratings00 Ratings
User Ratings
Amazon Elastic Container Service (Amazon ECS)Docker
Likelihood to Recommend
8.6
(0 ratings)
10.0
(0 ratings)
Likelihood to Renew
-
(0 ratings)
9.1
(0 ratings)
Usability
8.0
(0 ratings)
10.0
(0 ratings)
Availability
-
(0 ratings)
10.0
(0 ratings)
Performance
-
(0 ratings)
8.0
(0 ratings)
Support Rating
8.4
(0 ratings)
-
(0 ratings)
Product Scalability
-
(0 ratings)
10.0
(0 ratings)
User Testimonials
Amazon Elastic Container Service (Amazon ECS)Docker
Likelihood to Recommend
Amazon Elastic Container Service (Amazon ECS) is well suited where you need the ease of managing the clusters by letting AWS do the stuff for you. Obviously, whenever you want to run the docker based workloads, it is always better to go for either AWS ECS or AWS EKS. If you are interested in staying at AWS only and don't want to be cloud-agnostic, then go for AWS ECS instead of AWS EKS. AWS ECS is cheaper than AWS EKS and also more managed by AWS and better integrated with other AWS services. If you want to run those workloads as serverless, then AWS ECS Fargate is the best option to go with. If you already have a Kubernetes based setup that you want to migrate to AWS, then go for AWS EKS instead of AWS ECS.
Read full review
You are going to be able to find the most resources and examples using Docker whenever you are working with a container orchestration software like Kubernetes. There will always some entropy when you run in a container, a containerized application will never be as purely performant as an app running directly on the OS. However, in most scenarios this loss will be negligible to the time saved in deployment, monitoring, etc.
Read full review
Pros
  • Well Integrated - As with the majority of AWS services, ECS works will with any other AWS product (Route 53, CloudWatch, IAM, etc).
  • Easy to get started with - It is easy to get started building just about anything in AWS and using ECS is no exception to this rule. Be careful though -- AWS lets you do/build anything in any way you could think of and allowing yourself to shoot yourself in the foot is no exception.
Read full review
  • Kubernetes context switching - very handy
  • Integrate well and seamless - No complicated setup and or UX
  • Ease of updating images and etc - very important
Read full review
Cons
  • The user interface sometimes seem to be confusing and cumbersome. It can be improved so that people can understand clearly which section to go for which functionality.
  • When a container fails, the error logs are not readily available on the ECS console. If it can be provided it would be easier to debug from there itself instead of going to our log manager.
  • Sometimes the old EC2 containers become stale and need to be restarted manually. There should be a notification for such scenarios. We have mostly been finding it out on our own and then fixing it by manually restarting EC2 instances.
  • If this could be proactively monitored and notified, it would be great.
Read full review
  • It will be nice to see an admin UI for configuration of images
  • Container networking can be simplified
  • Data storage/volume management can be simplified
Read full review
Usability
Aside from some ECS-specific terms to learn at first, learning & starting to use ECS is relatively straightforward. AWS docs on the topic are also of high quality, with sound & relevant examples to follow. Troubleshooting container issues is also a breeze thanks to CloudWatch integration & helpful error messages on the AWS console.
Read full review
I have been using Docker for more than 3 years and it really simplifies the modern application development and deployment. I like the ability of Docker to improve efficiency, portability and scalability for developers and operations teams. Another reason for giving this rating is because Docker integrates CI/CD pipelines very well
Read full review
Reliability and Availability
No answers on this topic
Haven't seen any outages, fatal/unrecoverable errors in my usage so far. Enough said.
Read full review
Performance
No answers on this topic
Docker Desktop. The CPU high usage is a known issue. Needs fixing. Otherwise, it is great overall. Would not use anything else still.
Read full review
Support Rating
Support is relatively good, although the documentation sometimes is lacking, as well as outdated in our experience, especially when we initiated the process of using this service. But once we found how to assemble things, we haven't really required support from anyone at AWS, the service works without problems so we haven't had the need to contact support, which speaks well of how ECS is built.
Read full review
No answers on this topic
Alternatives Considered
AWS Elastic Beanstalk is a good beginner level orchestration service but lacks container management and scaling capabilities. EC2 is again not a Managed cloud service. It is like just renting a computer on cloud and then managing it on our own. Compared to these ECS is a comprehensive solution that provides management, scaling, containerization and other service connectivity out of the box.
Read full review
We need a solution where initially we can use an OS to trigger our pipeline to be used by terraform and then later in ansible. After doing all work it automatically get exited and we can reclaim the space of our VM. So we created a gitlab pipeline and at the initial stage we defined a docker file which will be our base image and we performed all our activities inside that image to build infrastructure using terraform. Integration we have done in our gitlab pipeline and finally we remove the docker image so that the space can be reclaimed immediately.
Read full review
Scalability
No answers on this topic
It is the only tool in our toolset that has not [had] any issues so far. That is really a mark of reliability, and it's a testimony to how well the product is made, and a tool that does its job well is a tool well worth having. It is the base tool that I would say any organisation must have if they do scalable deployment.
Read full review
Return on Investment
  • We run 8 web applications (demo instances) on a single machine. At a particular time, no more than 3 applications run simultaneously. So, we keep only required containers up. This helps us to provision small EC2 machines without compromising performance.
  • Overall Amazon ECS helps to have less number of dedicated machines as more than one solution can be deployed on a single instance. This reduces costs a lot.
Read full review
  • With Docker adoption, were able to reduce 40% of the time taken to complete workspace setup
  • Provided the environment packaging / configurability capability which enabled resource sharing and interoperability across teams
  • Were able to leverage off the shelf images provided by leading product companies which increased reliability and security exponently
Read full review
ScreenShots