Launch an Instance
Choose Amazon Machine Image (AMI)
Choose EC2 Instance Types (General Purpose t2)
Configure Security Groups (Security Groups are like firewalls that define what
type of traffic we want to allow.)
Add InBound rules.
Review Instances
Click on Download Key Pair to download key pair and keep it safe.
After a successful launch of instance, you will be taken to the Instance screen.
When the status of Server change from pending to running, you can SSH into
your Server to perform access.
SSH into our machine and install the webserver.
Check your public address from instance details or assign an elastic IP.
you will get a .pem (Privacy Enhanced Maifile )
connect with ssh from a terminal
Now install apache on AWS & database
Install Nodejs ( node -v )
Install MongoDB
Install Pm2
Install Git
Host React JS App or other
After everything is installed Connect with Gitlab
0 comments:
Post a Comment