In this workshop, we will build and deploy a simple containerized ASP.NET Core web application and then run that application using Amazon Elastic Container Service (ECS) (https://aws.amazon.com/ecs/).
We will be using the AWS Cloud Development Kit (AWS CDK) to create our application's infrastructure. We will write the AWS CDK project in C#, meaning that our application and infrastructure code will use C#.
Learning Outcomes:
Learn how to containerize an ASP.NET Core application using Docker.
Develop an understanding of the AWS CDK.
Use AWS Fargate to launch containers on Amazon Elastic Container Service (ECS)