Skip to content

nobelchowdary/aws_webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

aws_webserver

Hosting a webpage on the cloud

Running Instance on the Cloud

Initially, launch an instance on the AWS Cloud. I have launched Amazon Linux. image

Open your Instance in Putty

I have opened my putty with the public IP address and logged into the root account. image

Installing Apache httpd

Now, install the apache httpd software, by executing the suitable command. image

Start and Enable the Web Server

Execute the following command to start and enable the httpd image

Storing the HTML files in the Suitable Folder

You can create the HTML file and store it the specified location that is supported by the httpd. image

Open the Webpage in your Browser

Now, you can see the webpage on your browser, with the suitable URL containing the IP address and the file name. image

You can successfully launch your website similarly in the cloud and maintain it by yourself.

About

Hosting a webpage on the cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published