From the course: AWS Certified Advanced Networking – Specialty (ANS-C01) Cert Prep: 2 Network Implementation
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Infrastructure as code demo - Amazon Web Services (AWS) Tutorial
From the course: AWS Certified Advanced Networking – Specialty (ANS-C01) Cert Prep: 2 Network Implementation
Infrastructure as code demo
Another important component of a project is the ability to implement infrastructure as code on the AWS platform. Amazon CDK is one of the ways that you can do this. Why would you want to use CDK? Well, one of the things to talk about is that you can build with high level constructs, like, the ability to provide sensible, secure defaults for your resources. The second is you can use programming idioms like maybe a parameter or a condition or a loop and build through those solutions. And then finally, you can connect your AWS resources all together so that they have the permissions and are built in an API friendly way. So if you go through the CDK system, you'll come up with maybe a stack like this. And if you look at it, you can see that this stack will have these constructs, which could include things like Amazon SQS or Lambda, and also the ability to talk to core services like Amazon S3 or DynamoDB. If we go through and look at a demo here, this is a great place for us to dive in to…
Contents
-
-
Overview29s
-
(Locked)
Infrastructure as code demo3m 30s
-
Hybrid environment1m 23s
-
Evaluate authorization5m 44s
-
(Locked)
Monitoring and logging1m 47s
-
(Locked)
Route 532m 11s
-
(Locked)
AWS Boto3 Cloud9 Code Whisper demo5m 3s
-
(Locked)
Command line interface demo3m 28s
-
(Locked)
What is continuous delivery?2m 50s
-
(Locked)
Python CDK6m 57s
-