Software Alternatives, Accelerators & Startups

How to deploy a Node.js server with AWS EC2, nginx and SSL

PM2 Let's Encrypt Amazon EC2
  1. 1

    PM2

    Advanced, production process manager for Node.js
    That’s why we’re going to use pm2, a process manager that will help us keep our server always running.

    #Monitoring Tools #Log Management #Performance Monitoring 51 social mentions

  2. Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
    Pricing:
    • Open Source
    To set up SSL, we’re going to use certbot, a tool that helps us to generate free SSL certificates using Let's Encrypt.

    #Identity And Access Management #Two Factor Authentication #Security & Privacy 312 social mentions

  3. Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.
    Pricing:
    • Open Source
    In order to deploy our application, we first need a computer that is gonna run it. There are several options for this, but we’re going to choose AWS EC2, a popular service that allows users to rent virtual machines to run their applications on.

    #Cloud Computing #Cloud Infrastructure #VPS 63 social mentions

Discuss: How to deploy a Node.js server with AWS EC2, nginx and SSL

Log in or Post with