AWS Fargate instead of Amazon EC2 instances for one-off tasks – sathyasays.com
This page looks best with JavaScript enabled

AWS Fargate instead of Amazon EC2 instances for one-off tasks

 ·   ·  ☕ 1 min read · 👀... views

An updated version of my talk from re:Invent, this talk was given at JAWS Pankration 2021. In this talk I talk about the Serverless approach to ad hoc scripts/tasks by using AWS Fargate as a task runner. I show some sample code for building and deploying AWS Fargate using CDK. Viewers can implement the same process to run virtually task, and be charged only for the time it took to complete the task rather than to have an EC2 instance running all the time. The code is also published online and can be cloned from GitHub

Slides published as code on GitHub.

Share on

Sathyajith Bhat
WRITTEN BY
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist

What's on this Page