How to Deploy a NodeJs Web Server to AWS Elastic Beanstalk?

Avatar admin | May 5, 2021 19 Views 0 Likes 0 Ratings

19 Views 0 Ratings Rate it

In this video we will learn how to deploy NodeJS app on Amazon web services. We will deploy the nodejs app on EC2 instance. We will expose the port 5000 on our EC2 instance.

Reference Link: https://aws.amazon.com/elasticbeanstalk/

AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS.

You can simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring. At the same time, you retain full control over the AWS resources powering your application and can access the underlying resources at any time.

There is no additional charge for Elastic Beanstalk – you pay only for the AWS resources needed to store and run your applications.


19 Views 0 Ratings Rate it

Written by admin