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?
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?
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.
It is definitely C. With cloudformation, Azure infrastructure cannot be built.
Should be C..... cloudformation is only for aws..
https://developer.hashicorp.com/terraform/intro/vs/cloudformation
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.
Will have trouble if want to deploy new resource in Azure as AWS CloudFormation only for AWS.
Cloudformation is for AWS only