AWS Classroomnotes 20/Jul/2023

AWS Compute – Scenario

  • Architecture to be acheived
    Preview
  • Lets start by creating amis
  • Create an ec2 for admin image with size t2.micro
    • install apache server sudo apt update && sudo apt install apache2 -y
    • navigate to /var/www/html
    • clone the code from Refer Here
    • rename the folder to admin
    • checkout the brach to admin
    • Now navigate to http:///admin/index.html
      Preview
    • Now create the ami
  • Create an ec2 for for product image defintion with size t2.micro
    • install apache server sudo apt update && sudo apt install apache2 -y
    • navigate to /var/www/html
    • clone the code from Refer Here
    • rename the folder to product
    • Now navigate to http:///product/index.html
      Preview
    • Now create the ami
      Preview
  • lets create a launch template called as admin with admin ami
  • lets create a launch template called as product with product ami
    Preview

Leave a Reply

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

About continuous learner

devops & cloud enthusiastic learner