This is my Altschool Holiday Challenge
This Repository is to Set up 2 EC2 instances on AWS(use the free tier instances). Deploy an Nginx web server on these instances(you are free to use Ansible) Set up an ALB(Application Load balancer) to route requests to your EC2 instances Make sure that each server displays its own Hostname or IP address. You can use any programming language of your choice to display this.
To Achieve this, I will be doing the following:
- Creating a VPC with private and public subnets
- Creating private instances in the private subnet of the VPC
- Creating a bastion host to connect to the instances.
- Installation and Configuration of Nginx Server on Private Instances Using Ansible
- Creation of target groups
- Creating and application of load balancer etc
Click Me To see the result of my Assignment