AWS Fargate is a technology for Amazon ECS and EKS that allows you to run containers without having to manage servers or clusters. AWS Fargate removes the need for you to interact with or think about servers or clusters.
Images
AWS Fargate is a technology for Amazon ECS and EKS that allows you to run containers without having to manage servers or clusters. AWS Fargate removes the need for you to interact with or think about servers or clusters.
Customer Reviews
sasikumar G.
Advanced user of AWS FargateIn AWS fargate,it has offered server less thing that is AWS will tak care of the underlying hardware and os for server, we have to take care of only the containers.
I don't have any dislike about the AWS fargate
If you have microservices , you can go for the AWS fargate.
In AWS fargate , I have bundled my app with dependencies , config files, binary and libraries in a single container. Benefits are we can have high availability and scalability for containers with the help of auto scalling.