AWS - Elastic Load BalancingYou want to minimize inter-AZ data transfer costs but still want some load balancing across zones. What is the best approach?AUse Network Load Balancer instead of Classic or Application Load BalancerBEnable cross-zone load balancing and use fewer instances in each zoneCDisable cross-zone load balancing and register instances evenly across zonesDEnable cross-zone load balancing only during peak hoursCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand cost impact of cross-zone load balancingCross-zone load balancing causes inter-AZ data transfer charges, so disabling it reduces these costs.Step 2: Balance instances evenly across zonesRegistering instances evenly ensures traffic is balanced without cross-zone data transfer.Final Answer:Disable cross-zone load balancing and register instances evenly across zones -> Option CQuick Check:Even instance distribution + no cross-zone = lower inter-AZ costs [OK]Quick Trick: Balance instances evenly and disable cross-zone to cut costs [OK]Common Mistakes:Thinking enabling cross-zone reduces costsAssuming fewer instances reduce data transferBelieving cross-zone can be toggled hourly without impact
Master "Elastic Load Balancing" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API deployment and stages - Quiz 3easy API Gateway - API Gateway throttling - Quiz 10hard AWS Lambda - Event triggers for Lambda - Quiz 10hard AWS Lambda - Event triggers for Lambda - Quiz 13medium Auto Scaling - Auto Scaling with ELB integration - Quiz 13medium CloudWatch - Why monitoring matters - Quiz 5medium RDS and Relational Databases - Parameter groups and option groups - Quiz 12easy RDS and Relational Databases - Parameter groups and option groups - Quiz 6medium SNS and SQS - Why messaging services matter - Quiz 10hard SNS and SQS - Why messaging services matter - Quiz 2easy