Try our new research platform with insights from 80,000+ expert users
Platform Software Engineer 4 at Nexthink
Real User
Top 5
Platform engineers configure for seamless microservices deployment and developers benefit from enhanced productivity
Pros and Cons
  • "With numerous small services that you don't want to manage the backend infrastructure for, you can easily deploy and let it be with ECS; it is a more straightforward solution."
  • "Amazon EKS can be improved by having the maintenance of Kubernetes versions managed better, as everything is handled by the Kubernetes team and possibly a separate team at AWS."

What is our primary use case?

Our typical use case for Amazon EKS is that we have a number of applications and microservices that we host in EKS. We have a separate code base for the infrastructure platform, and the microservice team and the application team will be deploying their microservices on their own. We have configured it in a way that it could be easily accessible for developers as well as the platform engineers; we just platformize things. Earlier, I was using ECS, and the reason we use Amazon EKS is for better adaptation of Kubernetes, fitting our multi-tenant model.

What is most valuable?

The best features of Amazon EKS are that it is very plain by itself, but we use a number of optimizations, such as Carpenter for scaling and node auto-scaling, and Keda for application and microservices auto-scaling, as an event-based auto-scaler. Additionally, we use Portainer less, and for configuration, we utilize Cert Manager and Istio. It's not only Amazon EKS but a combination of various components within it.

By default, if you just install Amazon EKS, you can deploy your application, but to have it enterprise-ready, you have to configure a number of other things that will boost productivity.

What needs improvement?

Amazon EKS's deep integration with AWS services, such as IAM and elastic load balancing, has created some challenges. For example, we have something in place already, and there are some issues with enabling FIPS, which is FedRAMP compliant for the load balancers. You cannot change the SSL policy for the load balancer; I am not sure if it has been patched by AWS yet. However, apart from that, we use it effectively, and it is more flexible.

Regarding built-in observability in Amazon EKS, there is CloudWatch and CloudTrail. However, you cannot profile the applications; we can collect logs in S3, but there is no streaming solution available. Only CloudWatch exists, so we use other tools for observability and do not depend solely on CloudWatch, only relying on it for crucial workloads and infrastructure logs.

Amazon EKS can be improved by having the maintenance of Kubernetes versions managed better, as everything is handled by the Kubernetes team and possibly a separate team at AWS. We have to constantly maintain upgrades and ensure EKS add-ons are up-to-date, requiring us to upgrade the Kubernetes version and releases. They could provide a managed service in the backend instead of making customers handle it; we are currently doing it, but it's a regular activity we do per quarter.

For how long have I used the solution?

I have around six years of experience with Amazon EKS.

Buyer's Guide
Amazon EKS
June 2025
Learn what your peers think about Amazon EKS. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
857,028 professionals have used our research since 2012.

What do I think about the stability of the solution?

Amazon EKS is a stable solution, as it is only available in AWS alone.

What do I think about the scalability of the solution?

It is a scalable solution for us.

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

Before using Amazon EKS, I was using ECS. I switched from ECS to Amazon EKS because our product design changed. With numerous small services that you don't want to manage the backend infrastructure for, you can easily deploy and let it be with ECS; it is a more straightforward solution. However, considering cost with Amazon EKS, it may be pretty high, but it serves its purpose very effectively without management overhead.

If you are going with Amazon EKS, you must change your deployment strategy and develop applications for Kubernetes, writing deployments and pods, or stateful sets, which provides more flexibility. There are pros and cons to both solutions, and you have to evaluate which will suit your use case. In our situation, we had some applications in ECS as in Amazon EKS, and that was an architectural decision discussed internally within teams.

How was the initial setup?

The initial setup with Amazon EKS was hard initially, but being accustomed to it now, it's not that difficult; it's relatively easy.

What was our ROI?

We have seen ROI with Amazon EKS; we have a separate team actively working on it. We have cost explorer available, and a bill forecast based on usage allows us to determine whether resources are underutilized or overutilized. You can generate reports and analyze them. I have done this for ECS, but for Amazon EKS, I haven't worked on cost savings directly, as there is a separate team responsible for that.

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

