From the course: AWS Certified SysOps Administrator - Associate (SOA-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

CloudFormation overview

CloudFormation overview

- [Instructor] In this video, we will talk about AWS CloudFormation. At the end of the video, you'll be able to understand how CloudFormation can help you build your cloud infrastructure and explain key concepts like templates, stacks, and change sets. Let's start. So let's say you're just getting started with AWS and you want to build your web application infrastructure on us-east-1. To do that, you go to your AWS console to spin up an EC2 and RDS instance. And then later you decide, hey, I need to use S3 to store some metadata for my application. So you go ahead and provision an S3 bucket with the necessary configurations. Then after that, you thought of using Amazon Athena to perform analytics on your S3 bucket. And with the analytics going on, you need to delegate permissions to your data analytics team to access Athena. So you have to create new user accounts and assign appropriate IAM permissions for the new…

Contents