AWS - CloudFormationYour 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.Check Answer
Step-by-Step SolutionSolution:Step 1: Identify tool cloud supportCloudFormation only supports AWS, so it cannot manage Azure or Google Cloud.Step 2: Choose tool for multi-cloud managementTerraform supports AWS, Azure, Google Cloud, and others in one tool.Step 3: Evaluate other optionsSeparate CloudFormation stacks or manual setup increase complexity and reduce automation benefits.Final Answer:Use Terraform because it supports multiple cloud providers. -> Option BQuick Check:Terraform = multi-cloud support [OK]Quick Trick: Terraform supports many clouds; CloudFormation is AWS-only [OK]Common Mistakes:Assuming CloudFormation works outside AWSThinking manual setup is simpler for multi-cloudBelieving separate CloudFormation stacks can manage non-AWS clouds
Master "CloudFormation" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Architecture Best Practices - Disaster recovery strategies (backup, pilot light, warm standby) - Quiz 6medium Architecture Best Practices - Operational excellence pillar - Quiz 4medium Architecture Best Practices - Disaster recovery strategies (backup, pilot light, warm standby) - Quiz 8hard CloudFormation - Stack drift detection - Quiz 13medium Cost Optimization - AWS Trusted Advisor recommendations - Quiz 10hard ECS and Fargate - Fargate serverless containers - Quiz 9hard ECS and Fargate - Why container services matter on AWS - Quiz 10hard Route 53 - Record types (A, AAAA, CNAME, Alias) - Quiz 12easy Serverless Architecture - Lambda with API Gateway pattern - Quiz 12easy Serverless Architecture - Lambda with API Gateway pattern - Quiz 11easy