API with NestJS #93. Deploying a NestJS app with Amazon ECS and RDS
In the last two parts of this series, we’ve dockerized our NestJS application. The next step is to learn how to deploy it. In this article, we push our Docker image to AWS and deploy it using the Elastic Container Service (ECS). Pushing our Docker image to AWS So far, we’ve built our Docker image locally. […]