Differences

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

Link to this comparison view

Next revision
Previous revision
litespeed_wiki:cloud:aws [2017/04/14 17:54]
Johathan Kagan created
litespeed_wiki:cloud:aws [2017/04/14 18:03]
Johathan Kagan [Manual Install]
Line 3: Line 3:
  
 ===== AMI Launch ===== ===== AMI Launch =====
-As of the release of LiteSpeed Web Server ("​LSWS"​) 5.1.13, there is a custom Amazon Machine Image ("​AMI"​) based off of CentOS 7 with LiteSpeed Web Server built-in ​available. Each AMI install comes with a free 15-day trial. ​+As of the release of LiteSpeed Web Server ("​LSWS"​) 5.1.13, there is a custom Amazon Machine Image ("​AMI"​) based off of CentOS 7 with LiteSpeed Web Server built-in. Each AMI install comes with a free 15-day trial. ​
  
 [[https://​aws.amazon.com/​marketplace/​pp/​B01N9YXGSA|AWS LiteSpeed Web Server]] [[https://​aws.amazon.com/​marketplace/​pp/​B01N9YXGSA|AWS LiteSpeed Web Server]]
Line 18: Line 18:
     * The Security Groups option should be left as default for both 1-Click Launch and Manual Launch.     * The Security Groups option should be left as default for both 1-Click Launch and Manual Launch.
   - After the EC2 environment is fully launched, the EC2 environment is accessible from any browser as well as ssh.   - After the EC2 environment is fully launched, the EC2 environment is accessible from any browser as well as ssh.
-    * Website - http://<​EC2-IP>​ +    * Website - <​nowiki>​http://<​EC2-IP>/</​nowiki
-    * SSH - ssh -i /​path/​to/​EC2-Key centos@<​EC2-IP>​  +    * SSH - <​nowiki>​ssh -i /​path/​to/​EC2-Key centos@<​EC2-IP>​</​nowiki>​ 
-    * Web GUI - http://<​EC2-IP>:​7080 ​+      * Note: The user to login to the EC2 environment is **centos** and be sure to specify the path to the ssh key for the EC2 environment,​ as AWS does not permit password login by default. 
 +    * Web GUI - <​nowiki>​http://<​EC2-IP>:​7080</​nowiki>​
       * To access the Web GUI please login to the EC2 environment and run the following commands:       * To access the Web GUI please login to the EC2 environment and run the following commands:
         * <​code>​sudo su         * <​code>​sudo su
Line 28: Line 29:
 ===== Manual Install ===== ===== Manual Install =====
 Because AWS just provides a virtual environment of Linux, one can follow our standard installation guides to install LSWS on any AWS AMI. Because AWS just provides a virtual environment of Linux, one can follow our standard installation guides to install LSWS on any AWS AMI.
-|[[litespeed_wiki:​installation|Installation ​guide for LSWS]]|How to install LiteSpeed Web Server|+|[[litespeed_wiki:​installation|Installation ​Guide for LSWS]]|How to install LiteSpeed Web Server|
  • Admin
  • Last modified: 2017/04/14 18:03
  • by Johathan Kagan