AWS Classroomnotes 14/Aug/2022

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
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%