Recall & Review
beginner
What is a stack in AWS CloudFormation?
A stack is a collection of AWS resources that you create, update, or delete as a single unit using a CloudFormation template.
Click to reveal answer
beginner
What file formats can AWS CloudFormation templates use to create stacks?
AWS CloudFormation templates can be written in JSON or YAML format.
Click to reveal answer
beginner
What is the first step to create a stack in AWS CloudFormation?
The first step is to prepare a CloudFormation template that defines the AWS resources you want to create.
Click to reveal answer
intermediate
How does AWS CloudFormation handle resource creation when you create a stack?
CloudFormation creates all resources defined in the template in the correct order, handling dependencies automatically.
Click to reveal answer
intermediate
What happens if stack creation fails in AWS CloudFormation?
If stack creation fails, CloudFormation rolls back and deletes any resources that were created to keep your environment clean.
Click to reveal answer
Which AWS service is used to create and manage stacks?
✗ Incorrect
AWS CloudFormation is the service designed to create and manage stacks of AWS resources.
What file formats are supported for CloudFormation templates?
✗ Incorrect
CloudFormation templates support JSON and YAML formats.
When creating a stack, what does CloudFormation do if a resource depends on another?
✗ Incorrect
CloudFormation automatically handles dependencies and creates resources in the correct order.
If stack creation fails, what is the default behavior of CloudFormation?
✗ Incorrect
CloudFormation rolls back and deletes any resources created during the failed stack creation.
What is the main benefit of using stacks in AWS CloudFormation?
✗ Incorrect
Stacks allow you to manage multiple AWS resources together as one unit.
Explain the process of creating a stack in AWS CloudFormation from start to finish.
Think about the steps you take from writing the template to the stack being ready.
You got /5 concepts.
Describe what happens if a resource fails to create during stack creation.
Consider how CloudFormation keeps your environment clean.
You got /5 concepts.