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