I am extremely happy to find your channel. Having 4 years of experience in Linux administration and application production roles I was trying to switch my career to DevOps, as a fresher to DevOps I didn't have any idea where to and how to start. Your videos are inspiring me and helping me to make this journey a lot easier. I hope you can do more videos to help people like me who don't know anything about DevOps to build a successful career. Thanks again buddy!
Thank you so much for this comment!! I started my channel to record my learning because I knew getting into devops is very very confusing and now after years when I read comments like this or get messages from my subscribers I realise I did the right thing and I should continue creating videos, helping people 😀🤝
The tutorial is exceptionally well-structured, providing a step-by-step guide that even beginners can follow effortlessly. Cloud Champ, thanks a lot Sir.
awesome video, one thing which is so good that you also showed how to look into documenation during building the project rather than just directly writing terraform files, thank you.
Thank you for this video, I learnt terraform from scratch through your videos which I needed at the moment. Looking forward to exploring and learning more from you. I had created a project at my end along with you and it made it more easier than just going through the video.
Firstly, I'd like to commend your vast knowledge and swift explanations. They truly enhance the learning experience. A few suggestions to make the sessions even more impactful: 1.Pace of Delivery: While your expertise is evident, sometimes the pace can be quite fast. Slowing down a bit would ensure all concepts are grasped thoroughly by everyone. 2.Visual Aids: Incorporating more whiteboard drawings can be a game-changer. Visuals often clarify concepts faster than words. 3.Terminal Appearance: A white background with black text in the terminal would greatly improve the clarity of recordings. 4.Video Layout: Consider having your video in a smaller frame, allowing diagrams and visuals to take center stage. 5.Practical Demonstrations: Having code snippets ready for copy-pasting during lectures, followed by a line-by-line explanation, would be incredibly efficient. Having said that, I'm keenly interested in exploring a real-time ArgoCD project with you. Your hands-on approach combined with a practical project would be invaluable.
Hey man, thanks for the videos, I've seen everything and it was very easy to understand and follow along. Some projects are actually boring to follow, but yours was great.
Hi, Thank you for this amazing project to start practicing terraform. Can you please tell where have you uploaded the project that you mentioned in the end using ec2 , vpc and all? I'm not able to find it.
Hi !!!!!!!happy to share this i have done the same thing and created my own style and output came so perfect!!!!!!!!!!Thanks for your💯 time!!!!!!!!! i have learnt lot from this video 💯💯💯🤩
Hi can anyone help while executing command "terraform apply" getting error "user is not authorized to perform: s3:PutObject on resource: "arn:aws:s3:::aws-s3-2024-95/error.html" because public access control lists (ACLs) are blocked by the BlockPublicAcls block public access setting. │ status code: 403" what's the issue ?
I followed your instructions step by step but when I would open the link on my s3 bucket in the console, the page would show up blank. I don’t know what the issue was ☹️
Do you have any videos on how to setup https target groups with load balancers in aws ec2? I am struggling trying to understand load balancers and how to make them secure. Thanks
When I try to change the profile image of the website, it is not changing even I changed it on my main folder and re do the apply command. Even destroyed the S3 bucket and reapply it. What can be the problem on it?
my code is working without this line " depends_on = [ aws_s3_bucket_acl.example ] " what is reason behind this line if you can explain it simply and clearly.
The `"depends_on"` line in Terraform is used to create an explicit dependency between resources. It ensures that the resource with this line will be created or updated only after the resource(s) specified in the `"depends_on"` list have been created or updated. If Terraform can determine the correct order of resource creation and updates without explicitly specifying dependencies using `"depends_on"`, it is not required.
Yes so this line says that the resource depends on bucket acl and it’s just to define that it should create after bucket acl resource which Terraform automatically does in this case so it works for you, I will explaining depends on and other meta arguments in upcoming videos
I am extremely happy to find your channel. Having 4 years of experience in Linux administration and application production roles I was trying to switch my career to DevOps, as a fresher to DevOps I didn't have any idea where to and how to start. Your videos are inspiring me and helping me to make this journey a lot easier. I hope you can do more videos to help people like me who don't know anything about DevOps to build a successful career. Thanks again buddy!
Thank you so much for this comment!!
I started my channel to record my learning because I knew getting into devops is very very confusing and now after years when I read comments like this or get messages from my subscribers I realise I did the right thing and I should continue creating videos, helping people 😀🤝
Even i am planning to start working in devops, i am too confused like you
devops or fullstack which one is superior 🤔
@@sheikhquadeer5965 a person with both.
The tutorial is exceptionally well-structured, providing a step-by-step guide that even beginners can follow effortlessly. Cloud Champ, thanks a lot Sir.
You are welcome 🤗
Many more Tutorials to come 👍🏻
Great project, successfully deployed the same, looking forward for more Devops project, Thank you for the video
More to come!
Great project! Very well explained and easy to follow along. Successfully deployed the same. Thank you so much for making this video.
You're very welcome!😉
awesome video,
one thing which is so good that you also showed how to look into documenation during building the project rather than just directly writing terraform files, thank you.
Glad it was helpful!
Thank you for this video, I learnt terraform from scratch through your videos which I needed at the moment. Looking forward to exploring and learning more from you. I had created a project at my end along with you and it made it more easier than just going through the video.
You're very welcome! 😀
Thank you so much brother for your complete guidance.
You are welcome brother
Firstly, I'd like to commend your vast knowledge and swift explanations. They truly enhance the learning experience. A few suggestions to make the sessions even more impactful:
1.Pace of Delivery: While your expertise is evident, sometimes the pace can be quite fast. Slowing down a bit would ensure all concepts are grasped thoroughly by everyone.
2.Visual Aids: Incorporating more whiteboard drawings can be a game-changer. Visuals often clarify concepts faster than words.
3.Terminal Appearance: A white background with black text in the terminal would greatly improve the clarity of recordings.
4.Video Layout: Consider having your video in a smaller frame, allowing diagrams and visuals to take center stage.
5.Practical Demonstrations: Having code snippets ready for copy-pasting during lectures, followed by a line-by-line explanation, would be incredibly efficient.
Having said that, I'm keenly interested in exploring a real-time ArgoCD project with you. Your hands-on approach combined with a practical project would be invaluable.
Thank you so much for valuable feedback I will obviously keep these in mind for my next videos and soon argocd project too
Hey man, thanks for the videos, I've seen everything and it was very easy to understand and follow along.
Some projects are actually boring to follow, but yours was great.
Cool, thanks
Let me know if you face any issues
Thanks bro for Amazing Terraform Project in simple way.🙏
You are welcome
Hi, Thank you for this amazing project to start practicing terraform. Can you please tell where have you uploaded the project that you mentioned in the end using ec2 , vpc and all? I'm not able to find it.
Thank you Chhotu bhaiyya 😁. It is very important to me Thank you🙏
Your welcome
At first is just subscribed your channel and now have press the bell icon after this video. Keep sharing knowledge. 😊
🙏🙏 thanks for the support
thanks brother, can you make a version which applies cloudFront and Certificate Manager in this project ( Https ) too ?
Hi !!!!!!!happy to share this i have done the same thing and created my own style and output came so perfect!!!!!!!!!!Thanks for your💯 time!!!!!!!!! i have learnt lot from this video 💯💯💯🤩
You are so welcome!
Do share your style on Linkedin, I would love to see
amazing project bro thank you for this i learned terraform from your videos
Glad to hear that
Very informative project bro!!
Please continue with Terraform videos you explain things so well
So glad you liked it!!
Do complete it and share 😀
Amazing Terraform Project brother, thanks for sharing this. Please create more DevOps projects like this :)
You are welcome 🤗
Happy to help
Very informative video champ will complete this today
Glad to know !!
Let me know if you need help
CLoudChap is a genius indeed !!!
Great Demonstartion. I like the way you explain. Please Continue more videos on Terraform.
Thank you so much 😊
@@cloudchamp Can you Please try to make more real time tasks. I got rejected in an interview due to lack of skill in IAC.
Excellent information
Thank you 😊
Do complete the project and let me know if you need help
Wonderful!!! Just great. Thanks for this. I really do appreciate
You're very welcome!
Glad you liked it 😊
Great job explaining and walking through the process. Maybe another good video is how to use s3 cloudposse terraform module 🤔
Great suggestion!
helpful walk through, thank you.
Glad it was helpful!
Aarigato!
Bro you are the best
Thank you 😊
Thanks for your content, is amazing
Glad you enjoy it!
Do make sure to complete the project and let me know if you need help 😀
please mention that you should have aws-cli configured
fantastic tutorial
Thank you! Cheers!
Awesome tutorial. Whaoo
Thank you 🤗
Can you please share the link where you have done the state and remote backends since I am unable to find them in this playlist
Amazing Bro, I am little new to devops but this is soo amazing. Looking fwd for more detailed and technical videos.
Thank you 😊
Happy to help, will be uploading more
U are the best!
No you are!
So informative
Glad it was helpful!
Good 👍 keep it up 👍
Thanks 😊
Good informative
Thank you 😊
very good bro .totally loved it !.
Thank you 😊
Glad to hear that
Complete it and create your own website 👍🏻
Thank you man
You're welcome!
Been waiting for this bro!
Thank you so much for uploading this project
Hope you enjoyed it!
Nice explanation .. upload some more projects used in production
Sure more projects coming up
very usefull, thank you
Glad it was helpful!
chatgpt actually gave you a css file where they styling was, i think thats why the website turned out simple looking
Yes, correct ✅
can I add my portfolio which is in react on azure blob storage using terraform???
Bhai maja aa gaya
Kya baat hai!
Hi can anyone help while executing command "terraform apply" getting error "user is not authorized to perform: s3:PutObject on resource: "arn:aws:s3:::aws-s3-2024-95/error.html" because public access control lists (ACLs) are blocked by the BlockPublicAcls block public access setting.
│ status code: 403"
what's the issue ?
Thankyou bro, excellent explanation ❤
You are welcome brother!
Do complete the project and let me know if you have any issues
@@cloudchamp sure thankyou
Awesome..can you make updated video on how to make it secure with SSL for https? This would make it more attractive to recruiters!
Use ACM easily integrates with Load balancer
dont we just use acm and cloudfront? this involved a lot of steps..if you can make video it would be great
Thank you, kindly do more projects using different types of AWS services and do projects using DevOps tools too bro
Sure bro!
Did you completed this one?
@@cloudchamp yes bro done
thanks a lot . Very good..........
You are welcome 🙏
I followed your instructions step by step but when I would open the link on my s3 bucket in the console, the page would show up blank. I don’t know what the issue was ☹️
Do you have any videos on how to setup https target groups with load balancers in aws ec2? I am struggling trying to understand load balancers and how to make them secure. Thanks
to create an aws s3 bucket we have to connect Terraform credential with aws
22:48 the ressources are begging for you not to destroy them, now they haunt you for the rest of your life.
Is this was all from the series or you are gonna continue it
Thank you so much!
You are welcome 🤗
Do complete the project and let me know if you face any issues
Only 6 vids related to terraform? is it enough for a fresher to learn?
Good one bro, keep going.. ❤💯
Thanks ✌️
I have a doubt if i change index.html, do i need to destroy everytime i change the index.html or we have any alternative
Please load terraform modules video
suggest some sites for aws projects or practise projects for exm SAA
❤
🙏
zoro ⚔ vs king🔥 !!!!!!
the last one.... :C thanks from Colombia
🙏
When I try to change the profile image of the website, it is not changing even I changed it on my main folder and re do the apply command. Even destroyed the S3 bucket and reapply it. What can be the problem on it?
are you also using CloudFront?
Do you have anything in Azure
Bro at 22.50 what anonaymes sound is play, but your content is good.
I am confused too that wasn’t there when I uploaded it 💀
But how terraform connect to AWS where you specified the credentials?
In the terminal using aws configure I saved the keys when I am using IAM user which saved a file in .aws folder 📁
Hey there! What's your view on devsecops? I am in security and planning to do devsecops. Any suggestions
Devsecops isn’t something different it’s just devops with security from the start which I explained in one my shorts.
But yeah you get paid well 👍🏻
Bro whats ur linux distro ur using in ur laptop or pc
Ubuntu
How does your terraform understands that this is your AWS console ? in the main block you just mentioned only the "Region" not the "Profile"
This is why you should watch the previous video in the playlist to see how to connect aws with terraform
I got like 404 not sound after clicking on website hosting link, what did i miss?
Check if the index.html is there and properly used
bro i need a large project to complete my college project or tell me a project that will be build stage by stage
Many projects available on RUclips bro
Hii sir sorry how you take terminal using ec2 instance or normal cmd prompt plzz rpl me or plz sir make step by step instructions for nonIT student ..
Not clear what are you asking brother
I like you
Thanks!
Thoda slow bola kro
Hii
I have one doubt please tell me
I can do this all for free ?? 😬😬😬
Yes
CHECK THIS OUT: DevOps Project from scratch- Deploy Cloud Native Monitoring Application on KUBERNETES 🎉❤
ruclips.net/video/kBWCsHEcWnc/видео.html
WTF IS AT 22.0
👻
Sounds like a ghost and be also mentioned the time stamp
Great video. And I found this property will provide the website endpoint
aws_s3_bucket_website_configuration.website.website_endpoint
Amazing
my code is working without this line
" depends_on = [ aws_s3_bucket_acl.example ] "
what is reason behind this line if you can explain it simply and clearly.
The `"depends_on"` line in Terraform is used to create an explicit dependency between resources. It ensures that the resource with this line will be created or updated only after the resource(s) specified in the `"depends_on"` list have been created or updated. If Terraform can determine the correct order of resource creation and updates without explicitly specifying dependencies using `"depends_on"`, it is not required.
Yes so this line says that the resource depends on bucket acl and it’s just to define that it should create after bucket acl resource which Terraform automatically does in this case so it works for you, I will explaining depends on and other meta arguments in upcoming videos
Good informative
Glad you think so!