4. Create AWS VPC with private subnet | Terraform with AWS tutorial

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 8

  • @supriyochatterjee4095
    @supriyochatterjee4095 8 місяців тому

    Amazing, wish to see lots of videos on AWS Terraform series in details covering all concepts of the same in details clarifications.

    • @kodedge
      @kodedge  8 місяців тому +1

      Thanks for the feedback. Definitely coming soon.

  • @aniketbhalla1521
    @aniketbhalla1521 8 місяців тому

    Excited for the next video brother. Keep it up!! Maybe we can provision ec2 instances running docker containers and creating load balancer for traffic distribution in the next video.

    • @kodedge
      @kodedge  8 місяців тому

      Thanks for the feedback 👍

  • @shreyojitdas9333
    @shreyojitdas9333 8 місяців тому

    sir we want an entire springboot playlist with docker kubernetes,microservices...i love ur videos..i pray ur channel grows big sir.

    • @kodedge
      @kodedge  8 місяців тому

      Thanks for the feedback. Yes will do soon. Currently in process of creating few more on terraform with aws.

  • @happydev_2
    @happydev_2 2 місяці тому

    Hi sir, I am not sure I misunderstood. in 18:29 I wonder for the nat gateway, shouldn't it be subnet_id = element(aws_subnet.public_subnet[*].id,0) instead of creating the nat gateway in private subnet according to the diagram that showed in the beginning. Thank you

    • @kodedge
      @kodedge  2 місяці тому

      Yes. Please use public subnet instead.