Day #9: How to create an EC2 instance using Terraform | Creating EC2 Instance using Terraform

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • ► ▬▬▬▬▬▬ About🧾 ▬▬▬▬▬▬
    In this video, we'll be taking a closer look at the Terraform and how it can help you to manage your infrastructure as code. Terraform is a popular tool for building, changing, and versioning infrastructure safely and efficiently. With the apply command, Terraform compares the current state of the Target infrastructure against the desired state defined in the configuration and determines what actions are necessary to achieve the desired state.
    ► ▬▬▬▬▬▬ Useful Links ▬▬▬▬▬▬
    / how-to-create-an-aws-e...
    ► ▬▬▬▬▬▬ Subscribe 🚀 ▬▬▬▬▬▬
    / @gstutorials8544
    ► ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    / gauri-shirkande-9610801a9
    ► ▬▬▬▬▬▬ Disclaimer 💁‍♀️ ▬▬▬▬▬▬
    This video is solely made for educational purposes
    ► ▬▬▬▬▬▬ Email 📩 ▬▬▬▬▬▬
    gaurishirkande11111@gmail.com
    #terraform #ec2 #aws

КОМЕНТАРІ • 38

  • @saswatleo
    @saswatleo 9 місяців тому +1

    The excellent Video of Terraform

  • @gnaneshwarnagavamshi5351
    @gnaneshwarnagavamshi5351 Рік тому +3

    Simply Superb Awesome keep Post Complete Terraform Series Madam

  • @sajeshp8109
    @sajeshp8109 9 місяців тому

    Helpfull video, explained and gives all steps during the practical

  • @saisatish3375
    @saisatish3375 9 місяців тому

    Wow suprb explanation

  • @spec19krish
    @spec19krish Рік тому

    Thanks Gauri, your vedio is very much helpful and is nicely done

  • @priyasoni194
    @priyasoni194 Рік тому

    Your video is very helpfull. Thank you very many much

  • @thechic_damsel
    @thechic_damsel Рік тому +1

    Very very useful thank you so much ❤

  • @darkjeronimo25
    @darkjeronimo25 Рік тому

    congratulations for the video, I'll be watching the whole tutorial

  • @SivanagireddyNandyala
    @SivanagireddyNandyala Рік тому +2

    superb superb the way of explaining is really good and please make videos on RDS and security groups

  • @anirbanpaul3044
    @anirbanpaul3044 Рік тому

    Awesome explanation. Keep it up.

  • @ankitkumar6988
    @ankitkumar6988 Рік тому

    Yes your video is good and jenune , i am going through it if good then inform your coaching if start in future

  • @pavankumar145.
    @pavankumar145. 10 місяців тому

    very good explaination about single instance but how can launch mutliple instances at a time?

    • @codewithgauri
      @codewithgauri  10 місяців тому

      Good question....you can make use of count for creating multiple instances using terraform

  • @ravindranaik1633
    @ravindranaik1633 Рік тому

    Very nice madam.. are you giving any coaching on terraform. Plz let me know. I will join..

    • @codewithgauri
      @codewithgauri  Рік тому

      Very soon , we will let everyone know when we start coaching .

  • @suchethkumar8998
    @suchethkumar8998 Рік тому

    Hello gauri ,
    Video is usefull , how did it Selcct Security Group, Network Settings and How to Log in this EC2 ? beacse We Did'nt Create the key pair for this EC2

    • @codewithgauri
      @codewithgauri  Рік тому

      We can create the other resources as well I just wanted to keep it simple

  • @vamsikrishna4475
    @vamsikrishna4475 20 днів тому

    Don't you have a terraform plugin that can auto suggest?

  • @jayvilrosaupan6072
    @jayvilrosaupan6072 11 місяців тому

    Im not sure why mine showing ↓ even though i copied all your steps
    "No changes. Your infrastructure matches the configuration.
    Terraform has compared your real infrastructure against your configuration and found no
    differences, so no changes are needed."

    • @codewithgauri
      @codewithgauri  11 місяців тому

      Please check whether you applied the changes before

    • @jayvilrosaupan6072
      @jayvilrosaupan6072 11 місяців тому

      @@codewithgauri no theres no changes before. My AWS environment is newly created. As well my IAM accounts

    • @codewithgauri
      @codewithgauri  11 місяців тому

      Ok...if you're using this just for the practice...I would recommend to delete the tfstate file

    • @codewithgauri
      @codewithgauri  11 місяців тому

      And recreate it using apply

    • @jayvilrosaupan6072
      @jayvilrosaupan6072 11 місяців тому

      @@codewithgauri yeah i deleted it but still having the same issue.

  • @er_surendersharma
    @er_surendersharma 11 місяців тому

    terraform validation is successful but plan got an error

    • @codewithgauri
      @codewithgauri  11 місяців тому

      Are you running this command in the same directory where you have your files and terraform initialized?

    • @praveenaramakannan3539
      @praveenaramakannan3539 10 місяців тому

      I got the similar issue . The thing is main.tf is created but it is not getting saved properly . So save your main.tf first and then start running the "terraform init" command