Try our new research platform with insights from 80,000+ expert users
Tarshi Yinkfu Eddison - PeerSpot reviewer
AWS-DevOps-Engineer at JJ Tech Inc
Real User
Top 5
Easy-to-use product with good technical support services
Pros and Cons
  • "ECS is flexible and easy to use."
  • "I rate the platform's stability an eight out of ten. It easily dies."

What is most valuable?

ECS is flexible and easy to use. AWS, itself manages the work nodes, scaling, and monitoring. It includes handling alerts for infrastructure and clusters.

What do I think about the stability of the solution?

I rate the platform's stability an eight out of ten. It easily dies. 

What do I think about the scalability of the solution?

I rate Amazon Elastic Container Service's scalability an eight out of ten.

How are customer service and support?

The technical support services are good. I contact them for troubleshooting purposes.

Buyer's Guide
Amazon Elastic Container Service
January 2025
Learn what your peers think about Amazon Elastic Container Service. Get advice and tips from experienced pros sharing their opinions. Updated: January 2025.
831,265 professionals have used our research since 2012.

How would you rate customer service and support?

Positive

How was the initial setup?

The initial setup is easy compared to EKS.

What other advice do I have?

I rate Amazon Elastic Container Service an eight out of ten. If you are beginning to use cloud services, ECS is the best and easy-to-use product you can go for.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Kyle Titus - PeerSpot reviewer
Chief Technology Officer at Revio
Real User
Top 5
Everything works once you get the pattern right and it integrates perfectly with AWS’s service mapping feature
Pros and Cons
  • "Once you get the procedure right, and set a pattern, it just works."
  • "Probably, they should include automated graphing, and monitoring solutions."

What is our primary use case?

We are using the solution to run our apps and services. We make use of Docker to run our API services. So, we use ECS as the container service to run all of our Docker images.

What is most valuable?

Its most valuable feature is the ability to work with Docker images. We just have to give it a Docker image and run some parameters. It keeps the process going for us. It's been great. We don't have to worry about where and how it gets deployed. We just know that it's going to run and we can contact it at a particular address. It integrates perfectly with AWS's service mapping feature and allows one ECS container to contact any other ECS container using a service name. It's almost like an internal DNS thing. If we want to expose it to the internet, we just put a load balancer. It passes requests from the load balancer to the relative ECS services. It also helps for scaling–we just have to add one in a new container. That's pretty cool.

What needs improvement?

I see they have changed the console a bit to make it easier to use. Probably, they should include automated graphing, and monitoring solutions. Currently, I have to set up all of those by myself.

For how long have I used the solution?

We have been using the solution since October 2021.

What do I think about the scalability of the solution?

The whole engineering team of six people at our organization uses the solution.

How was the initial setup?

There were some issues with the setup. It wasn't the easiest to get going as opposed to something like SFTP Gateway. It's a learning curve. You need to learn what a cluster is, what a task is, and what a service is. There are no industry standard concepts that could be applied to different technologies. You need to learn ECS-specific concepts. It's similar to Docker Swarm or other resource management technologies like Kubernetes. They have similar concepts, so if you come from that world, you might understand it a bit easier. There is some AWS-specific stuff that you just need to learn. Once you get over that learning curve, then it works pretty nicely. I would rate the setup procedure as a four out of ten.

What's my experience with pricing, setup cost, and licensing?

The price of ECS is not bad. It is based on usage. It works on a per-hour pricing model.

What other advice do I have?

I would definitely recommend the solution. Once you get the procedure right and set a pattern, it just works. I have used different use cases, languages, and frameworks. Everything works nicely once you get the pattern right. The solution scales by itself, and you can set the threshold of how to scale it. Once it goes to 80% of CPU for five minutes, it scales up automatically, and then if the CPU usage goes down, it scales down. You don't have to pay for that upscale cost over time. You need not have to worry about servers or machines. You just have to worry about your containers. It's great.

Also, deploying to ECS is pretty easy via whatever CI you use. It's generally quite easy. It also integrates with Amazon's ECR service, which holds the Docker images used for the services and containers. It works nicely with the ECS.

If you have credentials or secrets that you might want to use as environment variables in your applications, you could inject them at run time into your containers. ECS caters to this with a pretty easy task definition like syntax. You just have to specify the secret name in the task definition and ECS will know when it starts, and when it needs to pull this secret into the container at run time. Thus it's not vulnerable to an attack where someone can snoop on your task definition. It's not in plain text and it only works if you give your container explicit permission to pull the secret.