My experience with pricing for Amazon EKS is limited as there's a separate team for that, and I do not have much knowledge of specifics. However, the pricing is based on the instance type we use in the EKS node group, so it should cover that aspect; their pricing is generally easy to understand in terms of instances.

What other advice do I have?

We are using a cloud deployment model. On a scale of one to ten, I rate Amazon EKS an eight.

Which deployment model are you using for this solution?

Public Cloud

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

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Flag as inappropriate
PeerSpot user
Tiezer Melo - PeerSpot reviewer
DevOps Engineer at Out.Cloud
MSP
Top 5
Provides an easy way to create clusters without having to manage the control plane separately
Pros and Cons
  • "It's the best option for medium or large enterprises."
  • "There is room for improvement in stability. I faced some problems with the App."

What is our primary use case?

It's a great service because we can do a lot of things using it. It's easy to create clusters and services in pods there.

So, the main purpose is to create clusters and services and define some pods there.

How has it helped my organization?

We reduced the cost by using one cluster instead of using different services and different virtual machines in a client. So, Amazon EKS helped our organization reduce costs. 

What is most valuable?

This is the way we can create a cluster because we don't need to pay attention to the control plane. We only need to deploy the services in the worker nodes and configure some configurations, easy configurations, and the cluster is done to be published.

Basically, AWS provides all features that we have prepared.

What needs improvement?

There is room for improvement in stability. I faced some problems with the App. The problem is actually the app, with the different teams fixing it.

For how long have I used the solution?

I have been using this solution for 18 months. I work on different projects. Basically, we create a structure and per clients, and we move to another project. So we did different projects for how long of the year.

We are currently using version 1.24, but we are migrating to the latest version, which is 1.28.70.

What do I think about the stability of the solution?

I would rate the stability an eight out of ten. I faced some problems with the App. The problem is actually the app with the different teams fixing it, but I would say the Kubernetes - it's ten. The service is ten. But if everything is considered, it's eight.

What do I think about the scalability of the solution?

I would rate the scalability a ten out of ten. It is perfect. Moreover, more than one hundred users have access per hour. 

We use this solution every day. Thus, we use the solution to its maximum potential. 

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

We did the research for Azure, but all the structure and other resources were applied in AWS, so we kept it in the same provider.

We also used a local structure, but we're at a short time. And the infrastructure had already been done. I only need to support the application. It's full.

How was the initial setup?

The thing that takes more time to be constructed with the code is minutes and hours to provide the EKS code, but with the structure is really fast.

Basically, it used the code. They used the TerraForm code because we work with ESA, and, basically, the most important part for us is the code.

What about the implementation team?

We used the help of a third party, like, the partners of Amazon. 

We required four people for the deployment process. However, the maintenance depends on the number of clusters and resources. So, two people are enough for the maintenance of the solution. 

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

I would rate the pricing model a seven out of ten, where one is cheap and ten is very expensive.

It was rather expensive; compared to GCP and Azure, it's a little more expensive. The price can be a problem for small-sized businesses. 

There are no additional costs to the standard license. 

Which other solutions did I evaluate?

So I work as a DevOps engineer. But basically, using TerraForm or other tools like that, I never worked with another provider as Google and Microsoft. So, basically, I use AWS. 

Actually, there are a lot of reports that I use every day. So we use tools related to that, like load balancers, ECRs, and EKS— so different resource things.

What other advice do I have?

It's a great service. Some services are more expensive compared to other providers. But in general, it's the best option for medium or large enterprises.

Overall, I would rate the solution a nine out of ten. 

Which deployment model are you using for this solution?

Public Cloud

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

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Amazon EKS
June 2025
Learn what your peers think about Amazon EKS. Get advice and tips from experienced pros sharing their opinions. Updated: June 2025.
857,028 professionals have used our research since 2012.
reviewer1975647 - PeerSpot reviewer
Senior Solutions Architect at a wholesaler/distributor with 10,001+ employees
Real User
An easily downloadable solution that enables containerization without relying on cloud infrastructure
Pros and Cons
  • "It has always helped me. It is the repository where we store our images...The microservices appear to be well-made, and I don't have any comments on them as I don't see any flaws."
  • "The goal and idea behind microservices are to always be available and capable of handling any load, no matter how many requests come through...All of these services are great, but I also think it would be useful to have the same technology available in a miniature resource size, enabling the same applications and services to run on a small machine."

