Running Containerized .NET Scheduled Tasks with AWS Fargate – Part 1

In this couple of articles, I’ll demonstrate how you can deploy a sample .NET console app to AWS and run it periodically as a Fargate task. That’s a common use case for any kind of background service you need to run on some predefined time intervals.