aws-ec2-deployment
Creating and connecting to a EC2 Instance using Ubuntu on puTTY
EC2 instance = Virtual server running on AWS (eg. we use it to run backend)
Connect to EC2 using IP address & private key :
puTTY , a SSH client
ubuntu
Remote desktop connection (RDC)
Transfer frontend and backend source code from local to EC2:
WinSCP
Git (install git and clone)
Remember to add .env file if necessary
Install apps
Last updated