Kudos bro, very clear explanaiton. I am in half way through the video, you made complex things very simple to understand. Thank you so much. Keep it Up !!
Thanks Ravi. I hope you like other videos as well. Please Subscribe to our blog for exercises --- aws-tutorials.blogspot.in/p/page1.html (LIVE Session details are updated here) Like our FB page to know the announcements --- fb.me/AWStutorials - please write about us and tag our page on FB/LinkedIn. LinkedIn - in.linkedin.com/in/knowledgeindia Subscribe to our TH-cam channel to get alerted about new videos --- th-cam.com/users/knowledgeindia Our Twitter handle is twitter.com/knowledge_india
Very well explained. I watched half a dozen videos about cloudformation before this and I still wasnt clear about the difference between Parameters and Mappings. This video clarified it very well. Thank you @Knowledgeindia
Hi. I have gone through almost all the videos from knowledge India and they are really helpful learning AWS. Thanks a lot. I have also recommended my colleagues to watch the videos.
Thanks Selvam. Please Subscribe to our blog for exercises --- aws-tutorials.blogspot.in/ Like our FB page to know the announcements --- fb.me/AWStutorials - please write about us and tag our page on FB/LinkedIn. LinkedIn - in.linkedin.com/in/knowledgeindia Subscribe to our TH-cam channel to get alerted about new videos --- th-cam.com/users/knowledgeindia Our Twitter handle is twitter.com/knowledge_india
Very nicely covered things from the certification point of view in a short time. Many thanks. Looking forward to tutorials related to ECS, Beanstalk, Cognito as these are now asked in new Sysops exam.
I have a doubt the ami id will keeps on changing right??? For that what's the solution??? In case if i have my own ami created then it is not a problem. But i don't know how the resolve the above issue
Thanks a lot Tarik. We have many more videos on AWS topics, these are organized in playlists here -- th-cam.com/users/knowledgeindiaplaylists Please help us to spread the knowledge to others as well; please SUBSCRIBE to our TH-cam Channel & LIKE and SHARE the videos if they helped you to learn. You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
Great video. I tried CloudFormer. CloudFormer is not able to find out my lambda function. In the compute section, there is no mention of lambda. Does CloudFormer does n't support lambda ?
That's right. Somehow, I have not seen CloudFormer evolving much in the past some time. Please SHARE the videos if you like and don't forget to check out other videos on our TH-cam Channel, you will like those. Please spread the word. Thanks a lot. in.linkedin.com/in/knowledgeindia & fb.me/AWStutorials
Thanks .. If you have got benefited from this channel, please write about it at -- aws-tutorials.blogspot.in/p/do-you-like-it.html You can also look at Live session details on the same page. SUBSCRIBE & SHARE with your friends please. Follow our FB page -- fb.me/AWStutorials
Volume size is not specified in the template. While you create the resources using the template explained here, what was the disk volume size it created for the instance?
In such a case the Volume size would depend on AMI chosen. Based on AMI, there would be a snapshot and it would have a volume size property. That property would be used. The same property is used and you see the initial value in step 4 while launching from UI. If your question is answered and you like the video, please SHARE it on different platforms. You can write appreciation on LinkedIn as well. We have many more videos on AWS topics, these are organized in playlists here -- th-cam.com/users/knowledgeindiaplaylistsAlso, you might want to subscribe to our blog to receive AWS related content -- aws-tutorials.blogspot.com
CloudFormation enforces certain tags by itelsf. In addition to that when you execute the template whatever you provide manually would also get applied. Try a simple template and check. I would request you to SUBSCRIBE our CHANNEL and look at our playlists for SA & SysOps here -- th-cam.com/video/ywHFXfuJoSU/w-d-xo.html &&& th-cam.com/video/UFSH-KuDGj8/w-d-xo.html Connect with me on LinkedIn to read interesting important AWS updates --- www.linkedin.com/in/knowledgeindia Please follow my FB page fb.me/AWStutorials & Twitter - twitter.com/#!/knowledge_india And for AWS exercises, you can refer our blog -- aws-tutorials.blogspot.com/
CloudFormation works with AWS only, but Terraform would work with many Clouds. CF is free, TF would cost (if used PRO version). CF would have support for new AWS attributes lot sooner than TF. To Summarize, if you have requirements across many clouds use TF. If your org focuses mainly on AWS, use CF. Please do share the video on Social platforms. thanks
dear sir, hi! your tutorials are very helpful and i am learning this course.. the only problem i'm having is that most of the videos are being shown blurred; which creates difficulty in understanding.. like this above video; it is quite blurred.. can i have some other place of yours or a blog from where i can learn it?
Please click on Settings icon and choose 720p, then it would come clear. most of the videos are uploaded at 720p quality. Check bandwidth as well please. Looking for your support always, please let your friends know by SHARING this.
Sir ji !! Back again !! Questions on Cloud formation Tags and Logical ID's ? What am I trying to achieve : Trying to create a VPC using cloud formation template. What did I observe: 1.When I create a VPC using Cloud-formation template, under the TAGS for every service created[Like subnet, NAT, Internet gateway ] I see aws:cloudformation:logical-id aws:cloudformation:stack-id aws:cloud formation:stack-name I see the above mentioned under KEY/VALUE,even though my JSON template doesn't include the above lines.They get created automatically. At the same time, when I create a VPC without cloud formation[Using the dashboard], I don't see any of the above mentioned under TAGS.Can you help me understand why the above TAGS gets created only with Cloudformation template? 2. Whenever services like AWS::EC2::VPCGatewayAttachment and AWS::EC2::Route are used, which is predominantly used to attach the already created NAT and Internet gateways either to the subnet or VPC, I see a logical ID getting created with it. I see them under "Preview your changes"] before the update happens and under resources after the update happens ? Questions 1. Without using Cloudformation, Just by using the dashboard to create a VPC, I don't see the logical ID for VPCGatewayAttachment I do see the logical ID for the Internetgateway but not for attaching it ? Am i missing out on something? pls advice 2. Do logical ID's get created even for services AWS::EC2::VPCGatewayAttachment and AWS::EC2::Route which just acts as an enabler for the hardware [virtualised hardware]?
Hi, I liked the video. Where can we find what are the attributes which we can use for Mappings? You used AWSInstanceType2Arch right so mapping will take any attribute or we need to use only the default one's
Mapping is a concept. You can name it whatever you want. Also, you can use it for any attribute you want. E.g. you can have a mapping , which gives a Windows 2012 image based on region chosen.
I am getting error as Unable to get mapping for RegionMap::us-east-1::Staging What should I do to resolve this It would be a great help if u could resolve this
@@knowledgeindia. Thanks for getting back to me. I'm following you on linkedIn now but it looks like KI needs to accept me as well. I also went on your channel and its its one of the best information I ever found.
I think it lost it. But, it was taken and modified from the "Single Wordpress Installation" template which AWS gives. Please SHARE the videos if you like and don't forget to check out other videos on our TH-cam Channel, you will like those. Please spread the word. Thanks a lot. in.linkedin.com/in/knowledgeindia & fb.me/AWStutorials
How can I learn cloudformation from the scratch? What are the prerequisites to learn it. Do we need to know the config management or any programming/scripting language before learning cloudformation. or Can we learn directly without any prerequisites apart from AWS knowledge. I know just bash scripting and python a little bit, no knowledge on any Config Management tools like ansible chef.. Can you please do a video on opswork vs cloudformation?
You don't need any other prog language to learn CloudFormation. there is a video where i have compared CF with few other options. Do check out other videos on our channel please.
Thanks Harish. We have many more videos on AWS topics, these are organized in playlists here -- th-cam.com/users/knowledgeindiaplaylists You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com Please SUBSCRIBE to our TH-cam Channel & LIKE and SHARE the videos if they helped you to learn.
Kudos bro, very clear explanaiton. I am in half way through the video, you made complex things very simple to understand. Thank you so much. Keep it Up !!
Thanks Ravi. I hope you like other videos as well.
Please Subscribe to our blog for exercises --- aws-tutorials.blogspot.in/p/page1.html (LIVE Session details are updated here)
Like our FB page to know the announcements --- fb.me/AWStutorials - please write about us and tag our page on FB/LinkedIn. LinkedIn - in.linkedin.com/in/knowledgeindia
Subscribe to our TH-cam channel to get alerted about new videos --- th-cam.com/users/knowledgeindia
Our Twitter handle is twitter.com/knowledge_india
Thank you very much, even at 6 years old, this video is still viable today...awesome!
Glad it helped! I am sure you will like our recently released KMS MasterClass video as well, check it here - th-cam.com/video/8ailVnVPigk/w-d-xo.html
Thanks!
Very well explained. I watched half a dozen videos about cloudformation before this and I still wasnt clear about the difference between Parameters and Mappings. This video clarified it very well. Thank you @Knowledgeindia
Great to hear! Would you mind sharing the same comments on LinkedIn, so that others could learn from this video?
very nice explanation, seriously i browsed many video's before reaching to you, subscribed Thank you so much for sharing this
Thanks and welcome. Don't stop here, share it in your circle and help others.
Hi. I have gone through almost all the videos from knowledge India and they are really helpful learning AWS. Thanks a lot. I have also recommended my colleagues to watch the videos.
Thanks Mr. Singh. Looking for continuing relationship ..
Please SUBSCRIBE to channel and SHARE the videos you like.
Nice tutorial, keep the good work going.
Very Nice video, Good to understand Cloud Formation templates, thanks.
Thanks Selvam.
Please Subscribe to our blog for exercises --- aws-tutorials.blogspot.in/
Like our FB page to know the announcements --- fb.me/AWStutorials - please write about us and tag our page on FB/LinkedIn. LinkedIn - in.linkedin.com/in/knowledgeindia
Subscribe to our TH-cam channel to get alerted about new videos --- th-cam.com/users/knowledgeindia
Our Twitter handle is twitter.com/knowledge_india
Nice Practical Session
Nice explanation. To the point and very clear. All your videos are very helpful. Thank you for making great content.
Thanks Shuchita. Please do check out other videos on our channel as well related to AWS.
very good explination
Thanks for explaining , very nicely explain each steps .
Thanks. Please support us by sharing our videos with your friends and colleagues
Nice Video,very much helpful to get a good understanding of cloud formation, please upload more such videos,Thanks
Sure Amit. Please write about KnowledgeIndia on LinkedIn/Facebook.
very well explained
Glad it helped! I am sure you will like our recently released KMS MasterClass video as well, check it here - th-cam.com/video/8ailVnVPigk/w-d-xo.html
simple, easy to learn thanks for the video sirr.
Thanks Rahul.
You might want to join our upcoming AWS training -- aws-tutorials.blogspot.in/2017/07/aws-solutions-architect-associate.html
Very nicely covered things from the certification point of view in a short time. Many thanks. Looking forward to tutorials related to ECS, Beanstalk, Cognito as these are now asked in new Sysops exam.
Excellent explanation...
Thanks a lot, please do share with your friends..
Thanks for your efforts
can we use hardcoded vpcid in that templet so that instance is created in same vpc
Thank you, very useful.
Glad it was helpful!
Good video sir..
Please share more videos on other AWS services...
Sure Pradeep. Many more videos coming in next 2 weeks.
Ensure to SUBSCRIBE and SHARE if you like a video. Thanks.
Nice sir,super video
Do check out more such videos on our channel
Great video. You covered many of the features like "allowed values"' for the parameters which is just like a ice on the cake!
I have a doubt the ami id will keeps on changing right??? For that what's the solution???
In case if i have my own ami created then it is not a problem. But i don't know how the resolve the above issue
Very good video, well explained.
Would you mind please sharing your pre- created templates?
Good tutorial
Nicely explained
Thanks Mahendra. You can support us by sharing our AWS videos with your friends / colleagues.
Really Great presentation. thanks a lot . :)
Thanks a lot Tarik. We have many more videos on AWS topics, these are organized in playlists here -- th-cam.com/users/knowledgeindiaplaylists
Please help us to spread the knowledge to others as well; please SUBSCRIBE to our TH-cam Channel & LIKE and SHARE the videos if they helped you to learn.
You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
Great video.
I tried CloudFormer. CloudFormer is not able to find out my lambda function. In the compute section, there is no mention of lambda. Does CloudFormer does n't support lambda ?
That's right. Somehow, I have not seen CloudFormer evolving much in the past some time.
Please SHARE the videos if you like and don't forget to check out other videos on our TH-cam Channel, you will like those. Please spread the word. Thanks a lot. in.linkedin.com/in/knowledgeindia & fb.me/AWStutorials
CloudFormer still unusable. So strange results, I was impressed :)
yes
cloudonaut.io/serverless-image-resizing-at-any-scale/
Thank you
You can also add dependOn part which is very important i think;
Good video...Thank you!!
Thanks .. If you have got benefited from this channel, please write about it at -- aws-tutorials.blogspot.in/p/do-you-like-it.html You can also look at Live session details on the same page.
SUBSCRIBE & SHARE with your friends please. Follow our FB page -- fb.me/AWStutorials
where we give custom subnets in the template?
Great video. Can you please share the path to the template that you have demo'd . Would like to download and explore
Intellisense isn't working for me. any idea how to fix that? I'm looking up the web too now
Where can i find this template
How can i write my own CF template with Parameters and mapping defined. Do i need to learn JSON first for it ?
If you want to write from scratch, Yes. But, mostly people pick up a template and edit it.
@@knowledgeindia Thanku so much for prompt response
Volume size is not specified in the template. While you create the resources using the template explained here, what was the disk volume size it created for the instance?
In such a case the Volume size would depend on AMI chosen. Based on AMI, there would be a snapshot and it would have a volume size property. That property would be used. The same property is used and you see the initial value in step 4 while launching from UI.
If your question is answered and you like the video, please SHARE it on different platforms. You can write appreciation on LinkedIn as well. We have many more videos on AWS topics, these are organized in playlists here -- th-cam.com/users/knowledgeindiaplaylistsAlso, you might want to subscribe to our blog to receive AWS related content -- aws-tutorials.blogspot.com
Thanks a lot!!!!!
Thank you.. please check out our channel for more such AWS videos..
how did you enforce tagging of resources on your template ? can you reply with a snippet of how you defined the tags in your template ?
CloudFormation enforces certain tags by itelsf. In addition to that when you execute the template whatever you provide manually would also get applied.
Try a simple template and check. I would request you to SUBSCRIBE our CHANNEL and look at our playlists for SA & SysOps here -- th-cam.com/video/ywHFXfuJoSU/w-d-xo.html &&& th-cam.com/video/UFSH-KuDGj8/w-d-xo.html
Connect with me on LinkedIn to read interesting important AWS updates --- www.linkedin.com/in/knowledgeindia
Please follow my FB page fb.me/AWStutorials & Twitter - twitter.com/#!/knowledge_india
And for AWS exercises, you can refer our blog -- aws-tutorials.blogspot.com/
Can you please share the template that is presented in the video. Thanks.
what should we choose : CloudFormation or Terraform?
CloudFormation works with AWS only, but Terraform would work with many Clouds.
CF is free, TF would cost (if used PRO version).
CF would have support for new AWS attributes lot sooner than TF.
To Summarize, if you have requirements across many clouds use TF. If your org focuses mainly on AWS, use CF.
Please do share the video on Social platforms. thanks
Thanks!
Hi, Could you please tell me to by which tool we can migrate my on infrastructure server to aws could?
pls check aws.amazon.com/server-migration-service/
Excellent content. Can you please also share the template
Can i create data pipleine templet using CloudFormer ?
dear sir, hi! your tutorials are very helpful and i am learning this course.. the only problem i'm having is that most of the videos are being shown blurred; which creates difficulty in understanding.. like this above video; it is quite blurred.. can i have some other place of yours or a blog from where i can learn it?
Please click on Settings icon and choose 720p, then it would come clear. most of the videos are uploaded at 720p quality. Check bandwidth as well please. Looking for your support always, please let your friends know by SHARING this.
can you please share the cloudformation template that you are using?
"Value of property value must be of type String"..AWS cloudformation error..pls resolve
is there coaching for aws, let me know please
Thank you.. Please connect on LinkedIn to get all the updates. Do check out our channel for more such EASY AWS videos.
Sir ji !! Back again !!
Questions on Cloud formation Tags and Logical ID's ?
What am I trying to achieve : Trying to create a VPC using cloud formation template.
What did I observe:
1.When I create a VPC using Cloud-formation template, under the TAGS for every service created[Like subnet, NAT, Internet gateway ] I see
aws:cloudformation:logical-id
aws:cloudformation:stack-id
aws:cloud formation:stack-name
I see the above mentioned under KEY/VALUE,even though my JSON template doesn't include the above lines.They get created automatically. At the same time, when I create a VPC without cloud formation[Using the dashboard], I don't see any of the above mentioned under TAGS.Can you help me understand why the above TAGS gets created only with Cloudformation template?
2. Whenever services like AWS::EC2::VPCGatewayAttachment and AWS::EC2::Route are used, which is predominantly used to attach the already created NAT and Internet gateways either to the subnet or VPC, I see a logical ID getting created with it. I see them under "Preview your changes"] before the update happens and under resources after the update happens ?
Questions
1. Without using Cloudformation, Just by using the dashboard to create a VPC, I don't see the logical ID for VPCGatewayAttachment
I do see the logical ID for the Internetgateway but not for attaching it ? Am i missing out on something? pls advice
2. Do logical ID's get created even for services AWS::EC2::VPCGatewayAttachment and AWS::EC2::Route which just acts as an enabler for the hardware [virtualised hardware]?
Hi, I liked the video. Where can we find what are the attributes which we can use for Mappings? You used AWSInstanceType2Arch right so mapping will take any attribute or we need to use only the default one's
Please help me out in this, I may have asked dumb question but please do reply me. Thank you
Mapping is a concept. You can name it whatever you want. Also, you can use it for any attribute you want.
E.g. you can have a mapping , which gives a Windows 2012 image based on region chosen.
Thanks. please see our playlist once. Also, share with your friends if this is helpful..
Thank you so much
I am getting error as Unable to get mapping for RegionMap::us-east-1::Staging
What should I do to resolve this
It would be a great help if u could resolve this
Thanks, Can I use AWS CLI to achieve Cloud-Formation functionality? Is my question valid?
Yes
Sir could you please cover AWS ECS service covering how to deploy docker image and other stuff like how to auto scale using ECS?
Sure Praveen, can you share the videos and our channel on Linkedin/FB? Please tag us..
definitely
Hello Sir, How can I enroll in this course? Is there a class I can join? please let me know
Connect on LinkedIn please to know about future classes
Also look at playlists on our channel
@@knowledgeindia. Thanks for getting back to me. I'm following you on linkedIn now but it looks like KI needs to accept me as well. I also went on your channel and its its one of the best information I ever found.
Hey, can you please share the JSON file that you used in a video.
I think it lost it. But, it was taken and modified from the "Single Wordpress Installation" template which AWS gives.
Please SHARE the videos if you like and don't forget to check out other videos on our TH-cam Channel, you will like those. Please spread the word. Thanks a lot. in.linkedin.com/in/knowledgeindia & fb.me/AWStutorials
How can I learn cloudformation from the scratch? What are the prerequisites to learn it. Do we need to know the config management or any programming/scripting language before learning cloudformation. or Can we learn directly without any prerequisites apart from AWS knowledge. I know just bash scripting and python a little bit, no knowledge on any Config Management tools like ansible chef.. Can you please do a video on opswork vs cloudformation?
You don't need any other prog language to learn CloudFormation. there is a video where i have compared CF with few other options. Do check out other videos on our channel please.
sir can you give us cloud formation interview questions
Honestly advertisement in between the video were really irritating.... Though u helped us a lot...
Thanks Harish. We have many more videos on AWS topics, these are organized in playlists here -- th-cam.com/users/knowledgeindiaplaylists
You can subscribe to our blog to receive useful AWS related content -- aws-tutorials.blogspot.com
Please SUBSCRIBE to our TH-cam Channel & LIKE and SHARE the videos if they helped you to learn.
very gud video, but can u pls share the templates with us ?
the reason why i like your video is you are not choosing simple example .. taken complex template and explain it in neater way ...
could you plz share ec2.json file
Short an Crisp
Thanks Amit. Please look at other AWS tutorials on our channel as well..
Many adds, while watching video.... Also not fully described for basic level
Thanks you!