Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Install Apache on an EC2 instance and create a simple web page (10 Marks) 1. Create a EC2 instance (T2.micro with suggested defaults is fine)

image text in transcribed

Install Apache on an EC2 instance and create a simple web page (10 Marks) 1. Create a EC2 instance (T2.micro with suggested defaults is fine) 2. Install apache using the yum package manager a. You should get a message about needing to be root, what is root? b. How can you run a command as root? 3. Now we need to create a quick index.html to prove it works a. Create index.html that has your name as the body of the page b. Hint: all files found in /var/www/html is available over port 80 4. Now we need to start apache, run the following commands: a. sudo service httpd start b. chkconfig on - this will restart the httpd service if it crashes 5. Browse the AWS service offerings and pick 3 you find of interest and provide a 2-3 sentence describing a possible use case Hand In: Screenshot of your webpage which includes the address bar so you demonstrate the AWS public IP address. Answers to the questions above Once complete please terminate your EC2 instance

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago