top of page

Private Server Setup

This project was to setup two private server and install the NGINX application.

Launch two private servers that will be inaccessible by the public using AWS.

  1. Deploy an Nginx web server on these instances

  2. Set up an ALB(Application Load balancer) to route requests to my EC2 instances

  3. Make sure that each server displays its own Hostname or IP address. You can use any programming language of your choice to display this.


The following shoud be noted:

  1. Users sould not be able to access your web servers through their respective IP addresses. Access must be only via the load balancer

  2. Define a logical network on the cloud for my servers.

  3. My EC2 instances must be launched in a private network.

  4. My Instances should not be assigned public IP addresses.


Project Gallery

bottom of page