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.