Bird
0
0

Your team wants to manage infrastructure across AWS, Azure, and Google Cloud with one tool. Which approach is best?

hard📝 Best Practice Q15 of 15
AWS - CloudFormation
Your team wants to manage infrastructure across AWS, Azure, and Google Cloud with one tool. Which approach is best?
AUse AWS CloudFormation for all clouds to keep consistency.
BUse Terraform because it supports multiple cloud providers.
CUse separate CloudFormation stacks for each cloud provider.
DUse manual console setup for each cloud to avoid tool complexity.
Step-by-Step Solution
Solution:
  1. Step 1: Identify tool cloud support

    CloudFormation only supports AWS, so it cannot manage Azure or Google Cloud.
  2. Step 2: Choose tool for multi-cloud management

    Terraform supports AWS, Azure, Google Cloud, and others in one tool.
  3. Step 3: Evaluate other options

    Separate CloudFormation stacks or manual setup increase complexity and reduce automation benefits.
  4. Final Answer:

    Use Terraform because it supports multiple cloud providers. -> Option B
  5. Quick Check:

    Terraform = multi-cloud support [OK]
Quick Trick: Terraform supports many clouds; CloudFormation is AWS-only [OK]
Common Mistakes:
  • Assuming CloudFormation works outside AWS
  • Thinking manual setup is simpler for multi-cloud
  • Believing separate CloudFormation stacks can manage non-AWS clouds

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes