How to Create AWS Security group using Terraform and attach to instance | security group tf code

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 44

  • @_toilatung
    @_toilatung 2 ปีที่แล้ว +3

    Hello Cloud Champ, your videos saved me a lot in my career path. Thank you for your helpful videos. From Vietnam with respects!

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว +1

      Nothing makes me more happy than helping folks :) Please share and subscribe

  • @nabichaudhari7536
    @nabichaudhari7536 ปีที่แล้ว

    Awesome Terraform tutorial

  • @smartengineer4484
    @smartengineer4484 2 ปีที่แล้ว +1

    You are a lifesaver 👍

  • @romainjouhameau2764
    @romainjouhameau2764 2 ปีที่แล้ว +1

    It worked like a charm, thanks !

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      So glad it helped 😊

  • @PiyushKushwaha-pyshkshwh
    @PiyushKushwaha-pyshkshwh ปีที่แล้ว

    Good and Quick, Excellent !!

  • @sulthansk6444
    @sulthansk6444 2 ปีที่แล้ว +1

    Thanks for the video...

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว +1

      Welcome sulthan 😃

  • @DevOpsPulse
    @DevOpsPulse 2 ปีที่แล้ว

    Thanks for sharing. Need more videos

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      Thanks for the support!

  • @jeffladouceur68
    @jeffladouceur68 2 ปีที่แล้ว

    Great tutorial this really helped, you just got a new subscriber!

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      So happy it helped and Thank you so much for the subscribe 😀

  • @smartengineer4484
    @smartengineer4484 2 ปีที่แล้ว

    Thank you for making this video 😘

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      My pleasure 😊

  • @TimepassUtube2009
    @TimepassUtube2009 2 ปีที่แล้ว

    Thank you so much , this was very helpful

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      Happy to help 😀 Do subscribe and support

  • @yungbingchoo4207
    @yungbingchoo4207 2 ปีที่แล้ว +1

    hi cloud champ, good tutorial for terraform, but i have one question for it, if i want to attached current SG to my instance on my aws account , what should i write on terraform ? can you provide some guideline or explanation.
    thank you

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      If it is already created just enter the name of the security group you want to attach

  • @Moulika_vlogs
    @Moulika_vlogs 2 ปีที่แล้ว

    Awesome videos

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      Thank you. Please share and subscribe :)

  • @gnanamurthyn984
    @gnanamurthyn984 ปีที่แล้ว

    Can share for multi account in cross region for centalised deployment

  • @davidoh6342
    @davidoh6342 ปีที่แล้ว

    nit. @2:13 exclamation mark -> double quote

  • @surisurendrababu
    @surisurendrababu ปีที่แล้ว

    Hi How to create 4vm and 4 security groups and that 4 vm names will be passed from variables and security group name should be vm name and should attach the same to vm
    I have done this but got issue from count index

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      You can use for each or refer to terraform documentation

    • @surisurendrababu
      @surisurendrababu ปีที่แล้ว

      @@cloudchamp Thanks for the response i have solved using each.key

  • @deepankardey9463
    @deepankardey9463 8 หลายเดือนก่อน

    Hi bro can you create a vedio how we can create public key and on genrate it download to our download from terraform bro

    • @cloudchamp
      @cloudchamp  8 หลายเดือนก่อน

      How to create AWS Keypair using Terraform and attach to EC2 instance | Key to SSH in EC2 server
      th-cam.com/video/lJbf0J9rRzE/w-d-xo.html

  • @SameerBhargavINFO
    @SameerBhargavINFO ปีที่แล้ว

    if we create instance with default security group can we able connect to the server ? , in my case I m not able connect It's showing Connection time.

    • @cloudchamp
      @cloudchamp  ปีที่แล้ว

      You should be able to connect no matter what security group if it has port 22 with your IP enabled in inbound rules 👍🏻

  • @rahulsingh-iq4gd
    @rahulsingh-iq4gd 8 หลายเดือนก่อน

    What is difference in from-port and to-port?

    • @cloudchamp
      @cloudchamp  8 หลายเดือนก่อน

      You can choose a range of ports so from port 0 to port 3000 means everything in between or just 22 to 22

  • @dancinggirls5789
    @dancinggirls5789 2 ปีที่แล้ว +1

    next video pls

  • @adinathwaikar7511
    @adinathwaikar7511 2 หลายเดือนก่อน

    it should be in place replacment why it terminate ec2

  • @AmirKhan-co3it
    @AmirKhan-co3it 2 ปีที่แล้ว

    👍🏽

  • @chimeland
    @chimeland 2 ปีที่แล้ว +2

    Hi, I did exactly the same thing you posted and it keeps bringing this error message : Error: creating EC2 Instance: InvalidParameterValue: Value () for parameter groupId is invalid. The value cannot be empty
    │ status code: 400, request id: 2867743a-2b50-4b71-a503-38fee5abf81c

    • @mattbistany7490
      @mattbistany7490 2 ปีที่แล้ว

      same problem

    • @mattbistany7490
      @mattbistany7490 2 ปีที่แล้ว +3

      I figured it out, his code in the notes is not the same in the video.
      In the video he has security_groups = ["aws_security_group.TF_SG.name"] under his ec2 resource, but the code in the notes reads as security_groups = [aws_security_group.TF_SG.name]. No quotes.
      I removed the quotes and mine worked no problem.

    • @cloudchamp
      @cloudchamp  2 ปีที่แล้ว

      That's right use name argument for security group and not id

    • @SanthoshKumar-sf8oi
      @SanthoshKumar-sf8oi ปีที่แล้ว

      @@mattbistany7490 you saved me with double quotes "" thing

    • @TheAlirezaIRN
      @TheAlirezaIRN 11 หลายเดือนก่อน

      Even with “” added I get the error mentioned in this comment! Any advice?