August 29, 20169 yr You utilize EC2 (which stands for Elastic Cloud) Launch Instance (I personally choose Red Hat since its used in more of a Business model) Create a Key Pair (it will download automatically and this file is very important for access) Accessing site chmod 600 /path/to/your_keyname.pem Get your EC2 name (something of the form *.compute.amazonaws.com). Now we can SSH into the EC2 instance by running the following command ssh -i /path/to/your_keyname.pem ubuntu@your_instance.compute.amazonaws.com
Create an account or sign in to comment