AWS Fargate: Deploy and Run Web API (.NET Core)

Fargate is a serverless compute engine for containers that works with both Amazon ECS and Amazon EKS. With AWS Fargate, we can run applications without managing servers (official information page).

In this post, we will take a step-by-step approach to deploying and running a .NET Core Web API application on AWS Fargate Service.

CategoriesUncategorized