Exercise
- Create a new vpc with 3 subnets
- Ensure web subnet is public
- In the web subnet create two ubuntu servers with public ip and login into the ubuntu servers and install apache2
sudo apt update
sudo apt install apache2 -y
sudo apt install php libapache2-mod-php php-mysql -y
sudo -i
echo "<?php phpinfo(); ?>" > /var/www/html/info.php


- Now lets create a Network load balancer








- Now Navigate to target groups



- Lets add a DNS Record in Route 53 as done in the class

Layer 4 or Network Load Balancer
- Overview

Layer 7 or Application Load Balancer
- Overview:

Multi Region Routing and DNS using Route 53
- DNS entries are managed by DNS Zone in Route 53 and in addtion to that to manage multi region application deployments , we can use routing in Route 53

