I am working mostly on AWS infrastructure services, such as EC2, EKS, RDS, CloudFormation, IAM, and CloudWatch. I have around one year of experience with Kubernetes and have been using AWS services continuously for three years. My responsibilities include working on server storage, containerization, monitoring, and access policies.
AWS Cloud Engineer at a tech services company
Amazon EKS: Why It Shines, Where It Struggles, and How It Can Improve
Pros and Cons
- "AWS EKS provides flexibility and scalability compared to on-premises Kubernetes."
- "Improvement is needed in reducing the complexity of using EKS."
- "Improvement is needed in reducing the complexity of using EKS. While services like EC2 are user-friendly, EKS and ECS present a steep learning curve with significant responsibilities."
What is our primary use case?
What is most valuable?
Simplifies Kubernetes setup and management.AWS handles cluster upgrades, patches, and availability.Seamlessly integrates with AWS services like IAM, CloudWatch, and VPC.Access to advanced networking, security, and monitoring tools.EKS automatically deploys the Kubernetes control plane across multiple AWS Availability Zones for fault tolerance.
What needs improvement?
For how long have I used the solution?
I have around one year of experience using Kubernetes with AWS.
Buyer's Guide
Amazon EKS
June 2026
Learn what your peers think about Amazon EKS. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
902,270 professionals have used our research since 2012.
What do I think about the stability of the solution?
In my project, AWS EKS has shown stability without any issues.
What do I think about the scalability of the solution?
EKS offers excellent scalability, especially compared to Docker Swarm. The ability to scale based on requirements by deploying additional containers is a strong point for Kubernetes.
How are customer service and support?
I have not contacted technical support regarding EKS.
Which solution did I use previously and why did I switch?
I have explored Google Kubernetes Service in my personal projects but did not work on any other Kubernetes projects before EKS.
How was the initial setup?
The initial setup is relatively straightforward when using the AWS Management Console. Setting up clusters and nodes is simplified through AWS's interface compared to on-premises. It took approximately 15 to 20 minutes to complete the setup.
What's my experience with pricing, setup cost, and licensing?
I do not have specific details on EKS's pricing and licensing compared to other services. However, in general, deploying in the cloud offers lower latency and high availability and reduces manual intervention and responsibility, leading to some operational efficiencies.
Which other solutions did I evaluate?
I have worked with Google Kubernetes Service in my personal space but have not evaluated others for professional use.
What other advice do I have?
For large-scale enterprise solutions, Kubernetes is recommended due to its scalability. Despite costing considerations, EKS alleviates the burden of procedural complexities, making it suitable for enterprise-level applications.
I'd rate the solution eight 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.
Site Reliability Engineer Software Labs at IBM
Handles multiple tasks, seamless integration, scalability is good and serverless deployments
Pros and Cons
- "The good thing was the integration of services. The only thing we had to think about was how we were pushing the code to GitHub or Bitbucket."
- "I would like to see a warm-up time for AWS Fargate, similar to what GCP Cloud Run has."
What is our primary use case?
For EKS, we deployed a Django application. The application built the whole image and stored it in ECR (Elastic Container Registry). We stored the code repository in GitHub, but the image was in ECR. We also had another repository for the Kubernetes manifest files. So we were deploying it in a different image, and the code was in a different image. We had a whole pipeline for deployment, from CodePipeline to ECR, and then from ECR to Kubernetes.
I work with different AWS solutions, such as Elastic Beanstalk, AWS Lambda, DynamoDB, and VPC. I use services like EC2, S3, and VPC every day, so I'm not including those. I've also used API Gateway, and currently, I also use AWS Bedrock.
What is most valuable?
The good thing was the integration of services. The only thing we had to think about was how we were pushing the code to GitHub or Bitbucket. After that, everything was taken care of by AWS.
Everything was connected: the code and the real-time deployment. Testing was done within the same pipeline using CodeBuild. CodeBuild was handling multiple tasks: testing the code, deploying it to ECR, and then running it on AWS Fargate for development or testing. Once it was working fine, we had an approval stage. After approval, we deployed it to EKS using the command line from the same AWS CodeBuild process.
The scalability of EKS is good. We've compared it with multiple platforms, and we've also worked with GCP. There are more good options available in GCP compared to EKS.
But the good thing about EKS is that we can use it for serverless deployments using Fargate. It gives you two options: deploy on EC2 or deploy on Fargate. EC2 runs 24/7 and costs you money, but Fargate only runs when you need it. So EKS was really helpful for saving costs with that serverless capability.
What needs improvement?
I would like to see a warm-up time for AWS Fargate, similar to what GCP Cloud Run has. This would improve internal security. I would also really love to see lower costs compared to other cloud vendors. AWS can get quite expensive.
For how long have I used the solution?
I've been working with EKS on and off for the last two years. Some of the projects were my own, and some were development projects.
How are customer service and support?
They have good documentation and lots of blogs on Amazon AWS, so we mostly follow those. We haven't reached out to technical support directly. We had a plan for technical support, but it took them more time to fully help us.
Sometimes the issue is on our code side and not on AWS's side. Getting the customer service and support involved in our whole process takes a long time. It's better to research for a few hours and fix it yourself rather than waiting for a week or so.
Which solution did I use previously and why did I switch?
GKE gives you really good monitoring and logging, where you can see every bit of information flowing in your environment. AWS provides the same thing with CloudWatch, but it's much easier in GKE to see what's exactly going on. So monitoring and the transparency of what's happening would be one thing AWS needs to improve.
The pros of EKS are that it makes deployment really easy. You just need to package your image in ECR, and then everything goes very smoothly. You don't have to worry about running or managing Kubernetes. It gives you a managed control plane, and they replicate the control plane over different regions. So there's very little chance that it will go down. Reliability is really high with AWS.
How was the initial setup?
When we started we had an issue with rollbacks. We had problems because we had to specify certain AWS parameters in order to deploy it properly. We consulted the documentation and resolved it that way.
We did some testing, and that took about one month with it. Then we started with a very small infrastructure on EKS, migrating some of our traditional websites to EKS directly. So, the initial setup took about two months.
But we didn't use it for microservices; we only used it for two services: one was our platform service, and the other was Redis.
What about the implementation team?
In my case, I handled the deployment part. I had a manager, so I just took his approval and gave him the deployment design. He was overseeing everything, but I was doing almost all the AWS work. The developers were really helpful in making the code run correctly with the image versioning.
Users have to maintain things. For example, we faced an issue where we had a lot of requests coming in, and we weren't ready with enough resources at the time. We had to manually increase the Kubernetes nodes. That was an issue with horizontal scaling. It was our mistake because we didn't automate it.
What was our ROI?
We shifted from EKS to GKE (Google Kubernetes Engine). We are saving around 20% with that change.
What other advice do I have?
I already have recommended it to many people. If you're using AWS for other services, definitely go with EKS because it doesn't make sense to move to another cloud vendor if you're already using everything in AWS. The integration is really good. You get AWS WAF (Web Application Firewall) on top of it, load balancer, GuardDuty, and Inspector. So security-wise, it's really nice to have EKS surrounded by those security tools.
My advice would be to try to go with AWS Fargate initially. Try to understand how ECR (Elastic Container Registry) works because it also costs you money, so make sure your image isn't too big. And if you can, go with AWS CodeCommit, it makes things very fast. And for EKS, they can use Fargate with EKS as a service. So, users don't have to worry about scalability and reliability. It's totally managed from the user's end.
Overall, I 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.
Buyer's Guide
Amazon EKS
June 2026
Learn what your peers think about Amazon EKS. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
902,270 professionals have used our research since 2012.
Sr Technical Architect at HCLSoftware
Has experienced seamless integration and robust support while benefiting from infrastructure automation
Pros and Cons
- "The biggest advantages of Amazon EKS include load balancing, auto scalability, and platform integration."
- "I think the monitoring part and observability part could be improved."
What is our primary use case?
The use cases for the product involve provisioning of infrastructure and auto provisioning of infrastructure.
I have managed on-premise deployments in my use case with a Helm chart.
What is most valuable?
The biggest advantages of Amazon EKS include load balancing, auto scalability, and platform integration.
The solution includes automated node provisioning features.
The integration with AWS services involves platform services only.
What needs improvement?
We usually get deployed and only need to tweak the source code; however, I think the monitoring part and observability part could be improved.
For how long have I used the solution?
I have been selling it for almost two years.
What do I think about the scalability of the solution?
The scalability of Amazon EKS deserves a perfect rating of ten.
How are customer service and support?
The technical support from Amazon deserves a rating of ten.
How would you rate customer service and support?
Positive
How was the initial setup?
I would rate the ease of installing Amazon EKS in the middle area, giving it a five.
What other advice do I have?
I have moved to pre-sales activity now.
I am selling Kubernetes Engine from Amazon.
I can rate Amazon EKS as nine because I just need to see some improvement.
I want to be a reference for Amazon.
The overall rating for Amazon EKS is 9 out of 10.
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 has a business relationship with this vendor other than being a customer. Reseller
Assistant to Vice President at a consultancy with 10,001+ employees
With the serverless option, you can deploy everything and AWS handles the infrastructure
Pros and Cons
- "The serverless capability of Amazon EKS is quite valuable."
- "Amazon EKS offers replatforming and migration capabilities to our customers, enabling them to move from AWS to other platforms like AKS with minimal changes."
- "Amazon EKS could improve in its pricing model, particularly for medium-sized customers who might find the support costs high."
What is our primary use case?
Amazon EKS is used as a container orchestration platform. Customers use it to develop applications which are containerized and need to be deployed. Kubernetes is the most popular platform across the industry.
How has it helped my organization?
Amazon EKS offers replatforming and migration capabilities to our customers, enabling them to move from AWS to other platforms like AKS with minimal changes. It has also helped in smooth integration with other AWS services, especially API gateways and databases.
What is most valuable?
The serverless capability of Amazon EKS is quite valuable. Earlier, it was necessary to know the exact configuration, including the number of pods and nodes. Now, with the serverless option, you can deploy everything and AWS handles the infrastructure.
What needs improvement?
Amazon EKS could improve in its pricing model, particularly for medium-sized customers who might find the support costs high.
For how long have I used the solution?
I have used Amazon EKS for the past five to six years.
What do I think about the stability of the solution?
I rate the stability of Amazon EKS as ten out of ten. It is highly stable.
What do I think about the scalability of the solution?
Amazon EKS has high scalability. It can scale very well according to needs, and it doesn't have any issues with scalability.
How are customer service and support?
Amazon's technical support is quite good, especially for those who purchase support services. As a partner, we receive excellent support due to our relationship with Amazon.
How would you rate customer service and support?
Positive
How was the initial setup?
The initial setup of Amazon EKS is much less complex compared to setting up Kubernetes manually on Linux virtual machines, as it takes away the complexities of installing and configuring everything.
Which other solutions did I evaluate?
We have experience working with both EKS from AWS and AKS from Microsoft Azure, as well as Google GKE.
What other advice do I have?
For those who are Amazon customers and want to deploy containerized applications, Amazon EKS is the best option.
I'd rate the solution ten 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 has a business relationship with this vendor other than being a customer. Partner
Manager de production SI technique et corporate at inwi
A highly scalable solution that helps manage nodes and scalability in AWS
Pros and Cons
- "Amazon EKS is like Kubernetes, but it helps manage our nodes and scalability in AWS."
- "Amazon EKS should improve its integration."
What is most valuable?
Amazon EKS is like Kubernetes, but it helps manage our nodes and scalability in AWS.
What needs improvement?
Amazon EKS should improve its integration. Our company does not maintain the external infrastructure.
Amazon EKS should include a graphic interface. Like there is a dashboard in Kubernetes, Amazon EKS should have a graphic interface that is more fluid, more fluent and contains more information.
For how long have I used the solution?
I have been using Amazon EKS for six months.
What do I think about the stability of the solution?
Amazon EKS is a very stable solution.
I rate Amazon EKS a nine out of ten for stability.
What do I think about the scalability of the solution?
Amazon EKS has high scalability. The solution has 10 to 15 endpoints in our organization. The solution is used 24/7 in our organization.
I rate Amazon EKS a nine out of ten for scalability.
Which solution did I use previously and why did I switch?
Before Amazon EKS, I previously used OpenShift and Kubernetes-native.
How was the initial setup?
The solution's initial setup depends on the application inside it. It's easy to have Kubernetes, but deploying other solutions with EKS is hard. It is easy to deploy Amazon EKS in general. I rate the solution an eight out of ten for the ease of its setup.
What about the implementation team?
It took us half a day to deploy Amazon EKS. The solution's deployment depends on whether you want to use the Terraform ECR infrastructure. You have to go to the panel in AWS and deploy Amazon EKS. We needed an integrator for the first time, but then we did everything ourselves for the next deployments. Only one person is required for the deployment and maintenance of the solution.
What's my experience with pricing, setup cost, and licensing?
Amazon EKS is quite pricey, but the functionality it provides is worth it. The solution has no additional costs, but it depends on the number of nodes used inside it. If we have a lot of traffic, we should scale many nodes, which would cost a lot.
On a scale of one to ten, where one is cheap, and ten is expensive, I rate the solution's pricing an eight out of ten.
What other advice do I have?
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.
Solutions Architect at Infinite Computer Solutions
A fairly priced solution that helps in the managing and autoscaling of services
Pros and Cons
- "Through Amazon EKS, we can have the blue-green deployment very easily."
- "The management of the nodes in Amazon EKS should be improved."
What is our primary use case?
We deploy different solutions on the EKS cluster for our clients to use.
How has it helped my organization?
Since it is a managed service of AWS, Amazon EKS helps us in the managing and autoscaling of services. We don't have to worry about multiple things like managing the nodes or IP addresses and can focus on our work.
What is most valuable?
Through Amazon EKS, we can have the blue-green deployment very easily.
What needs improvement?
The management of the nodes in Amazon EKS should be improved. AWS should reduce the constant upgrades of the nodes of Amazon EKS or EC2 machines.
For how long have I used the solution?
I have been using Amazon EKS for almost two years.
What do I think about the stability of the solution?
I rate Amazon EKS a seven out of ten for stability.
What do I think about the scalability of the solution?
I rate Amazon EKS a nine out of ten for scalability.
How are customer service and support?
The solution's technical support is very good.
How would you rate customer service and support?
Positive
How was the initial setup?
The solution's initial setup is straightforward for us because we use Terraform scripts, which we have written and can reuse. It is the same for the console.
What was our ROI?
If your application goes to production, you will definitely see an ROI with Amazon EKS.
What's my experience with pricing, setup cost, and licensing?
The solution's pricing is fair enough and a little less costly.
What other advice do I have?
I would recommend Amazon EKS to other users.
Overall, I rate Amazon EKS an eight 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.
Sr. DevOps Engineer at Seaflux
Supports multiple tools and has a straightforward setup process
Pros and Cons
- "The product's most valuable features are scalability, observability, and performance."
- "They could add logging features. At present, we use external tools to increase and decrease the number of instances."
What is our primary use case?
We use Amazon EKS to manage containerization within our microservices environment.
What is most valuable?
The product's most valuable features are scalability, observability, and performance.
What needs improvement?
They could add logging features. At present, we use external tools to increase and decrease the number of instances.
For how long have I used the solution?
We have been using Amazon EKS for three years.
What do I think about the stability of the solution?
It is a stable service. We never encountered system downtime.
What do I think about the scalability of the solution?
In organizational environments, especially when utilizing the console, EKS is the primary choice. Out of ten clients, approximately eight opt for EKS due to its scalability and robust features.
How are customer service and support?
We contacted AWS support for EKS when we encountered difficulties connecting to private subnets. The support team guided us through the necessary steps to address these issues.
Which solution did I use previously and why did I switch?
Scalability and security considerations drove the decision to migrate to EKS from another product.
How was the initial setup?
The initial setup was straightforward, especially when Terraform was utilized to generate the setup. We must make minor adjustments, such as changing the name and configuring VPN settings. Overall, it's a relatively easy task for me.
What was our ROI?
The platform is worth the investment.
What's my experience with pricing, setup cost, and licensing?
The product pricing depends on the specific requirements. For instance, clients between $3000-$4000 per month might find the pricing reasonable, with clusters priced around $70 to $80 plus additional costs. However, the actual pricing can vary based on the number of services utilized.
What other advice do I have?
With numerous tools and plugins available for EKS like Graphite and Prometheus, users can effectively manage logs and monitor performance.
For beginners, it's essential to grasp the fundamentals of Docker and containerization and understand how containers operate. Once these basics are clear, the next step is to familiarize oneself with Kubernetes and container orchestration concepts.
I rate it 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 has a business relationship with this vendor other than being a customer. customer/partner
Lead Solution Advisor (Cyber Security) at Deloitte
Can be used to implement and create clusters, but assigning permissions to users is difficult
Pros and Cons
- "Amazon EKS can be used to implement and create clusters."
- "It is very cumbersome to assign permissions to users to interact with a cluster."
What is most valuable?
Amazon EKS can be used to implement and create clusters. It is also used to deploy and secure the already configured applications. EKS is a cloud-based container management service that integrates with Kubernetes to deploy applications. It automatically manages and scales clusters of infrastructure resources on AWS with Kubernetes.
EKS eliminates the need to install, operate, or maintain a Kubernetes control plane on AWS. Amazon handles everything. We just need to know how we can make it more secure, and we can use it to deploy your applications. It scales automatically, making it one of the best services.
What needs improvement?
Assigning roles and responsibilities to interact with a created cluster as a user over a command prompt is cumbersome on AWS. Initially, we create a user to interact with a cluster. Since everyone can't use the cluster, we need to assign some permissions to that specific user. It is very cumbersome to assign permissions to users to interact with a cluster. We always get errors, and it takes many days to resolve that permission issue before the user can start interacting with the cluster.
For how long have I used the solution?
I have been using Amazon EKS for eight years.
What do I think about the stability of the solution?
Amazon EKS is a stable solution.
What do I think about the scalability of the solution?
Amazon EKS is a scalable solution.
How are customer service and support?
The solution’s technical support is good.
How was the initial setup?
The solution’s initial setup is easy, but assigning permissions to users is difficult.
What's my experience with pricing, setup cost, and licensing?
Amazon EKS is not a cheap solution.
Which other solutions did I evaluate?
Google Cloud Platform has a service similar to EKS called GKE. It's very easy to implement permissions in GKE as compared to EKS.
What other advice do I have?
Overall, I rate Amazon EKS a seven 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 has a business relationship with this vendor other than being a customer. customer/partner
Kubernetes Admin at a tech vendor with 10,001+ employees
Simplify and speed up cluster management and handles scaling well
Pros and Cons
- "Application deployment is more automatic."
- "It's difficult to connect to some of the clusters."
What is our primary use case?
We use EKS in our company to run containerized applications. I work in the container ecosystem team, and we manage EKS clusters for our developer teams so they don't have to. We provide them with the necessary tools to run on top of the cluster.
EKS helps us simplify and speed up cluster management. We don't have to take care of cluster updates; we just initiate the update, and AWS handles it. The same goes for some of the AWS-managed add-ons.
How has it helped my organization?
The biggest improvement is that we now have more time. When we shifted the responsibility of cluster management and updates to AWS, we had more time to develop solutions that make life easier for the developers.
Application deployment is more automatic. They don't have to issue cluster commands; they can simply do a commit into our internal GitHub Enterprise, and our tooling will deploy or update the application on the cluster. That's probably the biggest benefit because we had time to develop such solutions.
What is most valuable?
From my personal perspective, I think it's good that we can use AWS CLI to manage the cluster, and that way, we can automate the work via scripts. Of course, the way that we just issue a command and AWS handles the work, like with cluster updates, is also valuable. That's probably one of the reasons why we use it.
What needs improvement?
Sometimes I have trouble because, in our corporate network, there are various networks, etcetera. It's difficult to connect to some of the clusters, and it's easier to go through the UI when troubleshooting something. At some points, the UI seems limited to me with the functions it provides.
You can get information like what kind of port is running on the cluster, but I haven't really explored the UI so far, so it's difficult for me to see the logs, for example. Or sometimes, you are only limited to the basic Kubernetes things.
We have certain customizations installed in the cluster, and for that, you really have to use kubectl from the command line. You are not able to use the EKS UI to list certain custom resources. So maybe there can be some kind of improvement, but maybe it's just me that I haven't really explored the UI that much.
For how long have I used the solution?
I have been using it since February.
What do I think about the stability of the solution?
I don't really remember any issue with EKS, the product from AWS as is. There can be some issues when there is a bigger outage on the AWS side; it's either some kind of network outage when we cannot reach AWS itself or something similar, but I wouldn't blame EKS for it.
When we had problems with the cluster itself, I think it was more about some issue that either we as a team introduced by human error, from some configuration mistake, or our customers sometimes made mistakes. And maybe there are issues when the application running on top of EKS somehow gets into some loop or something and then doesn't work correctly, but I wouldn't really attribute that to EKS.
Because I've been in the team for a short amount of time, I don't really remember any big issue that was caused by EKS itself in the past six months at least.
What do I think about the scalability of the solution?
It is scalable. We use the cluster autoscaler tool that spins up a new node when we need more, and that works nicely. So I think from the scalability point of view, it's okay.
In the last six months, I don't really see any issue with scalability. We run around one hundred clusters. Some of them are quite small, really just the basics where we are running free master nodes in the free availability zones, just to make things according to best practices. So, really a minimal cluster.
And there are also some really big clusters with over a hundred worker nodes. Overall, I think it's quite big. And with EKS, we are able to manage it quite well.
How are customer service and support?
I have some experience with AWS support, and it was good. We were trying to solve something with one of the add-ons, and I think we solved it within a couple of days. We even had a call with one of the support engineers. So I think it worked out well.
The issue was regarding one of the AWS-managed add-ons. I remember that we clearly had some kind of misunderstanding between us and technical support, and it seemed like either we were not able to explain it correctly or the guy wasn't able to understand us. But I remember that somehow we solved that issue. So at the end, it was okay.
How would you rate customer service and support?
Neutral
How was the initial setup?
The deployment process of EKS was done before I joined the team.
For me, EKS UI is nice, and it was quite easy for me to get familiar with. I find the AWS CLI quite nice to use as well. I've been working in IT for some time now, so I have some level of experience. I guess these things come sort of naturally to me now, such as how to use the tools that are provided by companies. It's usually no issue for me.
From the maintenance point of view, I don't know much about how things are backed up, etcetera. I think that is exactly why we use EKS because we don't really have to take care of cluster backups. We can simply issue a command, and the cluster will update. If we were to do cluster updates manually, it would be more work. We would have to update the worker nodes and then update the master node one by one. AWS now handles all of this. So I think from the maintenance point of view, it's great, and that's why we use it because it's now much more simple and faster for us.
What was our ROI?
We still see the benefits of using this solution because we are using it. And we actually plan to transfer all our workloads to EKS if things were ideal. But for some legal reasons, we still have to manage some on-premise clusters, but I think the benefits are there.
What other advice do I have?
If you have the money, I would recommend the EKS product to other users who are looking into implementing it. It's a good tool. It really takes some of the management burden off your back.
Overall, I would rate it an eight out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
IT Architect at Bancolombia
Provides fast and cost-effective cloud adoption with excellent scalability and portability
Pros and Cons
- "It's a faster solution to adopt on native applications."
- "I would like to see a cloud setup bank management feature."
What is our primary use case?
The main use case is Cloud and IT applications.
How has it helped my organization?
It's a faster solution to adopt on native applications.
What needs improvement?
I would like to see a cloud setup bank management feature.
For how long have I used the solution?
I have been using Amazon EKS for six years.
What do I think about the stability of the solution?
I would rate the product's stability a nine out of ten.
What do I think about the scalability of the solution?
I would rate the tool's scalability a nine out of ten.
What was our ROI?
There is a return on investment.
Which other solutions did I evaluate?
Before EKS, we evaluated AKS and CKS.
What other advice do I have?
Review the organization's strategy with your strategy, whether it is oriented to the portability of your applications. Overall, I would rate Amazon EKS a nine out of ten.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Download our free Amazon EKS Report and get advice and tips from experienced pros
sharing their opinions.
Updated: June 2026
Popular Comparisons
Microsoft Defender for Cloud
Prisma Cloud by Palo Alto Networks
Red Hat OpenShift
Orca Security
CrowdStrike Falcon Cloud Security
VMware Tanzu Platform
Check Point CloudGuard CNAPP
Red Hat OpenShift Container Platform
Docker
Kubernetes
Sysdig Secure
Rancher Labs
Nutanix Kubernetes Platform (NKP)
Google Kubernetes Engine
Azure Kubernetes Service (AKS)
Buyer's Guide
Download our free Amazon EKS Report and get advice and tips from experienced pros
sharing their opinions.






















