Global Accelerator Flashcards
This deck aims to help retain concepts related to the Global Accelerator service.
Which AWS service is designed to improve global network performance by offering entry points onto the global AWS transit network as close to customers as possible using anycast IP addresses?
AWS Global Accelerator
What is the primary purpose of AWS Global Accelerator?
To optimize traffic flow from users to AWS infrastructure, providing fewer hops and significantly improving performance
What is provided at each AWS Global Accelerator Edge Location?
A pair of anycast IP addresses
(e.g., 1.2.3.4 and 4.3.2.1)
Does AWS Global Accelerator route traffic directly through the AWS Global Network?
Not initially, traffic first travels over the public internet to the nearest Edge Location, where it transitions to the AWS Global Network
How do anycast IP addresses enhance AWS Global Accelerator performance?
Unlike unicast IPs, anycast IPs can map to multiple Edge Locations, automatically routing traffic to the nearest one
How does AWS CloudFront differ from AWS Global Accelerator?
- CloudFront: Brings content (data) closer to users with caching (CDN), and as a web product it works ONLY with HTTP/HTTPS protocols
- Global Accelerator: Reduces network hops by routing traffic through the AWS Global Network, and as network product it can work with HTTP/HTTPS and TCP/UDP protocols
When should CloudFront be used over Global Accelerator?
CloudFront should be used when requirements are to improve content delivery through caching
When should Global Accelerator be used over CloudFront?
Global Accelerator should be used when requirements are to optimize network performance by reducing latency and hops