글로벌 액셀러레이터
AWS 백본으로 트래픽을 태워 전 세계 지연시간을 낮추는 고정 애니캐스트 IP
이게 뭔가요? / What is this?
Global Accelerator는 CDN처럼 콘텐츠를 저장해 두는 서비스가 아니라, 사용자를 가장 가까운 AWS 관문으로 끌어들여 그 뒤로는 AWS 전용 고속도로(백본망)를 타게 해주는 관리형 네트워크 가속 서비스입니다. 톨게이트를 지나자마자 막힘없는 전용 고속도로로 바로 올라타는 것과 비슷해서, 콘텐츠를 캐싱하진 않지만 이동 경로 자체를 빠르게 만들어 줍니다.
개요 / Overview
Global Accelerator는 두 개의 고정 애니캐스트 IP를 주고 사용자를 가장 가까운 엣지로 끌어들여 AWS 백본으로 전달합니다. CloudFront와 달리 캐싱하지 않으며 비-HTTP 프로토콜과 빠른 리전 장애 조치에 강합니다.
동작 원리 / How it works
Global Accelerator는 두 개의 애니캐스트 고정 IP를 발급합니다. 애니캐스트라 전 세계 어디서 접속해도 같은 IP가 가장 가까운 AWS 엣지로 라우팅되고, 거기서부터 목적지 리전까지는 공용 인터넷 대신 AWS 백본망을 탑니다. 캐싱은 하지 않으므로 모든 요청이 오리진에 도달합니다.
엔드포인트 그룹의 상태를 지속적으로 확인해 비정상 리전을 빼고, DNS TTL에 의존하지 않으므로 전환이 수십 초 단위로 빠릅니다. 트래픽 다이얼로 리전별 비중을 조절해 점진적 전환도 가능합니다.
시험은 무엇을 보는가 / What the exam is testing
시험 신호는 세 가지입니다 — 고정 IP가 필요한 비-HTTP 워크로드(게임, IoT, VoIP), 캐싱이 무의미한 동적 트래픽의 전역 가속, DNS보다 빠른 리전 장애 조치.
시험 포인트 / Exam points
캐싱 가능한 정적·동적 HTTP 콘텐츠는 CloudFront, TCP/UDP 게임·IoT·음성 트래픽이나 고정 IP가 필요하면 Global Accelerator입니다.
DNS TTL에 의존하지 않고 수십 초 안에 정상 리전으로 트래픽을 옮깁니다. Route 53 장애 조치보다 전환이 빠른 것이 장점입니다.
자주 틀리는 함정 / Common traps
정적 웹 콘텐츠 배포에 Global Accelerator를 고르는 것 — 캐싱이 없어 CloudFront보다 비효율적입니다.
Global Accelerator
Static anycast IPs that pull traffic onto the AWS backbone for lower global latency
이게 뭔가요? / What is this?
Global Accelerator does not cache content like a CDN — it is a managed network acceleration service that pulls users into the nearest AWS on-ramp and carries them the rest of the way over AWS own private backbone highway. It is like merging onto a private, uncongested expressway right after the toll gate: it caches nothing, but it makes the journey itself faster.
개요 / Overview
Global Accelerator gives two static anycast IPs, draws users to the nearest edge, and carries traffic over the AWS backbone. Unlike CloudFront it does not cache, and it excels at non-HTTP protocols and fast regional failover.
동작 원리 / How it works
Global Accelerator issues two static anycast IPs. Being anycast, the same IP routes to the nearest AWS edge from anywhere, and from there to the destination Region over the AWS backbone rather than the public internet. It does not cache, so every request reaches the origin.
It continuously health-checks endpoint groups to drop unhealthy Regions, and because it does not depend on DNS TTL the switch happens within seconds. A traffic dial adjusts per-Region weighting for gradual shifts.
시험은 무엇을 보는가 / What the exam is testing
Three exam signals: non-HTTP workloads needing static IPs (gaming, IoT, VoIP), global acceleration of dynamic traffic where caching is pointless, and regional failover faster than DNS.
시험 포인트 / Exam points
Cacheable HTTP content → CloudFront. TCP/UDP gaming, IoT, or voice traffic, or a need for static IPs → Global Accelerator.
It shifts traffic to a healthy Region within seconds without waiting for DNS TTLs — faster than Route 53 failover.
자주 틀리는 함정 / Common traps
Choosing Global Accelerator to deliver static web content — with no caching it is less efficient than CloudFront.
AWS SAA Hub Pro는 독립 학습 자료이며 Amazon Web Services, Inc.의 공식 서비스가 아닙니다. 시험 정책과 서비스 사양은 AWS 공식 문서를 기준으로 확인하세요.