Unlock the power of AWS CloudFormation to design, deploy, and manage scalable infrastructure efficiently. This master class dives into core concepts, hands-on labs, and advanced techniques, empowering you to automate and optimize your cloud architecture.
Key Features
- Understand CloudFormation concepts
- Learn how to use YAML to write effective CloudFormation templates
- Learn about CloudFormation Init metadata
Book Description
AWS CloudFormation is the best way to write, deploy, and maintain your AWS infrastructure and supports most of the AWS services, and is the safest way to make your AWS infrastructure evolve over time. This course is an excellent course on AWS CloudFormation that covers almost everything.
The course starts with an introduction to AWS CloudFormation, explaining the advantages and high-level concepts of CloudFormation. Next, you will write your first AWS CloudFormation template in YAML to create an AWS S3 bucket. Moving along, you will become familiar with the CloudFormation parameters and resources, and learn how to use mapping to infer pre-defined values based on the AWS environment type. Next, you will work with outputs and conditions, and learn techniques to enhance the usability of the CloudFormation template using Metadata. Later, you will configure the resources and create re-usable pieces of code across the CloudFormation stacks. Towards the end, you will take a step ahead in CloudFormation by learning advanced concepts, such as troposphere and deletion policy.
By the end of this course, you will become well-versed with the concepts needed to write and launch productive CloudFormation templates using YAML.
The code files and all requisite files are added on GitHub at https://github.com/PacktPublishing/AWS-CloudFormation-Master-Class-V-
What you will learn
- Create, update, and delete an S3 bucket using CloudFormation
- Discover how to read the CloudFormation documentation to use any resource
- Find out how to work with CloudFormation mappings
- Leverage metadata to bootstrap Amazon Elastic Compute Cloud (EC2) instances
- Use CloudFormation nested stacks to create re-usable pieces of code
- Use troposphere to generate CloudFormation files using Python
Who this book is for
Whether you are a DevOps engineer, a developer, or a solution architect, who wants to deploy and orchestrate CloudFormation templates, this course is for you. Basic knowledge of Amazon Web Services (AWS), JavaScript Object Notation (JSON), and YAML Ain't Markup Language (YAML) is needed to get started with this course.