EC2 Instance Creation - Aishaa-Kulkarni/Photosite GitHub Wiki

YouTube link : https://www.youtube.com/watch?v=SWxN1NlK_bc&ab_channel=AishwaryaKulkarni

The project deployed on AWS URL: http://44.199.113.63:3000/user/index

Login to the aws console and select EC2 from the services. Click on launch instance. image

image

image

image

step 2: Choose Ubuntu server as the AMI and select a free tier as the instance type and move ahead. Change the security group to all traffic and click on launch instances. image

image

image

image

image

Step: Now, copy the IPV4 address from instance tab and use that IPV4 address for putty operations. image

image

image

image

image

Step: Run below commands on putty.

sudo yum update -y sudo yum install docker -y sudo service docker start sudo docker run -it -p 3000:3000 akulkarni15/photosite:1.0

image