Bird
0
0

You want to minimize inter-AZ data transfer costs but still want some load balancing across zones. What is the best approach?

hard📝 Application Q9 of 15
AWS - Elastic Load Balancing
You 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 Balancer
BEnable cross-zone load balancing and use fewer instances in each zone
CDisable cross-zone load balancing and register instances evenly across zones
DEnable cross-zone load balancing only during peak hours
Step-by-Step Solution
Solution:
  1. Step 1: Understand cost impact of cross-zone load balancing

    Cross-zone load balancing causes inter-AZ data transfer charges, so disabling it reduces these costs.
  2. Step 2: Balance instances evenly across zones

    Registering instances evenly ensures traffic is balanced without cross-zone data transfer.
  3. Final Answer:

    Disable cross-zone load balancing and register instances evenly across zones -> Option C
  4. Quick 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 costs
  • Assuming fewer instances reduce data transfer
  • Believing cross-zone can be toggled hourly without impact

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes