DevOps Classroomnotes 10/Aug/2023

ntier – azure

  • overview
    Preview
  • Lets create a vm in Azure, for manual steps refer class room video and Refer Here for steps
  • For creating a vm in Azure we need
    • network: vnet
    • subnet
    • public ip address
    • network security group
    • network interface

Realizing in terraform

  • To Create a vm in azure, we need vnet, subnet, nsg, publicip, network interface
    Preview
  • We already have template written and we have created

    • vnet with subnets
    • nsg
  • Now lets get started with rest
  • Refer Here for the changes done to create public ip and network interface
  • apply the template and view the resources
    Preview
    Preview
  • For creating a linux vm Refer Here for resource
  • Refer Here for the changes done to create a linux vm in azure
    Preview
  • Next Steps:
    • Provisioning
    • State management
    • Multi user
    • Multi environment

Exercise

  • Create a vm in web subnet in azure
  • Create an ec2 instance in web1 subnet in aws

Leave a Reply

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

About continuous learner

devops & cloud enthusiastic learner