Awesome explanations, wish to see lots of videos focused on AWS TERRAFORM related to EC2, S3, IAM, AWS NETWORKING configurations using Terraform and various other kinds of services and AWS Architecture management using Terraform.
@amonkincloud8 ай бұрын
Thank you 🙏 Noted the suggestions
@sabujmondal881Ай бұрын
Thank you for this crisp video, after spending 3 days and encountering lots of error I found this video.
@amonkincloudАй бұрын
Glad that it helped 🙌 Keep supporting 🙏
@rilango788 ай бұрын
Fantastic demo, Thank you!
@amonkincloud8 ай бұрын
Thank you 🙏 Keep supporting
@aimensijoumi9537Ай бұрын
Hi ! thanks for the video. I use the pretty same code, but I think, IAM roles are missing. For me, I can create the cluster, but cannot connect to it with kubectl
@amonkincloudАй бұрын
You also need to update and run the IAM OIDC to be able to run kubectl commands to this specific cluster
@pankajtoconnect2 ай бұрын
Sir , can you make a video on upgrading eks cluster using terraform or with eksctl without zero down time.
@amonkincloud2 ай бұрын
Sure. Thanks for the video recommendation. Will consider this
@pankajtoconnect2 ай бұрын
@@amonkincloud Thank you 🙏
@RockyScenesАй бұрын
in the provider file, you call it "locals" but when you reference them in the vpc file, you write local without the "s" at the end - how are the variables recognized?
@amonkincloudАй бұрын
Please check the terraform AWS provider and EKS documentation
@RockyScenesАй бұрын
@@amonkincloud i didn’t find anything about this
@RockyScenesАй бұрын
where do you set up the name of the cluster? a monkincluud?
@amonkincloudАй бұрын
Right in the terraform script
@naren069383 ай бұрын
Sir....u mentioned M5.Large, t3.large in eks.tf file, Node was created with t3.large....then what's the use of m5 large, for Master Node? But Master AWS managed
@amonkincloud3 ай бұрын
Please refer to this doc to understand better: docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html
@patorikusutaru74835 ай бұрын
the extra tags value remind me of ascode video tutorial