Description

Set up an Auto Scaling Group (ASG) and Application Load Balancer (ALB) for your NestJS application based on a Launch Template such that EC2 instances are automatically provisioned and traffic is evenly distributed.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod