Exam Terraform Associate All QuestionsBrowse all questions from this 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?

    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
BurakkoOption: C

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

zyxphreezOption: C

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

wanrltwOption: C

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

campsOption: C

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.

shopkittyOption: C

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

depal_dhirOption: C

Cloudformation is for AWS only