From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Understanding AWS CloudFormation - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
Understanding AWS CloudFormation
- [Narrator] One of the most exciting aspects of AWS is the many ways in which it allows you to build and manage your data center via code. Let's take a look at AWS cloud formation, which does just that. Imagine all the decisions you make when you create resources through the AWS console. Whether you're creating a VPC and subnets, EC2 instances, S3 buckets, or load balancers, you're taking steps to define the configuration setup of each in great detail. The next time you need to create similar resources, you'll be back to clicking through screens, making those same decisions again. It would be great if we could just keep a record and replay those actions. That's where AWS cloud formation comes in because it lets you capture all those decisions and encode them as a JSON or YAML template. Every AWS resource that you can create through the web console has a corresponding YAML format documented by AWS. For instance, if you want to create a VPC structure, a load balancer, and three hosts…
Contents
-
-
-
-
(Locked)
Create an AWS EC2 instance9m 43s
-
(Locked)
Connect to an EC2 instance with AWS Systems Manager5m 32s
-
(Locked)
Understanding AWS CloudFormation4m 29s
-
(Locked)
Writing an AWS CloudFormation template14m 31s
-
(Locked)
Running an AWS CloudFormation template5m 34s
-
(Locked)
Concepts for updating an AWS CloudFormation stack1m 9s
-
(Locked)
Practice updating AWS CloudFormation stacks via change sets10m 20s
-
(Locked)
Challenge: Use CloudFormation to build an instance with SSM1m 7s
-
(Locked)
Solution: Use CloudFormation to build an instance with SSM7m 9s
-
(Locked)
Understanding AWS CloudFormation custom resources1m 44s
-
(Locked)
Create an AWS CloudFormation custom resource, part 116m 16s
-
(Locked)
Create an AWS CloudFormation custom resource, part 25m 17s
-
(Locked)
CloudFormation teardown54s
-
(Locked)
-
-
-
-
-
-