rev.dennis Posted August 29, 2016 Share Posted August 29, 2016 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.