다중 AZ 이중화
가용 영역을 넘어 이중화하는 가장 기본적인 가용성 장치
이게 뭔가요? / What is this?
Multi-AZ는 특정 서비스의 이름이 아니라, "물리적으로 떨어진 여러 데이터센터(가용 영역, AZ)에 똑같은 데이터를 동시에 복제해 두는 설계 방식"을 가리키는 추상적인 개념입니다. 건물 하나(AZ 하나)가 정전이나 화재로 통째로 멈춰도, 다른 건물에 있는 복사본이 곧바로 이어받아 서비스가 끊기지 않게 하는 게 핵심 아이디어입니다. RDS, Aurora 등 여러 서비스에 공통으로 적용되는 원칙이라, "Multi-AZ"라는 하나의 상품이 따로 있는 게 아닙니다.
개요 / Overview
AZ는 물리적으로 분리된 데이터센터 묶음입니다. 여러 AZ에 리소스를 두면 한 곳이 통째로 소실돼도 서비스가 유지됩니다. 56문제가 이 개념을 직접 다룹니다.
동작 원리 / How it works
가용 영역은 같은 리전 안에 있지만 전원·냉각·네트워크가 물리적으로 분리된 데이터센터 묶음입니다. AZ 사이는 수 밀리초의 저지연 전용 회선으로 연결되어 있어 동기 복제가 실용적입니다 — 이것이 RDS Multi-AZ가 데이터 손실 없이 동작하는 물리적 근거입니다.
Multi-AZ라는 말은 서비스마다 의미가 조금씩 다릅니다. RDS Multi-AZ는 동기 복제 대기 인스턴스와 자동 DNS 장애 조치, ASG의 다중 AZ는 인스턴스 분산 배치, S3는 기본적으로 다중 AZ 저장, EFS는 다중 AZ 마운트 타깃입니다. 56문제에서 이 개념이 직접 다뤄집니다.
시험은 무엇을 보는가 / What the exam is testing
시험이 반복하는 오답은 RDS Multi-AZ가 읽기 성능을 개선한다는 주장입니다. 대기 인스턴스는 트래픽을 받지 않습니다. 또 하나는 Multi-AZ가 리전 장애까지 막는다는 주장입니다 — AZ는 같은 리전 안에 있습니다.
시험 포인트 / Exam points
동기 복제된 대기 인스턴스를 다른 AZ에 두고 장애 시 자동 전환합니다. 읽기 성능은 개선되지 않으며, 그건 읽기 전용 복제본의 역할입니다.
Multi-AZ는 한 리전 안의 이중화입니다. 리전 전체 장애에 대비하려면 리전 간 복제(CRR, Aurora Global Database, Route 53 장애 조치)가 필요합니다.
자주 틀리는 함정 / Common traps
Multi-AZ로 읽기 확장을 답하는 것 — 읽기 전용 복제본이 정답입니다.
Cluster 배치 그룹과 다중 AZ를 동시에 요구하는 선택지 — Cluster는 단일 AZ 전용이라 양립하지 않습니다.
Multi-AZ
The most basic availability mechanism: redundancy across Availability Zones
이게 뭔가요? / What is this?
Multi-AZ is not the name of a specific product — it is an abstract design pattern: replicating the same data, at the same time, across multiple physically separate data centers (Availability Zones). The core idea is that if one building (one AZ) loses power or catches fire, the copy in another building takes over instantly so the service never goes down. It is a principle applied across many services (RDS, Aurora, and others), not a single purchasable item called "Multi-AZ."
개요 / Overview
An AZ is a physically separate cluster of data centres. Spreading resources across AZs keeps the service alive when one is lost entirely — the direct subject of 56 questions.
동작 원리 / How it works
Availability Zones are clusters of data centres in the same Region with physically separate power, cooling, and networking. They are linked by dedicated low-latency circuits of a few milliseconds, which makes synchronous replication practical — the physical basis for RDS Multi-AZ operating without data loss.
"Multi-AZ" means slightly different things per service: for RDS it is a synchronous standby with automatic DNS failover; for an ASG it is spreading instances; for S3 it is the default storage layout; for EFS it is mount targets per AZ. The concept is the direct subject of 56 questions.
시험은 무엇을 보는가 / What the exam is testing
The recurring distractor is claiming RDS Multi-AZ improves read performance — the standby serves no traffic. The other is claiming Multi-AZ survives a Region failure — AZs are inside one Region.
시험 포인트 / Exam points
It keeps a synchronously replicated standby in another AZ and fails over automatically. It does not improve read performance — that is what read replicas do.
Multi-AZ is redundancy within one Region. Surviving a Region-wide failure requires cross-Region replication such as CRR, Aurora Global Database, and Route 53 failover.
자주 틀리는 함정 / Common traps
Answering read scale-out with Multi-AZ — read replicas are the answer.
An option requiring both a Cluster placement group and multi-AZ — Cluster is single-AZ only, so they are incompatible.
AWS SAA Hub Pro는 독립 학습 자료이며 Amazon Web Services, Inc.의 공식 서비스가 아닙니다. 시험 정책과 서비스 사양은 AWS 공식 문서를 기준으로 확인하세요.