Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/visaltyagi/ec2-assignment-1

Deploy a Sample NGINX Website on EC2 Server - EC2 Assignment 1
https://github.com/visaltyagi/ec2-assignment-1

aws deployment ec2 ec2-instance ec2assignment1 html nginx website

Last synced: 3 days ago
JSON representation

Deploy a Sample NGINX Website on EC2 Server - EC2 Assignment 1

Awesome Lists containing this project

README

        

# EC2-Assignment-1
Deploy a Sample NGINX Website on EC2 Server - EC2 Assignment 1

**Problem Statement:**

You work for XYZ Corporation. Your corporation wants to launch a new web-based application Using AWS Virtual Machines, configure the resources accordingly for the tasks.

**You are asked to perform the following tasks:**

1. Create an Instance in us-east-1 (N. Virginia) region with an Ubuntu OS and install Nginx for making them web servers.

2. Change the default website with a page displaying the message “Hello World”.

**Solution:**

**Step 1:** Create an EC2 Instance & Update the machine.

**Step 2:** Install NGINX.

**Step 3:** Start & Enable the NGINX.

**Step 4:** Check the NGINX Status.

**Step 5:** Paste the Public Instance IP Address on the browser address bar, the NGINX default web page will be shown.

**Step 6:** If you want to add the web page, create an index.html file.

**Step 7:** Paste the code & save the file.

**Step 8:** Again, refresh the public IP Address, your created web page will be shown.

**For the detailed solution to this assignment, click on this link:** https://medium.com/devops-guides/deploy-a-sample-nginx-website-on-ec2-server-ec2-assignment-1-8c2b713d9459