0
0
AWScloud~10 mins

CloudFormation vs Terraform awareness in AWS - Interactive Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the infrastructure as code tool used in AWS native templates.

AWS
The AWS native infrastructure as code tool is called [1].
Drag options to blanks, or click blank then click option'
AAnsible
BChef
CCloudFormation
DTerraform
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Terraform as the native AWS tool.
Mixing configuration management tools like Ansible or Chef.
2fill in blank
medium

Complete the code to identify the tool that supports multiple cloud providers.

AWS
The tool that supports provisioning infrastructure across AWS, Azure, and Google Cloud is [1].
Drag options to blanks, or click blank then click option'
ACloudFormation
BServerless Framework
CAWS CDK
DTerraform
Attempts:
3 left
💡 Hint
Common Mistakes
Assuming CloudFormation supports multiple clouds.
Confusing AWS CDK with Terraform.
3fill in blank
hard

Fix the error in the statement about state management in infrastructure as code tools.

AWS
Terraform manages infrastructure state using a state file, while CloudFormation manages state [1].
Drag options to blanks, or click blank then click option'
Alocal
Binternally
Cremote
Dstate
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking CloudFormation uses a state file like Terraform.
Confusing local and remote state concepts.
4fill in blank
hard

Fill both blanks to complete the sentence about template languages and resource provisioning.

AWS
CloudFormation templates are written in [1] or [2], while Terraform uses its own language called HCL.
Drag options to blanks, or click blank then click option'
AJSON
BYAML
CXML
DPython
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking CloudFormation supports XML or Python as template languages.
Confusing Terraform language with CloudFormation templates.
5fill in blank
hard

Fill all three blanks to complete the sentence about tool integration and usage.

AWS
Terraform uses [1] files to define infrastructure, supports [2] backends for state storage, and can be integrated with [3] for automation.
Drag options to blanks, or click blank then click option'
A.tf
Bremote
CCI/CD pipelines
DCloudFormation
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing CloudFormation with Terraform file types.
Not knowing about remote state backends.
Ignoring automation integration possibilities.