ec2-deploy

Deploy any project on AWS EC2

View on GitHub

AWS EC2 deploy process

This is a simple guide to deploy a git repository on AWS EC2.




Table of contents

Installation

Deploy your project

Run your project

Go to your browser and type http://<your-instance-public-ip>:<your-app-port>.

Example: http://12.34.5.67:3000

More

You can use Route53 of AWS to add a domain or subdomain to your instance public ip. By default, your instance public ip will be http not https. For https, you need to add ssl certificate to your domain or subdomain. By default, you can’t see you project directly on your domain. You have to change your port to 80. Or you can use nginx to redirect your port to 80. Or you can also use Load Balancer of AWS. You can find more information on google.

License

Apache License 2.0