I would rate the solution as an eight out of ten.

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer:
PeerSpot user
Buyer's Guide
Amazon Elastic Container Service
January 2025
Learn what your peers think about Amazon Elastic Container Service. Get advice and tips from experienced pros sharing their opinions. Updated: January 2025.
831,265 professionals have used our research since 2012.
it_user965562 - PeerSpot reviewer
DevOps Engineer at a financial services firm with 10,001+ employees
Real User
Comes with good support, stability, scalability, and Auto Scaling group feature
Pros and Cons
  • "It has an Auto Scaling group feature. We can use this feature to have an Auto Scaling group to specify a minimum and maximum count for all types of configurations. Based on the specified values, Amazon Elastic Container Service scales the required CPU environmental metrics."
  • "Sometimes, the instances fail under the ECS container cluster, and we have to manually go and find out the black sheep in the ECS container instance. We had an issue earlier where one of the instances under the ECS container cluster went down, and we were not able to identify that instance. The instance got terminated, but a new instance did not come up. Therefore, I had to manually get that instance up. It could be optimized better. In production, we normally cannot sustain such things. It can be optimized in terms of instances, durability, and serving the requests of customers."

What is our primary use case?

We are using Amazon Elastic Container Service for Docker-based configuration. Previously, we had to manually go into an instance and then issue all Docker agents and instances. Now, we are using Amazon ECS to automate all of our Docker containers.

We are deploying our microservices architecture in the ECS container install. We are using ECS as a service.

What is most valuable?

It has an Auto Scaling group feature. We can use this feature to have an Auto Scaling group to specify a minimum and maximum count for all types of configurations. Based on the specified values, Amazon Elastic Container Service scales the required CPU environmental metrics.

What needs improvement?

Sometimes, the instances fail under the ECS container cluster, and we have to manually go and find out the black sheep in the ECS container instance. 

We had an issue earlier where one of the instances under the ECS container cluster went down, and we were not able to identify that instance. The instance got terminated, but a new instance did not come up. Therefore, I had to manually get that instance up. It could be optimized better. In production, we normally cannot sustain such things. It can be optimized in terms of instances, durability, and serving the requests of customers.

For how long have I used the solution?

We have been dealing with Amazon Elastic Container Service for three to four years. 

What do I think about the stability of the solution?

It's good. Our platform stability has rated from 97%, 98% to 99.99%. We are pretty much happy with the stability of Amazon Elastic Container Service. We have been allocated a relationship manager, and he will be more than happy to offer all the technical specs and the building details. We didn't find any issues as of now.

What do I think about the scalability of the solution?

It's scalable. We haven't found any issues as of now in our organization. It's good. 

How are customer service and technical support?

It's very good. We'll be getting timely updates about the new features and objects available. They will know how we are deploying and whether we want any technical support. If you're going for a long, big bang approach of releasing the product as a whole, they'll be warming out ELBs. We don't know how ELB warming works out. They'll provide some extra help. So, technical support is very good.

How was the initial setup?

The initial setup is straightforward. We'll be using AWS CLI commands for initializing the cluster. It is not hard to set up. It is pretty straightforward. 

What about the implementation team?

We deployed it ourselves. We have four DevOps engineers and four AWS engineers for a team of 150 developers. We have enough for the complete platform.

What's my experience with pricing, setup cost, and licensing?

I don't exactly deal with the pricing. We have a separate Infra team that deals with the pricing. They are more into the scalability part. 

Based on our requirements, the pricing will increase. The automation teams will test some of the benefits to see how can we can optimize the cost. They'll have a security manager connection and some alerts based upon the usage to see how to reduce the building cost based upon the installations. 

What other advice do I have?

I would recommend Amazon Elastic Container Service. They have a big R&D team, and they'll be providing good features for customers. I think AWS has been pretty good on this R&D thing. I would like to appreciate their team, which continuously looks into customer satisfaction and comes up with a new bunch of services every time. They're moving to a customer-centric approach. 

We aren't looking into specific new features. We are in the testing phase currently. If they are releasing some new features, we should definitely use them based on our requirements.

