Overview:
Create an S3 Bucket to store CloudFormation template
Create Root Stack CloudFormation stack
Create multi childstacks in rootestack
Create an S3 Bucket to store CloudFormation template
U...
What is CloudFormation
Create: Create aws infrastructure based on a template/blueprint
Update: update the aws infrastructure
Delete: can any aws infrastructure you've created
Terminology
Change...
Task Breakdown
Install the AWS SAM CLI on your local machine
Create an S3 bucket
Use `sam package` to package our code and save it in S3
Use `sam deploy` to deploy a Lambda function using CloudFormat...
CloudFormation
In this hands-on exercise, you will create an S3 bucket with AWSCloudFormation.
Prerequisites: AWS account
By the end of this lab, you will be able to:
Create a CloudFormation...