Global Accelerator
- Discussed in the
VPC
section
Problem
- When we have an
Application
in another region, we have to reach that application through lots ofISP Provider
- When
EC2
has aPublic IP
and some regions having difficulties with thisPublic IP
access - Since
AWS Accelerator
is usingAny Cast
, this problem can be resolved
UniCast and Any Cast IP
Uni Cast IP
means each server has one IPAny Cast Ip
means- Multiple server has same
IP
- Traffic routed to nearest server
AWS Global Accelerator
uses theAny Cast IP
concept
Overview
- Use 2
Any Cast IP
- Leverage
AWS Internal Network
Any Cast IP
send traffic to the nearestAWS Edge Location
- From the
Edge Location
, traffic goes to the server usingAWS Internal Network
- Works with
- Elastic IP
- Public/Private EC2 Instance
- Public/Private ALB
- Public/Private NLB
- Performance
- User intelligent routing to ensure lowest latency
- Use Internal AWS Network
- Has health check
- If issue with an application, has
automatic failover
feature - So good for disaster recovery
- If issue with an application, has
- Security
- Only 2 IP needs to be white listed
- DDoS Protection by
AWS Shield
Global Accelerator Vs Cloudfront
- Both use
AWS Global Network
i.e.Edge Locations
- Both use
Shield
forDDoS
protection
Cloudfront
- Cache Content
Global Accelerator
- Improve performance for
TCL
andUDP
- Has Failover