EC2

Step-by-Step: Setting Up GitHub Actions to Build and Deploy .NET to EC2 Paid Members Public
Let's learn how to set up a GitHub Actions build-deploy pipeline to deploy an ASP.NET API application to an Amazon EC2 instance, running as a systemd service.

Deploying a .NET Web API on Amazon EC2: A Step-by-Step Guide Paid Members Public
Let's learn how to leverage Amazon EC2 to host your .NET applications. In this post, we will learn how to create an EC2 instance, set it up with .NET runtime, upload your .NET application, and run it from there.