What is our primary use case?

Amazon EKS is used in containerization, which means that you deploy any application and package it into its own miniature server. Then, store that application in an encapsulated form within a server which is an operating system, and keep it aside so that the repository recurses.

How has it helped my organization?

It has always helped me. It is the repository where we store our images.

What is most valuable?

It's a cluster service. So Amazon EKS is essentially a Kubernetes service, which is a product created by Google and is open-sourced, meaning it can be downloaded and installed on a server in a company's data center without needing the cloud for containerization or microservices. With Kubernetes, you can build and deploy microservice applications within a Kubernetes cluster. So, all your microservices will be running under Kubernetes within a cluster. Kubernetes is what that particular class of software is called, and we refer to it as an orchestration tool. It'll figure out and make sure that your microservice is always available. So, you can go and tell them before starting Kubernetes about the number of properties, files, or variables and issue commands to determine the instances of microservices available, including setting a minimum of one or two instances. To shut down a microservice, you can set the instances to zero. Essentially, Kubernetes allows an organization or anyone to have a cluster of microservices served without needing a cloud. Amazon AWS offers Kubernetes as a service because they found that many people are using Kubernetes.

What needs improvement?

The microservices appear to be well-made, and I don't have any comments on them as I don't see any flaws. Essentially, each microservice has a substantial ephemeral space available, providing gigabytes of storage. It would be helpful if this default storage allocation could be reduced to avoid the need for excessive resources when running microservices.

The goal and idea behind microservices are to always be available and capable of handling any load, no matter how many requests come through. At times, there might be millions of requests from people. All of these services are great, but I also think it would be useful to have the same technology available in a miniature resource size, enabling the same applications and services to run on a small machine. Increasing resources should enable microservices to handle the demands of the world. I would like to see the technology scale up to the point where individuals can run a service from home even with fewer resources.

For how long have I used the solution?

I have been using Amazon EKS for about four years, and there is no specific version of the tool because it automatically gets updated. So, the latest version is always available.

What other advice do I have?

I personally prefer this solution to Amazon Fargate and would rate it an eight out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Samim Kumar Patel - PeerSpot reviewer
Cloud Architect & Devops engineer at KdmConsulting
Real User
A well-managed stable solution, great for autoscaling needs
Pros and Cons
  • "It is the best service because it has proper security packages."
  • "A cluster is required on-premises, which takes a lot of time."

What is our primary use case?

We use this solution for containerization and push containers into the EKS or CI/CD pipeline in the DevOps pipeline. It's very easy and well-managed for autoscale as we can manage our node groups. In addition, we can tailor autoscaling to our needs.

How has it helped my organization?

Amazon EKS with AWS is very good because we can connect our AWS Kubernetes Services with our CI/CD pipelines. We can integrate our EKS with our CloudWatch and Grafana, and other monitoring services are also available. We can also monitor as per our requirements.

What is most valuable?

The best solution is in AWS, in Elastic Kubernetes Services. We have general control if we want to give access to any user. Also, whenever we push a container or image, we can create any ingress and then connect to our cluster by the Load Balancer directly.

It is very easy, and we can deliver access to customers or users. Also, we can autoscale for any deployment or compute service. In addition, the control panel is completely managed by AWS, and we only have to think about a data plan and what type of deployments, services, and DaemonSets we need.

What needs improvement?

The main area of improvement is that a cluster is required on-premises, which takes a lot of time. For example, we must drain the total nodes during an upgrade from version 1.21 to version 1.22 with on-premises. After draining the total nodes, our container will shut down, and it will be recreated after upgrading. But with the AWS Kubernetes Services, the upgrade from version 1.21 to 1.22 is completed with one click. It's straightforward for the users.

In any secure services, nodes are working on the EC2 services. Whatever the EC2 services, the specified AMI is available. This AMI is an auto-security package that is automatically upgraded per the company's need. It is also secure.

