Which THREE of the following are valid considerations when designing a multi-Region active-active application using AWS Global Accelerator?
Trap 1: Global Accelerator supports sticky sessions (session affinity)…
Sticky sessions are not a feature of Global Accelerator.
Trap 2: Global Accelerator provides a set of static IP addresses that are…
Static IPs are anycast from the edge locations, not per-Region.
- A
Global Accelerator supports sticky sessions (session affinity) based on client IP.
Why wrong: Sticky sessions are not a feature of Global Accelerator.
- B
You can assign different weights to endpoints in different Regions to control traffic distribution.
Weights allow traffic splitting across endpoints.
- C
Global Accelerator performs health checks on endpoints and routes traffic only to healthy endpoints.
Health checks enable automatic failover.
- D
Global Accelerator can preserve the client IP address when using Network Load Balancer as an endpoint.
When using NLB, client IPs are preserved.
- E
Global Accelerator provides a set of static IP addresses that are unique to each Region.
Why wrong: Static IPs are anycast from the edge locations, not per-Region.