운영 부담 최소화
문제에서 가장 자주 나오는 판단 기준. 관리형·서버리스가 이긴다
이게 뭔가요? / What is this?
이것은 특정 서비스의 이름이 아니라, 시험 문제가 반복해서 요구하는 하나의 판단 기준("운영 부담을 최소화하라")을 가리키는 추상적인 개념입니다. 직접 관리하고 고쳐야 하는 자체 장비보다 관리와 유지보수를 남(AWS)에게 맡기는 서비스를 고르라는 원칙이며, 정비까지 맡겨서 렌트카를 빌리는 것과 차를 사서 직접 정비하는 것 중 부담이 적은 쪽을 고르는 것과 같습니다.
개요 / Overview
"LEAST operational overhead"는 684문제 중 134문제에 등장하는 최다 빈출 조건입니다. 기능이 같아 보이는 선택지가 둘 이상이면, 사람이 서버를 패치·확장·모니터링할 필요가 없는 쪽이 정답입니다.
동작 원리 / How it works
"운영 부담"은 사람이 반복해서 해야 하는 일의 총량입니다 — 서버 패치, 용량 증설, 백업 스크립트 유지, 장애 대응 대기, 버전 업그레이드. AWS 서비스를 이 축으로 세우면 뚜렷한 서열이 나옵니다. 서버리스(Lambda, Fargate, DynamoDB, S3, Athena, SQS)는 인프라가 존재하지 않는 것처럼 보이고, 관리형(RDS, ElastiCache, OpenSearch, MSK)은 인스턴스는 보이지만 패치·백업·장애 조치를 AWS가 하고, 자체 운영(EC2에 직접 설치)은 전부 사람 몫입니다.
134문제에 등장하는 이 조건은 사실상 "서열이 낮은 쪽을 고르라"는 지시입니다. 기능이 같아 보이는 두 선택지가 남으면, 사람이 손댈 일이 적은 쪽이 정답입니다.
시험은 무엇을 보는가 / What the exam is testing
이 조건은 단독으로 오지 않고 다른 요구와 함께 옵니다. 비용과 충돌할 때는 문제의 대문자 강조(LEAST vs MOST)가 어느 쪽이 진짜 기준인지 알려 줍니다. 그리고 이 조건이 있으면 "EC2에 무언가를 설치한다", "cron을 띄운다", "직접 스크립트를 짠다"는 선택지를 가장 먼저 지우는 것이 시간을 아끼는 방법입니다.
시험 포인트 / Exam points
서버리스(Lambda·Fargate·DynamoDB·Athena) < 관리형(RDS·ElastiCache·MSK) < 자체 운영(EC2에 직접 설치). 문제에 이 조건이 있으면 EC2에 무언가를 설치하는 선택지부터 지우세요.
크론 서버 → EventBridge 스케줄, 자체 SFTP 서버 → Transfer Family, 직접 짠 스냅샷 스크립트 → AWS Backup, 자체 Hadoop → Glue/Athena.
운영 부담 최소화와 최저 비용이 함께 나오면 문제의 대문자 강조(MOST/LEAST)를 보고 무엇이 진짜 기준인지 판단하세요. 대개 강조된 쪽이 우선입니다.
자주 틀리는 함정 / Common traps
기능적으로 더 강력하다는 이유로 자체 운영 선택지를 고르는 것 — 이 조건이 명시되면 기능 과잉은 오답 근거가 됩니다.
"관리형"과 "서버리스"를 같은 것으로 보는 것 — RDS는 관리형이지만 인스턴스 크기와 스토리지를 여전히 사람이 정합니다. 완전한 무관리가 요구되면 Aurora Serverless나 DynamoDB입니다.
헷갈리는 것 구분하기 / Telling them apart
두 조건이 함께 나오면 서로 반대 방향을 가리키는 경우가 많습니다(서버리스는 편하지만 고사용률에서 비싸고, EC2 Spot은 싸지만 손이 갑니다). 문제에서 대문자로 강조된 조건이 우선이며, 강조가 없으면 "요구를 만족하는 가장 단순한 것"이 안전한 선택입니다.
Least Operational Overhead
The most common tie-breaker: managed and serverless win
이게 뭔가요? / What is this?
This is not the name of a specific service — it is an abstract judging criterion the exam keeps testing: "minimize operational overhead." It is the principle of choosing a service where someone else (AWS) handles the upkeep, rather than equipment that must be maintained directly — like choosing a rental car with maintenance included over buying a car and servicing it personally.
개요 / Overview
"Least operational overhead" appears in 134 of the 684 questions — the single most common qualifier. When two options look functionally equal, the one requiring no human patching, scaling, or monitoring wins.
동작 원리 / How it works
"Operational overhead" is the total amount of work humans must repeat: patching servers, adding capacity, maintaining backup scripts, being on call, upgrading versions. Ranking AWS services on that axis gives a clear order. Serverless (Lambda, Fargate, DynamoDB, S3, Athena, SQS) looks as if no infrastructure exists; managed (RDS, ElastiCache, OpenSearch, MSK) shows instances but AWS patches, backs up, and fails them over; self-hosted (installed on EC2) is all yours.
Appearing in 134 questions, this qualifier is effectively an instruction to pick the lower rung. When two options look functionally equal, the one needing less human attention is correct.
시험은 무엇을 보는가 / What the exam is testing
This qualifier never arrives alone. When it conflicts with cost, the capitalised word in the question (LEAST versus MOST) tells you which one actually decides. And when it is present, the fastest route is eliminating "install it on EC2", "run cron", and "write our own script" first.
시험 포인트 / Exam points
Serverless (Lambda, Fargate, DynamoDB, Athena) < managed (RDS, ElastiCache, MSK) < self-hosted on EC2. When this qualifier appears, eliminate the "install it on EC2" options first.
Cron server → EventBridge schedule. Self-hosted SFTP → Transfer Family. Hand-written snapshot scripts → AWS Backup. Self-managed Hadoop → Glue or Athena.
When both least overhead and lowest cost appear, the capitalised qualifier (MOST/LEAST) tells you which one actually decides.
자주 틀리는 함정 / Common traps
Choosing the self-hosted option because it is more capable — with this qualifier stated, extra capability is a reason it is wrong.
Treating "managed" and "serverless" as the same — RDS is managed but you still size instances and storage. If truly hands-off is required, that is Aurora Serverless or DynamoDB.
헷갈리는 것 구분하기 / Telling them apart
When both appear they often point opposite ways (serverless is easy but pricey at high utilisation; EC2 Spot is cheap but hands-on). The capitalised qualifier wins, and absent emphasis, the simplest option that meets the requirement is the safe pick.
AWS SAA Hub Pro는 독립 학습 자료이며 Amazon Web Services, Inc.의 공식 서비스가 아닙니다. 시험 정책과 서비스 사양은 AWS 공식 문서를 기준으로 확인하세요.