For how long have I used the solution?

We have used this solution for one year and use versions 1.15 to 1.22. It is deployed in the public cloud only, in AWS. We were initially working on an on-premises basis of Kubernetes and started working in Elastic Kubernetes in AWS. It is a managed service, and its control panel is managed in AWS. We have to work for our data plan only.

What do I think about the scalability of the solution?

We have about 20 users pushing their container to Elastic Kubernetes Cluster. Most companies want source codes like Python, Node.js, and Java and push them to the Elastic Container Services. It makes it easy for the CI/CD pipeline to build and push images to Elastic Kubernetes Services. We recently started the containerization in Elastic Kubernetes Services.

How are customer service and support?

Regarding technical support, we have the job, role, and responsibilities within our company.

If there is an issue, we must determine whether the solution is working correctly or not. We check if our node group has more or less workload than we need and if the autoscale is defined correctly. We can degrade these instances per our requirement if the node group is less. We added Grafana and Prometheus to monitor the total CPU, memory, and nodes. We can monitor requests, CPU utilization, and whether our node is behaving correctly or if we need any more memory. We also look for any issues with the HTTP request or time out.

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

The calculation of the pricing is dependent upon instance type. So when we make a cluster without defining any instance type, it will default enter a large instance type. So as per our requirement, we can create our node group and define our instance types per our workload.

What other advice do I have?

I rate this solution a nine out of ten. Amazon EKS is the best service because it has proper security packages and manages AMI. Also, I'm working on GCP and have seen GKE services. With Amazon EKS AWS, we can do a lot of integration with our Kubernetes Cluster.

Which deployment model are you using for this solution?

Public Cloud

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

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1426713 - PeerSpot reviewer
Application Development Specialist - Technical Architect at a consultancy with 10,001+ employees
Real User
Top 10
Has good scalability features
Pros and Cons
  • "The most valuable features of Amazon EKS are its scalability features."
  • "I would rate the stability of Amazon EKS ten out of ten, indicating it is highly stable."
  • "There is room for improvement in the interface of Amazon EKS."
  • "There is room for improvement in the interface of Amazon EKS."

What is our primary use case?

The primary use case for Amazon EKS involves microservices and micro frontends.

What is most valuable?

The most valuable features of Amazon EKS are its scalability features.

What needs improvement?

There is room for improvement in the interface of Amazon EKS. Additionally, they are involved in activities like pipeline management, pod checking, and error logging, which could suggest areas for further improvements.

For how long have I used the solution?

I have more than three years of experience working with Amazon EKS.

What do I think about the stability of the solution?

I would rate the stability of Amazon EKS ten out of ten, indicating it is highly stable.

What do I think about the scalability of the solution?

I would rate the scalability of Amazon EKS an eight out of ten, suggesting it has high scalability.

How are customer service and support?

I do not have experience contacting Amazon's technical support.

How was the initial setup?

I was not involved in the setup of Amazon EKS.

What other advice do I have?

I would recommend Amazon EKS to other people for various reasons. That said, I also rate this solution seven to eight out of ten overall.

Disclosure: My company has a business relationship with this vendor other than being a customer: Integrator
Flag as inappropriate
PeerSpot user
Phat Chau - PeerSpot reviewer
Solution architect at EASY CREDIT Vietnam
Real User
Top 5
Stable product with valuable monitoring features
Pros and Cons
  • "It has valuable monitoring and insights features."
  • "The product’s pricing needs improvement."

What is our primary use case?

We use Amazon EKS as an APM tool for the environment while migrating the monolithic architecture to microservices architecture. It helps us to test product functionality in a particular environment.

What is most valuable?

We don’t have to manage a bunch of infrastructure. Additionally, enabling auto-scaling for both outgoing and node work helps us optimize the cost. It has valuable monitoring and insights features as well.

What needs improvement?

The product’s pricing needs improvement.

For how long have I used the solution?

We have been using Amazon EKS for more than three years.

What do I think about the stability of the solution?

It is a stable product.

What do I think about the scalability of the solution?

We have 200 Amazon EKS users in our organization. It is a scalable product.

