How do I deploy a .NET core application on AWS EC2?
In this article, I will take you through how to deploy your first test .NET Core application to AWS EC2. I wanted to try deploying my application to aws to for testing purposes. As it was known to me, ECS would be a good way to get started on serverless deployment. But afterward, I came … Read more