Hosting a react app to EC2 using Nginx with SSL certificate
Step by step guide to deploy a static site to VPS server.
Sep 12, 20214 min read1.1K

Search for a command to run...
Articles tagged with #ssl
Step by step guide to deploy a static site to VPS server.

AWS Beanstalk acts as an Infrastructure as a Service (IaaS). We will deploy a node application to the AWS Beanstalk. Then we will ensure the HTTPS connection with Application Load Balancer. To make this work, we will make use of the following AWS ser...