I would rate Amazon Elastic Container Service an eight out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Saif Ullah Khan - PeerSpot reviewer
Security Engineer at Ebryx
Real User
A highly scalable solution that can be used to host applications, perfectly manage the workload by scaling up and down.
Pros and Cons
  • "The solution is quite scalable and allows you to launch multiple EC2s within minutes."

    What is our primary use case?

    We use the solution to host applications and run applications.

    What is most valuable?

    The solution is quite scalable and allows you to launch multiple EC2s within minutes.

    For how long have I used the solution?

    I have been using Amazon EC2 Container Service for more than three years.

    What do I think about the stability of the solution?

    I rate the solution a nine out of ten for stability.

    What do I think about the scalability of the solution?

    Amazon EC2 Container Service is a highly scalable solution. A lot of users are using the solution in our organization.

    I rate the solution ten out of ten for scalability.

    How was the initial setup?

    The solution’s initial setup is pretty easy.

    What's my experience with pricing, setup cost, and licensing?

    Amazon EC2 Container Service is worth the money.

    What other advice do I have?

    Amazon EC2 Container Service is a cloud-based solution. I would recommend the solution to other users because it is scalable and stable. We can turn down the solution and start it again in a minute.

    Overall, I rate Amazon EC2 Container Service ten out of ten.

    Disclosure: My company has a business relationship with this vendor other than being a customer: Partner
    PeerSpot user
    Director Technology at a tech vendor with 501-1,000 employees
    Real User
    Top 20
    A highly scalable and easy-to-use solution with zero downtime and an excellent support team
    Pros and Cons
    • "In seven years, we have not faced a single second of downtime."
    • "Billing is extremely complex."

    What is our primary use case?

    We host our production application on EC2. We host the application and take regular backups to create mirrors for our customers. We also use the solution’s firewall to save us against any threat.

    What is most valuable?

    The most valuable feature of the tool is its ease of usage. We spin off new servers and host our applications on those servers. The best thing I like about the product is hosting. It is super easy. Features for creating a server and hosting it is all builtin within the solution. I don't have to build a backup service. It is already available. I don't have to build a database as well. It is already built. I can just use any existing DB and then connect it directly to the DB instances and use it. Everything is ready to use.

    We’ve been hosting our production application on the product. The most important criterion for us is downtime. In seven years, we have not faced a single second of downtime. It is the greatest thing. We have had zero downtime in the last seven years. Nothing can be better than that.

    What needs improvement?

    Billing is extremely complex. The whole concept of billing is so complicated that we never understand it. There is an upfront cost, and there is a network cost. It is impossible for me to calculate the cost, understand it, and inform the client about it.

    We are never sure of our end cost. Sometimes the cost blows up and ends up being five times more than what we calculated. There is no way to understand the cost. I want the solution to have a better billing system and dashboard to understand the billing.

    The solution could be more intuitive. If I'm using a service and my backup has gone down, there should be a notification or suggestion to help me understand what I can do. It should explain how I could have avoided the issue. EC2 is huge, and we'll never know all its services. The tool should have a way of suggesting to me what I can do better.

    It can be through notifications, tutorials or through their customer service team. The product could provide CI/CD services in the future.

    For how long have I used the solution?

    I have been using the product for seven years.

    What do I think about the stability of the solution?

    The tool’s stability is perfect.

    What do I think about the scalability of the solution?

    The tool is scalable. It can be scaled according to our needs. I rate the scalability a ten out of ten. In our company, more than 100 people use the solution.

    How are customer service and support?

    The technical support team is pretty good. The response time is very quick.

    Which solution did I use previously and why did I switch?

    We have used Azure, and it provides similar services. However, we do not have a lot of experience in Azure.

    How was the initial setup?

    The initial setup is super simple.

    What's my experience with pricing, setup cost, and licensing?

    I rate the pricing a five out of ten.

    What other advice do I have?

    The billing is really painful. The product must provide some intuitive notification to inform us if we are not doing something the best way. Overall, I rate the solution an eight out of ten.

    Which deployment model are you using for this solution?

    Private Cloud
    Disclosure: I am a real user, and this review is based on my own experience and opinions.
    PeerSpot user
    RodrigoGalhardo - PeerSpot reviewer
    CTO at Kultua
    Real User
    Top 5Leaderboard
    A stable cloud-based container management service
    Pros and Cons
    • "It has helped our organization greatly and especially on weekends because we have many transactions as our users are buying some kind of tools and paying online."
    • "The documentation and usage for the users can be better because for new users it can be very hard to understand and use the solution. They can add small images and accessories."

    How has it helped my organization?

    It has helped our organization greatly and especially on weekends because we have many transactions as our users are buying some kind of tools and paying online.

    What is most valuable?

    The solution is easy to use. When you have nodes like Python, it's easy to plug and play.

    What needs improvement?

    The documentation and usage for the users can be better because for new users it can be very hard to understand and use the solution. They can add small images and accessories.

    For how long have I used the solution?

    I have been using the solution for two years.

    What do I think about the stability of the solution?

    It is a stable solution. I rate it eight out of ten.

    What do I think about the scalability of the solution?

    It is not a very scalable solution. I rate it five out of ten.

    How are customer service and support?

    The technical support team is good but if you are looking for any documentation then it is not very helpful.

    How was the initial setup?

    The initial setup is easy and it is deployed on the cloud. 

    What was our ROI?

    I have seen ROI with the product's use. 

    What's my experience with pricing, setup cost, and licensing?

    The pricing is good.

    What other advice do I have?

    I rate the solution an eight out of ten.

    Disclosure: I am a real user, and this review is based on my own experience and opinions.
    PeerSpot user
    Theodoros Konstantinidis - PeerSpot reviewer
    DevOps Engineer at a financial services firm with 51-200 employees
    Real User
    Top 10
    A flexible solution with high availability for Kubernetes and website hosting
    Pros and Cons
    • "Amazon EC2 Container Service is a flexible product from Amazon. You can put it in the Auto Scaling group for high availability. There are also a lot of choices for pricing."
    • "The product can become expensive if you don't choose what you want."

    What is our primary use case?

    We use Amazon EC2 Container Service for Kubernetes and hosting sites. 

    How has it helped my organization?

    Amazon EC2 Container Service is a flexible product from Amazon. You can put it in the Auto Scaling group for high availability. There are also a lot of choices for pricing. 

    What needs improvement?

    The product can become expensive if you don't choose what you want. 

    For how long have I used the solution?

    I have been using the product for two years. 

    What do I think about the stability of the solution?

    I rate Amazon EC2 Container Service's stability a nine out of ten. 

    What do I think about the scalability of the solution?

    I rate the tool's scalability a nine out of ten. 

    How was the initial setup?

    Amazon EC2 Container Service's deployment is easy and takes three minutes to complete. 

    What other advice do I have?

    I rate Amazon EC2 Container Service an eight out of ten. 

    Disclosure: I am a real user, and this review is based on my own experience and opinions.
    PeerSpot user
    Armstrong KUFOR - PeerSpot reviewer
    CIO and Innovation Manager at CAMTRACK SAS
    Real User
    They handle the backup process quite well, but there are limitations in terms of upgrading
    Pros and Cons
    • "They handle the backup process quite well. They automatically encapsulate it, including container backups, without relying heavily on the client's involvement. This is a significant advantage compared to other providers where clients often need to manage the process more independently. It's a feature that I find suitable and beneficial."
    • "I also believe there are limitations in terms of upgrading. The software has the concept of dedicated servers that you can manage. However, an issue arises when you can't match one operating system with another that you've already purchased. You can't simply merge them; instead, you have to buy a completely new one. This limitation has caused some challenges for us."

    What is our primary use case?

    Our services are relatively straightforward to manage. We have a limited number of servers compared to some others. When it comes to billing, our plan is flexible, but it may not be the most suitable option for medium-sized enterprises.

    What is most valuable?

    They handle the backup process quite well. They automatically encapsulate it, including container backups, without relying heavily on the client's involvement. This is a significant advantage compared to other providers where clients often need to manage the process more independently. It's a feature that I find suitable and beneficial.        

    What needs improvement?

    For instance, we've opted for a fixed monthly fee, which covers us for a broad range of data usage. However, with Amazon, the billing tends to increase exponentially as data usage grows, which poses some financial challenges for us. We've also integrated AWS and Synchronoss services into our setup.

    I also believe there are limitations in terms of upgrading. The software has the concept of dedicated servers that you can manage. However, an issue arises when you can't match one operating system with another that you've already purchased. You can't simply merge them; instead, you have to buy a completely new one. This limitation has caused some challenges for us.

    For how long have I used the solution?

    I have been using Amazon EC2 Container Service for two years.

    Which solution did I use previously and why did I switch?

    Initially, we operated our servers on-premises. However, as we aimed to improve the quality of service for our clients, managing local infrastructure became challenging. To address this, we made the decision to move to cloud providers. We chose providers like OVH, where we procured Bandwidth servers and Ultra servers. These providers offer a flat-rate billing plan, which includes servers with specific resources like RAM, processors, and databases. You configure your setup, and they provide you with a monthly bill. On the other hand, Amazon's billing system is more dynamic. It adjusts the billing based on the demand and usage of the server. This dynamic billing approach has posed certain challenges.

    What other advice do I have?

    There are no specific issues with the service itself; it's quite good. The only concern we have is the billing structure, which may not be the best fit for medium-sized enterprises like ours. The service is more aligned with the needs of larger corporations.

    My advice would be for them to stay up-to-date with the current market trends, especially in the cloud services sector. While Amazon is a leader, it should be open to adapting and being competitive in the evolving market. The flexibility in server configuration is crucial, and the billing plan can remain as it is. However, most cloud server providers tend to have similar billing plans based on the server's performance and usage, so it's essential to align with these industry standards.

    I rate the overall solution a six out of ten. 

    Disclosure: I am a real user, and this review is based on my own experience and opinions.
    PeerSpot user
    Buyer's Guide
    Download our free Amazon Elastic Container Service Report and get advice and tips from experienced pros sharing their opinions.
    Updated: January 2025
    Buyer's Guide
    Download our free Amazon Elastic Container Service Report and get advice and tips from experienced pros sharing their opinions.