Post to Server

To respond all the time

  1. Computer always has to turned on and
  2. Need Public IP Address to allow everyone's visit to my site.

Buy EC2 Server

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/cc6ce089-734c-4e72-8853-38ca73928977/Screen_Shot_2021-05-24_at_4.44.07_PM.png

Instance: It's like a always-turned-on computer provided by AWS.

Terminal

sudo chmod 400 ~/spartakeypair.pem

ssh -i ~/spartakeypair.pem ubuntu@*aws_ip_address*

yes

Remote access complete

Command