User Tools

Site Tools


test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
test [2017/07/23 17:39] – [Connecting to the EC2 Instance] walkeradmintest [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Creating an Amazon AWS EC2 Instance ======
 +<color darkorange>May 2017</color>
 \\  \\ 
 \\  \\ 
  
 ---- ----
-==== Creating an EC2 Instance ====+===== Introduction =====
 \\  \\ 
 This guide assumes that you have created an Amazon account to be able to access the Amazon Web Services (AWS) pages, and that you have successfully logged in. This guide assumes that you have created an Amazon account to be able to access the Amazon Web Services (AWS) pages, and that you have successfully logged in.
Line 191: Line 193:
 \\  \\ 
 As this example is a simple web server, lets install a web server and give it a little test.  As this example is a simple web server, lets install a web server and give it a little test. 
 +\\ 
 +\\ 
 +First thing to do is to navigate to the IP Address of you EC2 instance, to ensure there is nothing already running.
 +\\ 
 +\\ 
 +{{ :websvr_001.png?850 |}}
 +\\ 
 +You should see that there is nothing on this IP Address.
 +\\ 
 +\\ 
 +So we can install a web server. Open MobaXterm and from the command line enter:
 +\\ 
 +    sudo yum install httpd -y
 +\\ 
 +\\ 
 +This will install Apache web server, and configure the basic system files required for it to run.
 +\\ 
 +\\ 
 +Once installed, you will have to start the Apache service. You can do this with:
 +\\ 
 +    sudo service httpd start
 +\\ 
 +You should see a confirmation that looks like: Starting httpd:  [  <color #22b14c>OK</color>  ]
 +\\ 
 +\\ 
 +Now you can retest your connection from a web browser.
 +\\ 
 +\\ 
 +{{ :websvr_002.png?850 |}}
 +\\ 
 +You should see an Apache test web page, this means your server is running and you can start to build and upload your test website.
 +\\ 
 +\\ 
 +
test.1500827994.txt.gz · Last modified: 2023/03/09 22:35 (external edit)