Bird
0
0

You need to design a highly available TCP service using NLB across three availability zones with automatic failover. Which setup ensures minimal downtime?

hard📝 Application Q8 of 15
AWS - Elastic Load Balancing
You need to design a highly available TCP service using NLB across three availability zones with automatic failover. Which setup ensures minimal downtime?
ARegister targets in all three zones and enable cross-zone load balancing
BRegister targets in one zone only and disable cross-zone load balancing
CUse a single target in one zone with cross-zone load balancing enabled
DRegister targets in two zones and disable health checks
Step-by-Step Solution
Solution:
  1. Step 1: Ensure high availability across zones

    Registering targets in all three availability zones provides redundancy and failover capability.
  2. Step 2: Enable cross-zone load balancing

    Cross-zone load balancing distributes traffic evenly across zones, preventing overload and ensuring availability if one zone fails.
  3. Final Answer:

    Register targets in all three zones and enable cross-zone load balancing -> Option A
  4. Quick Check:

    Multi-zone targets + cross-zone enabled = high availability [OK]
Quick Trick: Use multi-zone targets with cross-zone load balancing [OK]
Common Mistakes:
  • Limiting targets to one zone
  • Disabling cross-zone load balancing
  • Skipping health checks

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes