S3 스토리지 클래스

스토리지 연관 문항 30개

접근 빈도와 가용성 요구로 결정되는 S3 등급 선택

이게 뭔가요? / What is this?

스토리지 클래스는 별도의 상품이 아니라, 같은 S3 버킷 안에서 "이 파일을 얼마나 빨리, 얼마나 자주 꺼낼 것인가"에 따라 고르는 요금 등급입니다. 같은 택배를 보낼 때 당일 특급으로 보낼지 저렴한 완행으로 보낼지 고르는 것처럼, 담긴 데이터는 같아도 접근 속도와 가격이 다른 등급 중 하나를 선택하는 것입니다.

개요 / Overview

S3 스토리지 클래스는 저장 단가와 조회 요금·가용성을 맞바꿉니다. 시험은 "얼마나 자주 접근하는가"와 "잃어도 되는가"를 조합해 하나를 고르게 합니다.

동작 원리 / How it works

스토리지 클래스는 세 가지 축의 조합입니다 — 저장 단가, 조회 요금, 가용성(몇 개 AZ에 두는가). Standard는 조회 요금이 없고 여러 AZ에 두어 가장 비쌉니다. Standard-IA는 저장이 싸지만 GB당 조회 요금이 붙고, One Zone-IA는 여기서 AZ 하나로 줄여 20% 더 저렴하지만 그 AZ가 소실되면 데이터가 사라집니다. Intelligent-Tiering은 객체별 접근을 모니터링해 계층을 자동으로 옮기고 소액의 모니터링 수수료를 받습니다.

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

시험은 "얼마나 자주 읽는가"와 "잃어도 되는가"를 조합해 하나를 고르게 합니다. 자주 읽는 데이터를 IA에 넣으면 조회 요금이 저장 절감을 넘어 오히려 비싸진다는 역전 관계를 이해하는지가 핵심입니다.

시험 포인트 / Exam points

Standard vs Standard-IA

Standard는 자주 접근하는 데이터, Standard-IA는 드물게 접근하지만 필요할 때 즉시 꺼내야 하는 데이터용입니다. IA는 저장은 싸지만 조회 요금이 붙어, 자주 읽으면 오히려 비싸집니다.

One Zone-IA의 함정

단일 AZ에만 저장해 20% 저렴하지만 그 AZ가 소실되면 데이터가 사라집니다. 재생성 가능한 썸네일·2차 사본에만 쓰고, "중요 데이터"에는 오답입니다.

Intelligent-Tiering

접근 패턴을 모니터링해 자동으로 계층을 옮기며 소액의 모니터링 수수료만 받습니다. "접근 패턴이 변하거나 예측 불가"면 이 선택지가 정답입니다.

자주 틀리는 함정 / Common traps

중요한 원본 데이터를 One Zone-IA에 두는 것 — 단일 AZ 소실 시 복구 불가입니다. 재생성 가능한 파생 데이터에만 씁니다.

접근 패턴을 모른다고 명시했는데 수명주기 규칙으로 고정 전환하는 것 — Intelligent-Tiering이 요구에 맞는 답입니다.

📝 이 개념 문제 풀기

S3 Storage Classes

Storage 30 related questions

Choosing an S3 tier by access frequency and availability need

이게 뭔가요? / What is this?

A storage class is not a separate product — it is a pricing tier chosen within the same S3 bucket, based on how fast and how often a given file will be retrieved. Like choosing express shipping versus slow economy shipping for the same package, the data is identical; only the access speed and price tier differ.

개요 / Overview

S3 storage classes trade storage price against retrieval fees and availability. Questions combine "how often is it accessed" with "can it be lost" to select one.

동작 원리 / How it works

Storage classes combine three axes: storage price, retrieval fee, and availability (how many AZs). Standard has no retrieval fee and spans AZs, so it costs most. Standard-IA is cheaper to store but charges per GB retrieved. One Zone-IA drops to a single AZ for about 20% less, losing data if that AZ is lost. Intelligent-Tiering monitors per-object access and moves tiers automatically for a small monitoring fee.

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

The exam combines "how often is it read" with "can it be lost". The key insight is the reversal: putting frequently read data in IA makes retrieval fees exceed the storage saving, so it costs more.

시험 포인트 / Exam points

Standard vs Standard-IA

Standard for frequent access; Standard-IA for infrequent but immediate access. IA stores cheaper but charges per retrieval, so frequent reads make it more expensive.

The One Zone-IA trap

It stores in one AZ for about 20% less, but an AZ loss destroys the data. Use only for reproducible thumbnails or secondary copies — never for critical data.

Intelligent-Tiering

Monitors access and moves objects between tiers for a small monitoring fee. "Changing or unpredictable access patterns" makes this correct.

자주 틀리는 함정 / Common traps

Putting irreplaceable primary data in One Zone-IA — a single AZ loss is unrecoverable. Use it only for reproducible derived data.

Using fixed lifecycle transitions when the question says the access pattern is unknown — Intelligent-Tiering is what matches.

📝 Practice this concept

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