Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 187


If a DevOps team adopts AWS CloudFormation as their standardized method for provisioning public cloud resources, which of the following scenarios poses a challenge for this team?

Show Answer
Correct Answer: C

AWS CloudFormation is a service specifically designed for provisioning AWS resources. If the organization decides to expand into Azure and wishes to deploy new infrastructure using their existing codebase, the DevOps team will face a challenge, as CloudFormation does not support Azure or other cloud providers.

Discussion

7 comments
Sign in to comment
zyxphreez
Sep 3, 2022

Should be C..... cloudformation is only for aws..

BurakkoOption: C
Sep 3, 2022

It is definitely C. With cloudformation, Azure infrastructure cannot be built.

wanrltwOption: C
Dec 11, 2022

https://developer.hashicorp.com/terraform/intro/vs/cloudformation

depal_dhirOption: C
Sep 7, 2022

Cloudformation is for AWS only

shopkittyOption: C
Sep 10, 2022

Will have trouble if want to deploy new resource in Azure as AWS CloudFormation only for AWS.

campsOption: C
Apr 1, 2023

C. The organization decides to expand into Azure and wishes to deploy new infrastructure using their existing codebase AWS CloudFormation is a service specifically designed for provisioning AWS resources. If the organization decides to expand into Azure and deploy new infrastructure using the existing codebase, the DevOps team will face a challenge, as CloudFormation does not support Azure or other cloud providers.

090200fOption: C
Jul 27, 2024

seems like remaining options are easy not challenging one's so C is correct answer C. The organization decides to expand into Azure and wishes to deploy new infrastructure using their existing codebase