How was the initial setup?

The initial setup process takes a few minutes to complete. It requires a team of seven executives to work on the deployment.

What was our ROI?

The product generates a return on investment with the help of OpEx and CaPEx licensing models.

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

Amazon EKS is expensive.

What other advice do I have?

I rate Amazon EKS a nine out of ten.

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

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Omar Abdalhamid - PeerSpot reviewer
Senior Devops Engineer at a financial services firm with 501-1,000 employees
Real User
Top 20
I like the security features
Pros and Cons
  • "EKS has security features that you can't find in competing solutions."
  • "I'm having difficulty getting my AWS clusters to communicate with my local machine."

What is our primary use case?

I use EKS as an application management system and a second application server. It's connected to Amazon RDS. 

What is most valuable?

EKS has security features that you can't find in competing solutions.

What needs improvement?

I'm having difficulty getting my AWS clusters to communicate with my local machine. 

For how long have I used the solution?

I have used EKS for three years.

What do I think about the scalability of the solution?

Amazon EKS is scalable. We have about 20,000 users. 

How was the initial setup?

Setting up EKS is simple compared to OpenShift. It isn't too complex. We have a hybrid setup due to government data rules. I deployed EKS alone.

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

I rate EKS seven out of 10 for affordability. Amazon EKS costs us $730 a year. 

What other advice do I have?

I rate Amazon EKS nine out of 10.

Which deployment model are you using for this solution?

Hybrid Cloud

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

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Solution Architect at a tech vendor with 10,001+ employees
Real User
Top 5
Easy to set up and upgrade
Pros and Cons
  • "The most important aspect of Amazon EKS is that it is easy to set up and very easy to upgrade."
  • "Amazon EKS provides very minimum information during the upgrade of the node group."

What is our primary use case?

We run all our microservices across the globe with Amazon EKS. We also use it for development, testing, and maintenance.

How has it helped my organization?

In the past, we have faced challenges with scalability and maintenance while running clusters. Amazon EKS is very easy to maintain. So it allows us to focus on our deployment.

What is most valuable?

The most important aspect of Amazon EKS is that it is easy to set up and very easy to upgrade. So we can focus on maintaining and deploying our microservice. It is also easy to scale and easy to monitor.

What needs improvement?

Amazon EKS provides very minimum information during the upgrade of the node group. When the upgrade doesn't work well, it doesn't give enough information for us to troubleshoot. So it would be great if Amazon EKS provided more information in such cases. 

Amazon EKS should enable some AIOps.

For how long have I used the solution?

I have been using Amazon EKS for the past three years.

What do I think about the stability of the solution?

As a Kubernetes-managed platform, it is pretty stable. You can stabilize the new version when it is available in AWS.

What do I think about the scalability of the solution?

It is easy to set up, and the Amazon EKS control plane accommodates scaling.

How are customer service and support?

Whenever we experience any challenges, we always get a very fast response from AWS support. We are happy with the support provided so far.

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

We shifted to Amazon EKS because we faced some issues with our old system on OpenShift. OpenShift also has a high license price as compared to Amazon EKS.

How was the initial setup?

We had some challenges at the beginning. It took us a few weeks to get one cluster up. Later, we improved our approach by using Terraform to manage it. Now, we can set up many clusters within one or two hours. We use around 60 clusters now.

What about the implementation team?

We implemented it through our in-house team.

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

Amazon EKS is very cost-effective. I rate the pricing a ten on a scale of one to ten.

Which other solutions did I evaluate?

Other teams in the organization are trying to explore Google Kubernetes Engine. However, for our team, AWS is a lot easier. Our team might not move to other cloud providers because running Terraform is very useful for us.

What other advice do I have?

In the internal cluster, we have four hundred people working with Amazon EKS. We have a lot of customers running billions of transactions. Overall, I rate Amazon EKS a nine out of ten.

Which deployment model are you using for this solution?

Public Cloud

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

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Amazon EKS Report and get advice and tips from experienced pros sharing their opinions.
Updated: June 2025
Buyer's Guide
Download our free Amazon EKS Report and get advice and tips from experienced pros sharing their opinions.