
First steps with AWS Fargate containers
Have you ever heard of the possibility to run containers without a need to manage servers or clusters? Containers allow packing application code, configurations, and dependencies into a single object. Standardly for their run, it’s necessary to select, configure, and scale clusters of VMs. Now imagine that you don’t need to do all this. You don’t have to choose server types and optimize cluster packing. AWS Fargate is a computer engine for Amazon ECS that makes your work with containers as easy as possible. With AWS Fargate, you don’t interact with servers or clusters, but simply concentrate on designing and building your applications, and not on managing the infrastructure that supports them. Not bad, right?
Read more