AWS - ECS and FargateWhich ECS service deployment type is best suited for zero downtime when using an ALB?AManual task replacementBRecreate deploymentCRolling update without ALBDBlue/Green deploymentCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify deployment types that support zero downtimeBlue/Green deployment allows traffic to shift between two environments, minimizing downtime.Step 2: Compare with other deployment typesRecreate and manual replacements cause downtime; rolling updates without ALB do not guarantee zero downtime.Final Answer:Blue/Green deployment -> Option DQuick Check:Zero downtime deployment = Blue/Green [OK]Quick Trick: Blue/Green deployment avoids downtime by traffic shifting [OK]Common Mistakes:Choosing recreate deployment which stops old tasks firstIgnoring ALB's role in rolling updatesAssuming manual replacement is automated
Master "ECS and Fargate" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Advanced Security - AWS WAF for web application firewall - Quiz 5medium Architecture Best Practices - Disaster recovery strategies (backup, pilot light, warm standby) - Quiz 6medium CloudFormation - Stack drift detection - Quiz 4medium Cost Optimization - Right-sizing resources - Quiz 15hard Cost Optimization - S3 storage class optimization - Quiz 13medium Cost Optimization - AWS Trusted Advisor recommendations - Quiz 4medium EKS - Why managed Kubernetes matters - Quiz 1easy Route 53 - Route 53 with ELB integration - Quiz 5medium Serverless Architecture - Cognito for user authentication - Quiz 11easy Serverless Architecture - Serverless vs container decision - Quiz 6medium