AWS Cloudformation Step by Step Tutorial - Create a DynamoDB Table!

preview_player
Показать описание
Learn how to get started with CloudFormation in this step by step tutorial video. In this video, we define a template file that will create a DynamoDB Table, and deploy it to AWS using Cloudformation.

📚 MY RECOMMENDED READING LIST FOR SOFTWARE DEVELOPERS📚

🎙 MY RECORDING EQUIPMENT 🎙

💻 MY DESKTOP EQUIPMENT 💻

🌎 Find me here:

#AWS
#CloudFormation
#SAM
#InfrastructureAsCode
Рекомендации по теме
Комментарии
Автор

You are one of a few people that I can lesson to on 2x speed. Great work thanks

moeal
Автор

Thanks for this explanatory video. I just started working on aws and cloud formation yesterday and today I'm capable of building the template using your helpful videos.
Thanks a ton man. 🎉🎉🙏🏻🙏🏻

freakersmind
Автор

Great guide. I was a complete neophyte and followed along with no issue.

Shardalon
Автор

Fantastic video, as always. Thanks for making this, and thanks especially for taking the time to explain each and every element and what it does.

alpha_ray_burst
Автор

mind blowing video, the way you explained by showing live example its really appreciated, please keep on making this kind of videos..All the best👍

vishwanathnijampurkar
Автор

Thanks for the easy and clear explanation

Sonamkhare-on
Автор

Wonderful. Everything worked as you demonstrated. Many thanks.

victorodili
Автор

There are a lot of wired behaviors with CFN. If you use CFN for your CICD, be careful about lock steps, especially if your CFN also defines VPC related resources. CFN is not that smart, and shouldn't try to be smart to change those kinds of resources.
SAM is old tech and is hard to use(but if your CFN is simple and only needs it in a single region, then SAM is still a good choice). CDK is a better option, more flexible and convenient solution for Infrustruec as Code.

BTW, very good video! Thumb up from an AWS SDE.

AlvinC-szli
Автор

Makes sense. Wondering why someone would use this instead of terraform ?

networkfreddy
Автор

Could you please confirm that the only way to automate all the customizations you did in the UI is to do them through the SDK?

Roman-fowv
Автор

Thanks for the tutorial! Also, what are you using to draw on the screen so smoothly?

kylemit
Автор

Great man.!
Do you have Any video on your channel or any reference video that explains the Api gateway deployment by cloud formation template?

parthdeveloper
Автор

Very nice video, can you help me on Websocket API's cloudformation yml script. (for lambda and API) Thanks!!!

vaibhavgandhi
Автор

If I wanted to take security groups in an AWS account and move them (copy) to another AWS account. Do I just need to copy the original .JSON template.

healthymealthy
Автор

do you ave any examples showing your code using the YAML file instead of the AWS console

clementjuste
Автор

Hi Can you create a video, how to replicate dynamodb tables in other regions using cloudfromation.

uditsharma
Автор

Where can I find all the properties name belongs to the "Resources" field? Any good VS code plugin suggestions?

oneworldofstem
Автор

Will this work with spreadsheets, like from an online form, a person fills out form, that data needs to go somewhere, we can cognito forms, but have & already paid for AWS account. So we need a place where that data is collected & put in to a spreadsheet, & can be accessed from a browser or something.

stevenroberts
Автор

Do you have a patreon or some other platform to support the channel?? I’d love to support the channel

liamlindy
Автор

tutorial is awesome but i have one question how can upload this stack via python code.

kakaji_cloud