Thanks for sharing your process. Refreshing change to see a tutorial with someone sharing their process and how you figure things out, referring to Google and Documentation online and coding with audience.
Hello Raj Thanks and God bless you richly for this video. It took me several hours and days studying CloudFormation from youtube by different people but didn't understand the concept and how to code it. Most ones you see is upload the code from Git or already prepared and its always difficult to understand. But in you own case, you explained the concept, how to code it from beginning, how to search and write the json files. I wouldn't have understood writing CloudFormation template without this you. I really appreciate you and would recommend people struggling to subscribe to your channel.
really useful in real time.. you guided in right way to search things from AWS documentation page .. which is really cool way for self learning ...!! Thanks Raj ...!!
i've watched your EKS cluster video on udemy and believe me its really good ! sometimes people fail to explain common stuff which you very well covered in your videos !!
You can run Linter to check certain stuff. If you are using custom resources, you can run those separately to test. CloudFormation runs some validation before the stack is run. But there is no single button to run the cloudformation in test mode unfortunately.
yeah it is possible, but it wouldn't be that much useful, component aren't that much connected between them, you can use that just to get the main component and than connect them with each other using code
You have to use list cloudformation stack API to list all the stacks, then loop through each stack to detect drift. There is no single button to do that.
Thanks for this video. I have seen other videos however they focus on theory and that might be helpful in the interview (!may be). You helped by telling me how to make a script(JSON,YAML) in CF and modify it according to our environmental needs. Thanks, again
Yeah Kotov, I have used both CDK and CloudFormation. Check out CDK videos like this th-cam.com/video/pUAgg0TzSHw/w-d-xo.html in my channel when you get a chance.
Hey Raj, thank you very much, for creating such an amazing Informative video. Liked that comment of what are the bracket names we call it in India 😋 Your Udemy all courses are really Rocking and awesomely informative in really simplistic language which anyone can be able to understand and as they are named. Always great to have teachers like you. Thanks once again 🎉
Thanks for the reply. Can you please make one more video in CF , in a scenario where I need to install a package i.e MySQL or httpd or ngnix. As I was trying to do so, now if I am in a region(ap-south-1) then in the default template there are 2 ami mentioned ( HVM64: ami-03cfb5e1fb4fac428 HVMG2: ami-0244c1d42815af84a) Now how would i come to know where these ami is either Centos or Ubuntu or RHEL or SuSE etc. coz to install a package i need to use either yum or apt-get accordingly.
Nice video, when I copy paste MySNSTopic portion, it lose its indentation, but when you paste same it keep well indented. Any suggestion on this? i am using visual code on mac.
I really like the way you explained it. I have a small doubt in below snippet, why are we repeating "Arch" in below snippet. I think its done to facilitate Fn::FindInMap. But again what happen if we have more than 2 level of mapping? "Mappings" : { "AWSInstanceType2Arch" : { "t1.micro" : { "Arch" : "HVM64" }, "t2.nano" : { "Arch" : "HVM64" }, "t2.micro" : { "Arch" : "HVM64" },
th-cam.com/video/WlPokWf4VoM/w-d-xo.html=3m19s Hy dude, you can take any template, upload it to cloudformation and "translate" it .json .yaml with the selection menu.
Sir can you please provide some discount on the course offered in udemy? I really liked your video which gave me confidence to explore DevOps using CloudFormation
Here you go: coupon for EKS: www.udemy.com/course/rocking-kubernetes-with-amazon-eks-fargate-and-devops/?couponCode=APR21BP . CloudFormation Course: www.udemy.com/course/rocking-aws-cloudformation-cdk-with-devops-interview-guide/?couponCode=APR21BP, Serverless: www.udemy.com/course/aws-serverless-a-complete-guide/?couponCode=APR21BP
Sir, I have been following your videos to learn the concepts and they are very helpful.But when i a trying to access your udemy course "rocking-aws-cloudformation-cdk-with-devops-interview-guide" Iit says its unavailable, Could you please let me know when this course would be available
Agent of Change it was promoted today in a popular news company as Solutions architect Remotely was #1 in popularity. I was curious to know your opinion. I’m still studying for my exam.
I am humbled and honored Kaustubh by your gesture! I have a CloudFormation and Serverless Course that you can check out. If you are just starting out in AWS, check out aws.amazon.com/training/course-descriptions/cloud-practitioner-essentials/ .Good luck and God Speed!
Thanks for sharing your process. Refreshing change to see a tutorial with someone sharing their process and how you figure things out, referring to Google and Documentation online and coding with audience.
This video is so underrated. He should get million views.
Thank you so much Amreen for the kind words. I am so glad you found this video useful.
Best video in TH-cam for Aws Cft
Very good instructional video on using Cloud Formation. Thank you!
Hello Raj
Thanks and God bless you richly for this video. It took me several hours and days studying CloudFormation from youtube by different people but didn't understand the concept and how to code it. Most ones you see is upload the code from Git or already prepared and its always difficult to understand. But in you own case, you explained the concept, how to code it from beginning, how to search and write the json files. I wouldn't have understood writing CloudFormation template without this you.
I really appreciate you and would recommend people struggling to subscribe to your channel.
Ty for the kind words Tolulope
Really very helful brother .... this is called amazing content :)
really useful in real time.. you guided in right way to search things from AWS documentation page .. which is really cool way for self learning ...!! Thanks Raj ...!!
Glad it was helpful Shyam :)
I am starter to AWS .. this guy is really superb... pure coder and really good explaining way
He deserved to be more likes👍👍👍
Thank you so much Rakesh 😀
@@cloudwithraj Hello sir I want to learn practical AWS any links material etx
i've watched your EKS cluster video on udemy and believe me its really good ! sometimes people fail to explain common stuff which you very well covered in your videos !!
Thanks brother for the kind words!
Thanks for this vedio.. Being a aws develop er I rate this best vedio
Thanks Niks for the kind word 🙏
Excellent! Good to see how you google these topics.
Thanks Glenn!
I love your content, my friend! You are so handy! Keep it up!
Thanks a lot!
Thank you! Advanced tutorials really making a difference
Khub bhalo presentation Dada..!
Are namaskar Sreejith. Khub anondo hochhe je arekjon banagali amar video dekheche o bhalo legeche :).
Agent of Change : Ami Bangali noi dada, kintu Bangla jaani. 🙂. I am from South. www.linkedin.com/in/sreejithgireesan
@@sreejithgireesan4825 Are Bangla jano manei Bengali communityte included :).
Agent of Change : What I like the most in your presentation is the effortless, confident delivery. Keep flying high!
Great video! Off topic: In my part of India, we call the bracket as curly {}, square [], round/parentheses (), and angled . 🤠
haha thanks Mithun for sharing.
Thank you so much, this video has helped me a lot
You're very welcome!
This video is incredible. Great step by step explanation and very easy to understand. I want to kill the like button. Please keep up your good work.
Thanks Badiuddin for your kind words! Comments like this motivates me to make more videos! Happy New year and thanks again!
Hi Raj!! Is there a way to test validate CF stack without actually launching it??
You can run Linter to check certain stuff. If you are using custom resources, you can run those separately to test. CloudFormation runs some validation before the stack is run. But there is no single button to run the cloudformation in test mode unfortunately.
@@cloudwithraj thank you
Nice one..Thank you!! I think it's work subscribing to this channel..subscribed!!
Thanks for the sub!
Is it possible to manually (in the console) create an infrastructure and then export it to cloudformation in aws?
yeah it is possible, but it wouldn't be that much useful, component aren't that much connected between them, you can use that just to get the main component and than connect them with each other using code
Yeah, using Cloudformer, but its not perfect. Check out the Cloudformer lecture in the course Denys, let me know of any questions.
Very interesting details... it helps alot!
Glad it was helpful!
Informative Content.. Thanks !! I got a situation. Can we detect drift in all existing stack aws cfn at once ?
You have to use list cloudformation stack API to list all the stacks, then loop through each stack to detect drift. There is no single button to do that.
Can you make more video about cloud formation.
Like cloud formation series
Thanks for this informative video.👍🏻
This was really useful. Thank you so much
Thanks for this video. I have seen other videos however they focus on theory and that might be helpful in the interview (!may be). You helped by telling me how to make a script(JSON,YAML) in CF and modify it according to our environmental needs. Thanks, again
Thanks Gobind for the kind words, I am glad you found this video useful.
Thank you, small quick and useful in my case
nice. very easy to follow
Glad it was helpful Suhas!
Dada AWS certifications er opor video banao. Seriously bolchi tomar video tutorial best. (Jani tumi bangali 😃 )
Achha achha banabo nischoi :)
Can you please explain rules topic in CFN . its bit difficult to understand
Did you try to use CDK instead CF?
Yeah Kotov, I have used both CDK and CloudFormation. Check out CDK videos like this th-cam.com/video/pUAgg0TzSHw/w-d-xo.html in my channel when you get a chance.
@@cloudwithraj ty, I wiil.
Thank you , I got very good understanding
Glad it helped!
Hey Raj, thank you very much, for creating such an amazing Informative video. Liked that comment of what are the bracket names we call it in India 😋
Your Udemy all courses are really Rocking and awesomely informative in really simplistic language which anyone can be able to understand and as they are named. Always great to have teachers like you. Thanks once again 🎉
Ty for the kind words and the support 🙏
Thanks so much for your help. You are a good man
Glad to help
i see you
A good explanation .. 👍
awesome
Thanks for the reply. Can you please make one more video in CF , in a scenario where I need to install a package i.e MySQL or httpd or ngnix. As I was trying to do so, now if I am in a region(ap-south-1) then in the default template there are 2 ami mentioned (
HVM64: ami-03cfb5e1fb4fac428
HVMG2: ami-0244c1d42815af84a)
Now how would i come to know where these ami is either Centos or Ubuntu or RHEL or SuSE etc. coz to install a package i need to use either yum or apt-get accordingly.
Nice video, when I copy paste MySNSTopic portion, it lose its indentation, but when you paste same it keep well indented. Any suggestion on this? i am using visual code on mac.
Hi Raj please provide cloud formation template for creating automated backups using tag
I really like the way you explained it. I have a small doubt in below snippet, why are we repeating "Arch" in below snippet. I think its done to facilitate Fn::FindInMap. But again what happen if we have more than 2 level of mapping?
"Mappings" : {
"AWSInstanceType2Arch" : {
"t1.micro" : { "Arch" : "HVM64" },
"t2.nano" : { "Arch" : "HVM64" },
"t2.micro" : { "Arch" : "HVM64" },
Courses not available in udemy, accessing from india. Any reason
Try now Bharath, link updated with correct discount code. Thanks for watching!
Good and keep going
Thanks Naveen!
how to backup cloud transformation ?
Hey wisnu. Do you mean how to backup data in cloud?
Can you please let's us know the flow to write CFT 1. Parameter, 2.resources etc...short video on approach to write CFT
Could you make one using VPC as well? I've looked all over youtube and almost all are in Yaml.
th-cam.com/video/WlPokWf4VoM/w-d-xo.html=3m19s
Hy dude, you can take any template, upload it to cloudformation and "translate" it .json .yaml with the selection menu.
Sir can you please provide some discount on the course offered in udemy? I really liked your video which gave me confidence to explore DevOps using CloudFormation
Here you go: coupon for EKS: www.udemy.com/course/rocking-kubernetes-with-amazon-eks-fargate-and-devops/?couponCode=APR21BP . CloudFormation Course: www.udemy.com/course/rocking-aws-cloudformation-cdk-with-devops-interview-guide/?couponCode=APR21BP, Serverless: www.udemy.com/course/aws-serverless-a-complete-guide/?couponCode=APR21BP
@@cloudwithraj Sir coupon code has expired :(
@@saintbridges bit.ly/3Eku9RH
Sir, I have been following your videos to learn the concepts and they are very helpful.But when i a trying to access your udemy course "rocking-aws-cloudformation-cdk-with-devops-interview-guide" Iit says its unavailable, Could you please let me know when this course would be available
Try now boss, updated with proper discounted link. Thanks for watching.
Talk about your experience as a Solution Architect Remotely.
It is definitely harder. Lot of calls with screen sharing. But whiteboarding and running workshops are harder remotely.
Agent of Change it was promoted today in a popular news company as Solutions architect Remotely was #1 in popularity. I was curious to know your opinion. I’m still studying for my exam.
May I suggest a SAM tutorial also ?
Check out th-cam.com/video/PyhP48KKLYM/w-d-xo.html and th-cam.com/video/nTq9wekkTKk/w-d-xo.html !
thanks, it was good
Thanks Gerardo, I am glad you found it useful.
Hi, The videos were pretty good. It would be great gesture if you could help me out in learning more about aws . I am ready to learn it from you.🙂
I am humbled and honored Kaustubh by your gesture! I have a CloudFormation and Serverless Course that you can check out. If you are just starting out in AWS, check out aws.amazon.com/training/course-descriptions/cloud-practitioner-essentials/ .Good luck and God Speed!
BAH BAH KITNA ACHA HAI
Shukriya Shamsul
Nice! But who uses json anymore? LOL.
got more lipstick on that his gf lol
Syntax Error! it's Guys and Gals or Boys and Girls !
I thought this was about clouds. Like in the sky. ☁ 🤦🏽
haha my wife thinks the same thing about AWS
Bro , sms issue saying bigboss@bestcompany.com and developer@best company.com block of the template