Search⌘ K
AI Features

Introduction

Explore the fundamentals of AWS CloudFormation, including how to use templates to provision and manage AWS resources as code, modify stacks with change sets, and utilize nested stacks for scalable infrastructure. This lesson helps you automate and secure your cloud architecture efficiently.

We'll cover the following...

CloudFormation is an AWS service that allows us to deal with the infrastructure as code, meaning we can define instructions in the form of code for creating and configuring different resources on the AWS Cloud. CloudFormation ...