스토리지 게이트웨이

마이그레이션·전송 연관 문항 36개

온프레미스에서 AWS 스토리지를 로컬처럼 쓰게 하는 하이브리드 관문

이게 뭔가요? / What is this?

Storage Gateway는 새로운 물리 저장 장치가 아니라, 온프레미스에 설치하는 가상 어플라이언스(소프트웨어)로, 로컬에서는 평범한 파일 서버처럼 보이지만 실제 데이터는 뒤에서 S3·Glacier로 흘려보내는 하이브리드 관문입니다. 사무실 안에 놓인 평범해 보이는 상자이지만, 사실 그 상자 뒤로 클라우드 창고까지 이어지는 파이프가 연결된 것과 같습니다.

개요 / Overview

Storage Gateway는 온프레미스에 가상 어플라이언스를 두고 NFS·SMB·iSCSI로 노출하면서 실제 데이터는 S3·Glacier에 저장합니다. 자주 쓰는 데이터는 로컬 캐시에 남아 지연시간이 낮습니다.

동작 원리 / How it works

Storage Gateway는 온프레미스에 가상 어플라이언스(VM 또는 하드웨어)를 두고, 로컬 네트워크에는 익숙한 프로토콜로 노출하면서 실제 데이터는 AWS에 저장합니다. 어플라이언스는 로컬 디스크를 캐시로 써서 자주 접근하는 데이터를 저지연으로 제공하고, 나머지는 S3나 Glacier에 둡니다. 즉 "무한한 용량 + 로컬 속도"의 절충입니다.

File Gateway는 NFS·SMB로 노출하고 파일을 S3 객체로 저장합니다. Volume Gateway는 iSCSI 블록 볼륨을 제공하며 캐시형(주 데이터는 AWS)과 저장형(주 데이터는 로컬, 백업만 AWS)으로 나뉩니다. Tape Gateway는 가상 테이프 라이브러리로 보여 기존 백업 소프트웨어를 그대로 쓰게 합니다.

시험은 무엇을 보는가 / What the exam is testing

시험 신호는 "온프레미스 저장 공간이 부족한데 최근 파일은 빠르게 접근해야 한다"와 "물리 테이프를 없애되 백업 소프트웨어는 유지"입니다. DataSync와의 구분은 일회성 이전인지 상시 하이브리드인지입니다.

시험 포인트 / Exam points

세 가지 유형

File Gateway는 NFS·SMB로 S3에 파일 저장, Volume Gateway는 iSCSI 블록 볼륨(캐시형·저장형), Tape Gateway는 기존 백업 소프트웨어의 가상 테이프 라이브러리입니다.

용량 확장 + 저지연 유지

"온프레미스 저장 공간이 부족한데 최근 파일은 빠르게 접근해야 한다"는 문제의 표준 정답입니다. 수명주기 정책과 함께 오래된 파일을 Glacier로 보냅니다.

테이프 교체

기존 백업 소프트웨어를 그대로 쓰면서 물리 테이프를 없애라는 요구에는 Tape Gateway가 정답입니다.

자주 틀리는 함정 / Common traps

단순 데이터 마이그레이션에 Storage Gateway를 고르는 것 — 전송이 목적이면 DataSync가 정답입니다.

📝 이 개념 문제 풀기

Storage Gateway

Migration 36 related questions

A hybrid gateway making AWS storage look local to on-premises systems

이게 뭔가요? / What is this?

Storage Gateway is not new physical storage hardware — it is a virtual appliance (software) installed on-premises that looks like an ordinary file server locally, while actually streaming the real data behind the scenes into S3 or Glacier. It looks like a plain box sitting in an office, but that box is secretly piped straight through to a cloud warehouse.

개요 / Overview

Storage Gateway runs an appliance on-premises exposing NFS, SMB, or iSCSI while data lives in S3 or Glacier, with a local cache keeping hot data fast.

동작 원리 / How it works

Storage Gateway places a virtual appliance (VM or hardware) on-premises, exposing familiar protocols to the local network while data actually lives in AWS. The appliance uses local disk as a cache to serve hot data with low latency and keeps the rest in S3 or Glacier — a compromise of unlimited capacity at local speed.

File Gateway exposes NFS and SMB, storing files as S3 objects. Volume Gateway presents iSCSI block volumes in cached mode (primary data in AWS) or stored mode (primary data local, backups in AWS). Tape Gateway appears as a virtual tape library so existing backup software works unchanged.

시험은 무엇을 보는가 / What the exam is testing

The signals are "out of local capacity but recent files must stay fast" and "remove physical tape while keeping the backup software". The DataSync distinction is one-time migration versus ongoing hybrid operation.

시험 포인트 / Exam points

Three gateway types

File Gateway stores files in S3 over NFS/SMB. Volume Gateway presents iSCSI block volumes (cached or stored). Tape Gateway emulates a tape library for existing backup software.

Extend capacity while staying fast

The standard answer to "we are out of local capacity but recent files must stay fast", paired with lifecycle rules moving old files to Glacier.

Replacing physical tape

When physical tape must go but the backup software must stay, Tape Gateway is the answer.

자주 틀리는 함정 / Common traps

Choosing Storage Gateway for a plain data migration — if the goal is transfer, DataSync is the answer.

📝 Practice this concept

AWS SAA Hub Pro는 독립 학습 자료이며 Amazon Web Services, Inc.의 공식 서비스가 아닙니다. 시험 정책과 서비스 사양은 AWS 공식 문서를 기준으로 확인하세요.