AWS Application Deployment Basics — .NET Core Apps

Jawadhasan
AWS in Plain English
5 min readMay 16, 2021

--

Introduction

In previous two posts in this series, we have setup a VPC with public and private subnets, launched EC2 instances. Setup PostgreSQL database and deploy a Node.js application which we served via NGINX reverse proxy mechanism.

We have the following architecture in place:

--

--