Amazon AWS has recently launched ECS Fargate to “run containers without having to manage servers or clusters”. So this got me interested enough to patch the Jenkins ECS plugin to run Jenkins agents as containers using Fargate model instead of the previous model where you would still need to create and manage VM instances to run the containers. How does it work? With the Jenkins ECS plugin you can