Question: After successfully completing this assignment, students will be able to: Configure, run, and test a linux server in AWS' EC2 Configure, run, and test a

After successfully completing this assignment, students will be able to:

Configure, run, and test a linux server in AWS' EC2

Configure, run, and test a Windows server in AWS' EC2

Requirements

Create a Ubuntu 16 LAMP server in EC2.

Verify your that Apache was installed by opening your browser and enter the public dns of your server in the address bar. If it does not connect either you did not add HTTP to the Security Group, or the install did not work properly. Take a screenshot and save it (for submission below).

The default location of html and php files is /var/www/html. Change to that directory. Now, using your favorite text editor use sudo to run your editor and create a file in that directory named info.php. For example, sudo nano info.php

Then enter the following in that file to show information about the PHP installation:

Save the changes to the file and exit the editor.

Now in your browser, enter the public dns of your server in the address bar / info.php. For example, my public dns was ec2-54-89-230-235.compute-1.amazonaws.com, so I enter http://ec2-54-89-230-235.compute-1.amazonaws.com/info.php as the url. Take a screenshot and save it (for submission below).

Create a Windows 2012 Server, like we did in class.

Login to it using Remote Desktop. Take a screenshot of Remote Desktop connected to your Windows Server and save it (for submission below).

Clean Up

Now that you have completed the assignment, stop or terminate your EC2 instances. Stopping them means that it is now longer running, but your data is saved. That means you will not accrue charges on your running server. Terminating will both stop and delete the instances (also not accruing charges).

What to Submit

Screenshot of Apache page on your server shown in your browser

Screenshot of the PHP info page on your server shown in your browser

Screenshot of Remote Desktop session to your Windows Server

Before you submit your three screenshots, please name them the following names:

Apache screenshot: "apache_screenshot"

PHP screenshot: "php_screenshot"

Remote Desktop screenshot: "rdp_screenshot"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!