AWS CloudFormation

Infrastructure as code service for defining, deploying, and managing AWS resources

AWS CloudFormation allows you to model and provision AWS resources using templates. Templates can be used for simple tasks like creating a single EC2 instance or for more complex tasks such as an entire multi-tier application.
5 minutes 5 Questions

AWS CloudFormation is a service that helps create and manage AWS resources using code. It enables you to define your infrastructure through templates, written in either JSON or YAML format. These templates serve as blueprints for building your AWS resources such as EC2 instances, S3 buckets, RDS da…

Concepts covered: AWS CloudFormation Templates, Stack policies, Drift Detection, Stacks, Change sets, Intrinsic Functions, AWS CloudFormation Designer, StackSets, Custom Resources, Rollbacks and Rollback Triggers

Test mode:
AWS Certified Solutions Architect - AWS CloudFormation Example Questions

Test your knowledge of AWS CloudFormation

Question 1

What is an AWS CloudFormation template?

Question 2

What is AWS CloudFormation StackSets?

Question 3

Which of the following AWS resources is not a valid resource to define in a CloudFormation Template?

More AWS CloudFormation questions
179 questions (total)