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

Preview
Preview

  • Now lets create a Network load balancer
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
  • Now Navigate to target groups
    Preview
    Preview
    Preview
  • Lets add a DNS Record in Route 53 as done in the class
    Preview

Layer 4 or Network Load Balancer

  • Overview
    Preview

Layer 7 or Application Load Balancer

  • Overview:
    Preview

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
    Preview

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a 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

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube