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.
@RakeshBitling3 жыл бұрын
I am starter to AWS .. this guy is really superb... pure coder and really good explaining way He deserved to be more likes👍👍👍
@cloudwithraj3 жыл бұрын
Thank you so much Rakesh 😀
@RakeshBitling3 жыл бұрын
@@cloudwithraj Hello sir I want to learn practical AWS any links material etx
@amreenfatima91014 жыл бұрын
This video is so underrated. He should get million views.
@cloudwithraj4 жыл бұрын
Thank you so much Amreen for the kind words. I am so glad you found this video useful.
@pravinbhande8453 жыл бұрын
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 !!
@cloudwithraj3 жыл бұрын
Thanks brother for the kind words!
@saltdomeguy2 жыл бұрын
Very good instructional video on using Cloud Formation. Thank you!
@tolulopeolorunfemi22302 жыл бұрын
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.
@cloudwithraj2 жыл бұрын
Ty for the kind words Tolulope
@piyushdarji79262 жыл бұрын
Really very helful brother .... this is called amazing content :)
@niks74543 жыл бұрын
Thanks for this vedio.. Being a aws develop er I rate this best vedio
@cloudwithraj3 жыл бұрын
Thanks Niks for the kind word 🙏
@machireddyshyamsunder9874 жыл бұрын
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 ...!!
@cloudwithraj4 жыл бұрын
Glad it was helpful Shyam :)
@தமிழோன்4 жыл бұрын
Great video! Off topic: In my part of India, we call the bracket as curly {}, square [], round/parentheses (), and angled . 🤠
@cloudwithraj4 жыл бұрын
haha thanks Mithun for sharing.
@davidquenum70192 жыл бұрын
Thank you so much, this video has helped me a lot
@cloudwithraj2 жыл бұрын
You're very welcome!
@glennadams70474 жыл бұрын
Excellent! Good to see how you google these topics.
@cloudwithraj4 жыл бұрын
Thanks Glenn!
@shivprasad9203 жыл бұрын
Hi Raj!! Is there a way to test validate CF stack without actually launching it??
@cloudwithraj3 жыл бұрын
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.
@shivprasad9203 жыл бұрын
@@cloudwithraj thank you
@giancarlopoemape50412 жыл бұрын
I love your content, my friend! You are so handy! Keep it up!
@cloudwithraj2 жыл бұрын
Thanks a lot!
@alanburk57163 жыл бұрын
Thank you! Advanced tutorials really making a difference
@BabarKhan-ev8gf3 жыл бұрын
Very interesting details... it helps alot!
@cloudwithraj3 жыл бұрын
Glad it was helpful!
@RavindraKumar-to4zl3 жыл бұрын
Informative Content.. Thanks !! I got a situation. Can we detect drift in all existing stack aws cfn at once ?
@cloudwithraj3 жыл бұрын
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.
@everythingisprobability28513 жыл бұрын
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" },
@harddikpatel3 жыл бұрын
Can you make more video about cloud formation. Like cloud formation series Thanks for this informative video.👍🏻
@sreejithgireesan48254 жыл бұрын
Khub bhalo presentation Dada..!
@cloudwithraj4 жыл бұрын
Are namaskar Sreejith. Khub anondo hochhe je arekjon banagali amar video dekheche o bhalo legeche :).
@sreejithgireesan48254 жыл бұрын
Agent of Change : Ami Bangali noi dada, kintu Bangla jaani. 🙂. I am from South. www.linkedin.com/in/sreejithgireesan
@cloudwithraj4 жыл бұрын
@@sreejithgireesan4825 Are Bangla jano manei Bengali communityte included :).
@sreejithgireesan48254 жыл бұрын
Agent of Change : What I like the most in your presentation is the effortless, confident delivery. Keep flying high!
@AishaOmarTV3 жыл бұрын
Thank you , I got very good understanding
@cloudwithraj3 жыл бұрын
Glad it helped!
@arghyadas18093 жыл бұрын
Dada AWS certifications er opor video banao. Seriously bolchi tomar video tutorial best. (Jani tumi bangali 😃 )
@cloudwithraj3 жыл бұрын
Achha achha banabo nischoi :)
@namitasatpathy3 жыл бұрын
This was really useful. Thank you so much
@mounikagajula11853 жыл бұрын
Can you please explain rules topic in CFN . its bit difficult to understand
@sahandjavid87553 жыл бұрын
Thank you, small quick and useful in my case
@tompandasim2 жыл бұрын
Hi Raj please provide cloud formation template for creating automated backups using tag
@bhupathivarma91703 жыл бұрын
Can you please let's us know the flow to write CFT 1. Parameter, 2.resources etc...short video on approach to write CFT
@cloud_architector4 жыл бұрын
Is it possible to manually (in the console) create an infrastructure and then export it to cloudformation in aws?
@ahmedaminesehnani40134 жыл бұрын
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
@cloudwithraj4 жыл бұрын
Yeah, using Cloudformer, but its not perfect. Check out the Cloudformer lecture in the course Denys, let me know of any questions.
@JBS4393 жыл бұрын
Thanks so much for your help. You are a good man
@cloudwithraj3 жыл бұрын
Glad to help
@ebanghabraidsebane25013 жыл бұрын
i see you
@gobindsingh68823 жыл бұрын
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
@cloudwithraj3 жыл бұрын
Thanks Gobind for the kind words, I am glad you found this video useful.
@VishalSharma-rn7mt3 жыл бұрын
awesome
@udmycs35963 жыл бұрын
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 🎉
@cloudwithraj3 жыл бұрын
Ty for the kind words and the support 🙏
@arunmohantp114 жыл бұрын
Nice one..Thank you!! I think it's work subscribing to this channel..subscribed!!
@cloudwithraj4 жыл бұрын
Thanks for the sub!
@suhas.deshpande4 жыл бұрын
nice. very easy to follow
@cloudwithraj4 жыл бұрын
Glad it was helpful Suhas!
@pakpowerboy13794 жыл бұрын
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.
@badiuddinmohammed93773 жыл бұрын
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.
@cloudwithraj3 жыл бұрын
Thanks Badiuddin for your kind words! Comments like this motivates me to make more videos! Happy New year and thanks again!
@TheAnandnenwani4 жыл бұрын
A good explanation .. 👍
@anubhavbiswas41423 жыл бұрын
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
@cloudwithraj3 жыл бұрын
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
@saintbridges2 жыл бұрын
@@cloudwithraj Sir coupon code has expired :(
@cloudwithraj2 жыл бұрын
@@saintbridges bit.ly/3Eku9RH
@gobindsingh68823 жыл бұрын
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.
@tutunak4 жыл бұрын
Did you try to use CDK instead CF?
@cloudwithraj4 жыл бұрын
Yeah Kotov, I have used both CDK and CloudFormation. Check out CDK videos like this kzbin.info/www/bejne/poakmJpmid-Gftk in my channel when you get a chance.
@tutunak4 жыл бұрын
@@cloudwithraj ty, I wiil.
@lavanyaramchandra75014 жыл бұрын
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
@cloudwithraj4 жыл бұрын
Try now boss, updated with proper discounted link. Thanks for watching.
@jaysea80able4 жыл бұрын
Talk about your experience as a Solution Architect Remotely.
@cloudwithraj4 жыл бұрын
It is definitely harder. Lot of calls with screen sharing. But whiteboarding and running workshops are harder remotely.
@jaysea80able4 жыл бұрын
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.
@onetrickkayn14563 жыл бұрын
Could you make one using VPC as well? I've looked all over youtube and almost all are in Yaml.
@xavierptha38913 жыл бұрын
kzbin.info/www/bejne/jZ2zoJ6Nm5mJpa8=3m19s Hy dude, you can take any template, upload it to cloudformation and "translate" it .json .yaml with the selection menu.
@naveenkumar-ns9sg4 жыл бұрын
Good and keep going
@cloudwithraj4 жыл бұрын
Thanks Naveen!
@wisnusetiawan48303 жыл бұрын
how to backup cloud transformation ?
@cloudwithraj3 жыл бұрын
Hey wisnu. Do you mean how to backup data in cloud?
@bharathpr4 жыл бұрын
Courses not available in udemy, accessing from india. Any reason
@cloudwithraj4 жыл бұрын
Try now Bharath, link updated with correct discount code. Thanks for watching!
@glennadams70474 жыл бұрын
May I suggest a SAM tutorial also ?
@cloudwithraj4 жыл бұрын
Check out kzbin.info/www/bejne/hqrLgWdugLB_j68 and kzbin.info/www/bejne/pIXUaqqboNCHgc0 !
@sarefeen Жыл бұрын
BAH BAH KITNA ACHA HAI
@cloudwithraj Жыл бұрын
Shukriya Shamsul
@kaustubhmishra39734 жыл бұрын
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.🙂
@cloudwithraj4 жыл бұрын
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!
@tatemo_labs4 жыл бұрын
thanks, it was good
@cloudwithraj4 жыл бұрын
Thanks Gerardo, I am glad you found it useful.
@ZillaYT3 жыл бұрын
Nice! But who uses json anymore? LOL.
@notsecure3 жыл бұрын
Syntax Error! it's Guys and Gals or Boys and Girls !
@StreetSmartification3 жыл бұрын
got more lipstick on that his gf lol
@heavendiaz77403 жыл бұрын
I thought this was about clouds. Like in the sky. ☁ 🤦🏽
@cloudwithraj3 жыл бұрын
haha my wife thinks the same thing about AWS
@akshay-on95813 жыл бұрын
Bro , sms issue saying bigboss@bestcompany.com and developer@best company.com block of the template