비용 최적화 요구

출제 의도 연관 문항 101개

비용 최적화 요구. 사용 패턴이 곧 정답의 근거

이게 뭔가요? / What is this?

이것은 하나의 서비스가 아니라, "어떻게 하면 더 싸게 할 수 있는가"라는 시험의 판단 기준(추상적 주제)입니다. 정답은 언제나 "이 자원을 얼마나 자주, 얼마나 오래 쓰는가"라는 사용 패턴을 먼저 읽고 그에 맞는 구매 옵션이나 스토리지 등급을 고르는 문제로 귀결됩니다.

개요 / Overview

101문제가 비용을 기준으로 삼습니다. "얼마나 자주, 얼마나 오래 쓰는가"를 읽어내면 스토리지 클래스와 구매 옵션이 자동으로 결정됩니다.

동작 원리 / How it works

비용 최적화는 결국 사용 패턴을 읽고 과금 모델을 맞추는 일입니다. 컴퓨팅은 시간의 성격으로 갈립니다 — 중단 가능하면 Spot, 상시면 약정 할인, 간헐적이면 서버리스, 예측 가능한 시각이면 스케줄 조정. 스토리지는 접근 빈도로 갈립니다 — 수명주기로 IA·Glacier 전환, 패턴 미상이면 Intelligent-Tiering, 재생성 가능하면 One Zone. 데이터베이스는 부하 패턴으로 갈립니다 — 들쭉날쭉하면 Aurora Serverless나 DynamoDB On-Demand.

그리고 자주 간과되는 축이 데이터 전송입니다. NAT 게이트웨이 처리 요금, 리전 간 전송, 인터넷 아웃바운드가 예상 밖의 청구를 만들며, 각각 VPC 엔드포인트·아키텍처 재배치·CloudFront로 줄입니다.

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

101문제가 비용을 기준으로 삼습니다. 함정은 두 가지 방향입니다 — 싼 것을 골랐지만 요구를 못 지키는 경우(중요 데이터를 One Zone-IA에, 사용자 대면 DB를 Spot에), 그리고 요구는 지키지만 과잉인 경우(RTO 24시간에 Active-Active). 정답은 항상 "요구를 만족하는 가장 저렴한 것"입니다.

시험 포인트 / Exam points

컴퓨팅 비용 판단

중단 가능·배치 → Spot. 24시간 상시 → Reserved·Savings Plans. 간헐적·예측 불가 → 서버리스(Lambda·Fargate·Aurora Serverless).

스토리지 비용 판단

접근 빈도가 떨어지면 수명주기로 IA·Glacier 전환. 패턴을 모르면 Intelligent-Tiering. 재생성 가능하면 One Zone-IA.

숨은 데이터 전송 비용

NAT 게이트웨이 처리 요금, 리전 간 전송, 인터넷 아웃바운드가 큰 비용입니다. VPC 엔드포인트와 CloudFront가 이를 줄이는 정답입니다.

자주 틀리는 함정 / Common traps

비용만 보고 가용성·내구성 요구를 희생하는 선택지 — 요구를 위반하면 아무리 싸도 오답입니다.

보관 기간이 짧은 데이터를 Glacier에 넣는 것 — 최소 과금 기간 위약금으로 총비용이 올라갑니다.

📝 이 개념 문제 풀기

Cost Optimization

Exam Intent 101 related questions

Cost optimisation, where the usage pattern decides the answer

이게 뭔가요? / What is this?

This is not a single service — it is an abstract exam theme: "how can this be done more cheaply." The answer always comes down to first reading the usage pattern — how often and how long a resource is used — and then picking the matching purchase option or storage tier.

개요 / Overview

101 questions turn on cost. Read how often and how long something is used, and the storage class or purchase option follows automatically.

동작 원리 / How it works

Cost optimisation is reading the usage pattern and matching the billing model. Compute forks on temporal shape: interruptible → Spot, always-on → commitment discounts, intermittent → serverless, predictable times → scheduled scaling. Storage forks on access frequency: lifecycle to IA and Glacier, Intelligent-Tiering when the pattern is unknown, One Zone when data is reproducible. Databases fork on load shape: erratic → Aurora Serverless or DynamoDB on-demand.

The overlooked axis is data transfer. NAT gateway processing, cross-Region transfer, and internet egress produce surprising bills, reduced respectively by VPC endpoints, rearchitecting placement, and CloudFront.

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

101 questions turn on cost, and the traps run both ways: cheap but failing the requirement (critical data in One Zone-IA, a user-facing database on Spot), and meeting the requirement but over-provisioned (active-active for a 24-hour RTO). The answer is always the cheapest option that still meets the requirement.

시험 포인트 / Exam points

Compute cost decisions

Interruptible batch → Spot. Always-on → Reserved or Savings Plans. Intermittent or unpredictable → serverless (Lambda, Fargate, Aurora Serverless).

Storage cost decisions

Declining access → lifecycle to IA then Glacier. Unknown pattern → Intelligent-Tiering. Reproducible data → One Zone-IA.

Hidden data-transfer cost

NAT processing, cross-Region transfer, and internet egress dominate. VPC endpoints and CloudFront are the answers that shrink them.

자주 틀리는 함정 / Common traps

Sacrificing availability or durability requirements for price — violating a requirement is wrong no matter how cheap.

Putting short-retention data in Glacier — minimum-duration charges raise the total.

📝 Practice this concept

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