리전 간 복제
리전 경계를 넘는 복제. 재해 복구와 전역 지연시간 해결
이게 뭔가요? / What is this?
이것은 하나의 서비스가 아니라, 데이터를 다른 리전(다른 지리적 지역의 데이터센터 묶음)에도 복제해 두는 기법 전반(추상적 개념)입니다. 중요한 서류의 사본을 다른 도시 사무실에도 보관해 두는 것과 같은 아이디어이며, 그 사본을 만드는 실제 방법은 S3의 CRR, DynamoDB의 Global Tables처럼 서비스마다 다릅니다.
개요 / Overview
리전 간 복제는 리전 전체 장애에 대비하거나 먼 지역 사용자의 지연시간을 줄이려 할 때 씁니다. 서비스마다 수단이 다릅니다.
동작 원리 / How it works
리전 간 복제는 두 목적으로 씁니다 — 리전 전체 장애 대비(DR)와 먼 지역 사용자의 지연시간 감소입니다. 서비스마다 수단이 다릅니다. S3는 CRR, RDS는 리전 간 읽기 복제본, Aurora는 Global Database, DynamoDB는 Global Tables, AMI·EBS 스냅샷은 복사, Secrets Manager는 복제 시크릿입니다.
중요한 것은 데이터 복제와 트래픽 전환이 별개라는 점입니다. 데이터를 복제해도 사용자를 보조 리전으로 보내는 장치(Route 53 장애 조치 라우팅, Global Accelerator)가 없으면 재해 시 아무 일도 일어나지 않습니다.
시험은 무엇을 보는가 / What the exam is testing
23문제에서 직접 다뤄지지만 DR과 지연시간 문항의 배경으로 훨씬 넓게 깔려 있습니다. 시험이 자주 확인하는 것은 전제 조건입니다 — S3 복제는 양쪽 버킷의 버전 관리, KMS 암호화 객체는 대상 리전의 키, 복제는 신규 객체만(기존은 배치 복제 필요)입니다.
시험 포인트 / Exam points
S3는 CRR, RDS는 리전 간 읽기 복제본, Aurora는 Global Database, DynamoDB는 Global Tables, AMI·스냅샷은 복사입니다.
데이터를 복제해도 사용자를 보조 리전으로 보내는 장치가 필요합니다. Route 53 장애 조치 라우팅이나 Global Accelerator가 그 역할입니다.
자주 틀리는 함정 / Common traps
리전 간 복제를 켜면 기존 객체도 함께 복제된다고 보는 것 — 신규 객체만 대상입니다.
데이터 상주 규정이 있는데 리전 간 복제를 제안하는 것 — 규정 위반이 될 수 있습니다.
Cross-Region
Replication across Regions for disaster recovery and global latency
이게 뭔가요? / What is this?
This is not a single service — it is an abstract technique of replicating data into another Region (a physically separate cluster of data centers) as well. The idea is like keeping a copy of an important document in an office in another city, and the actual mechanism differs by service — CRR for S3, Global Tables for DynamoDB, and so on.
개요 / Overview
Cross-Region replication guards against a Region-wide failure and cuts latency for distant users. Each service has its own mechanism.
동작 원리 / How it works
Cross-Region replication serves two purposes: surviving a Region-wide failure (DR) and cutting latency for distant users. The mechanism differs per service: S3 uses CRR, RDS uses cross-Region read replicas, Aurora uses Global Database, DynamoDB uses Global Tables, AMIs and EBS snapshots are copied, and Secrets Manager replicates secrets.
The important point is that data replication and traffic shifting are separate. Replicated data does nothing during a disaster without a mechanism to send users to the secondary Region — Route 53 failover routing or Global Accelerator.
시험은 무엇을 보는가 / What the exam is testing
It is the direct subject of 23 questions but underlies DR and latency questions far more broadly. What the exam checks is prerequisites: S3 replication needs versioning on both buckets, KMS-encrypted objects need a key in the destination Region, and replication covers new objects only (existing ones need Batch Replication).
시험 포인트 / Exam points
S3 → CRR. RDS → cross-Region read replica. Aurora → Global Database. DynamoDB → Global Tables. AMIs and snapshots → copy.
Replicating data still leaves the need to send users to the secondary Region — that is Route 53 failover routing or Global Accelerator.
자주 틀리는 함정 / Common traps
Assuming replication also copies existing objects — only new objects are covered.
Proposing cross-Region replication where data-residency rules apply — it can violate them.
AWS SAA Hub Pro는 독립 학습 자료이며 Amazon Web Services, Inc.의 공식 서비스가 아닙니다. 시험 정책과 서비스 사양은 AWS 공식 문서를 기준으로 확인하세요.