Using the EC2 container service

For building and running distributed applications, we need think in terms of using a different primitive task (that you can move around) and not servers or machines. Currently, you may be thinking about a pool of resources or EC2 instances. However, you need to change that to thinking about where you can take a task and drop it in so that it will run appropriately. ECS helps in distributing applications/microservices over a cluster with managed task life cycle management. It has tight integration with other AWS services (IAM, ELB) and can run multiple schedulers with prioritization (for example, jobs from different teams with different priorities). It supports Auto Scaling groups where we can scale tasks by ...

Get Learning AWS - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.