Cert Notes/ Commute Study Notes
Roadmap
KOEN
CLF-C02 · FoundationalCloud Practitioner - Foundational
  • Week 1
    • 1.What Is Cloud Computing
    • 2.AWS Global Infrastructure
    • 3.The Shared Responsibility Model
    • 4.The Six Pillars of the Well-Architected Framework and the Value of Cloud Adoption
    • 5.Week 1 Wrap-Up: Cloud Concepts Review
  • Week 2
    • 1.Compute Overview: EC2, Lambda, and Containers (ECS/Fargate)
    • 2.Storage Overview: S3 (Object), EBS (Block), EFS/FSx (File)
    • 3.Networking Basics: VPC, Subnets, Security Groups, Internet Gateway
    • 4.Content Delivery and DNS: CloudFront, Route 53, Edge Services
    • 5.Week 2 Wrap-Up — Core Services 1 Review
  • Week 3
    • 1.Database Overview: The Same "DB" Serves Different Purposes
    • 2.Application Integration: Connecting Systems Loosely
    • 3.Management & Monitoring Tools: Watching and Tracing Your Systems
    • 4.Deployment, Automation & More: Infrastructure as Code, and Without Servers
    • 5.Week 3 Synthesis — Core Services 2 Review
  • Week 4
    • 1.The Shared Responsibility Model in Depth and IAM Fundamentals
    • 2.Security Services at a Glance: What Threat Does Each Stop?
    • 3.Compliance: Certificates, Compliance Programs, and the Nationality of Data
    • 4.Data Protection Basics: Encryption, Key Management, and Secret Storage
    • 5.Week 4 Synthesis: Security and Compliance All in One
  • Week 5
    • 1.Pricing Models: The Same Compute Costs Differently Depending on How You Buy It
    • 2.Cost Management Tools: See What You Spent, Stop Leaks Before They Happen
    • 3.Support Plans: How AWS Helps When Problems Arise
    • 4.Billing Structure: Pay for Many Accounts as One, and Gauge Costs in Advance
    • 5.Week 5 Wrap-Up: Billing, Pricing, and Support in One Review
  • Week 6
    • 1.Domain Review 1: Cloud Concepts + Cloud Technology & Services Core Recap
    • 2.Domain Review 2: Security & Compliance + Billing, Pricing & Support Core Recap
    • 3.Full Mock Exam Pace: All Four Domains Combined
    • 4.Common Traps and Keywords: The "Keyword → Service" Translation Table
    • 5.D-Day Wrap-Up: Exam Structure, Time Allocation, and a Final Check Checklist
DVA-C02 · AssociateDeveloper - Associate
SAA-C03 · AssociateSolutions Architect - Associate
SOA-C02 · AssociateCloudOps Engineer - Associate
SAP-C02 · ProfessionalSolutions Architect - Professional
DOP-C02 · ProfessionalDevOps Engineer - Professional
SCS-C03 · SpecialtySecurity - Specialty
MLA-C01 · AssociateMachine Learning Engineer - Associate
AIF-C01 · FoundationalAI Practitioner - Foundational
DEA-C01 · AssociateData Engineer - Associate
MLS-C01 · SpecialtyMachine Learning - Specialty
← CLF-C02/Week 1/Day 1
CLF-C02· AssociateWeek 1 · Day 1~17 min read

Day 1 - What Is Cloud Computing

The first step in studying for an AWS certification is getting a clear grip on "what exactly the cloud is." The terminology may look intimidating, but the core idea is surprisingly simple. This article covers the definition of cloud computing, examples we already use in everyday life, and the six advantages of the cloud that AWS emphasizes — all explained so that beginners can understand them right away.

Definition of Cloud Computing

Cloud computing is a model where you rent computing resources (servers, storage, databases, networking, software, and so on) over the internet when you need them, and pay only for what you use. Think of electricity. We don't keep a generator at home. We plug into an outlet and pay for the electricity we consume. The cloud works the same way. Instead of buying servers and placing them in your own server room, you rent servers from a provider like AWS over the internet and pay according to usage.

Comparing it with the traditional approach (on-premises) makes the difference clear.

ComparisonOn-premises (own it yourself)Cloud (rent it)
Buying serversPurchase up front with a large paymentNo purchase needed, use when needed
Cost structureUpfront investment (capital expense)Pay for what you use (variable expense)
Capacity expansionWeeks to months to order and install new equipmentScale with a few clicks in minutes
Management responsibilityPower, cooling, and hardware are all on youThe provider manages the physical infrastructure

💡 Related theory: The U.S. National Institute of Standards and Technology (NIST) defines five essential characteristics of the cloud — ① on-demand self-service (use resources immediately, on your own, when needed), ② broad network access, ③ resource pooling (resources shared among multiple users), ④ rapid elasticity (automatic scaling up/down to match demand), and ⑤ measured service (usage is metered and billed). These five characteristics are what distinguish the cloud from merely being "someone else's server."

The Cloud We Already Use

The cloud is not a distant concept. Photo backup services that automatically save your smartphone pictures, online office suites that let you edit documents right in a web browser, streaming services that deliver movies over the internet — all of these run on the cloud. Users may not even know where the servers are, yet they enjoy an experience that is instantly available and scales seamlessly. That is the value the cloud provides.

The Three Cloud Deployment Models

Let's start with the basic classification that appears on the exam.

  • Public cloud: Resources delivered over the internet by a provider such as AWS or Azure and shared by many customers. The most common form.
  • Private cloud: A cloud used exclusively by a single organization. Chosen when security or regulatory requirements are strict.
  • Hybrid cloud: Public + private (or on-premises) connected and used together. For example, keeping some data internal while placing the rest in the public cloud.

💡 Related theory: The cloud is also divided by service level into IaaS / PaaS / SaaS. IaaS (provides basic infrastructure such as servers and networking, e.g., EC2), PaaS (also provides the application runtime environment, e.g., managed databases), and SaaS (provides finished software, e.g., webmail). The higher up you go, the less the user has to manage.

The Six Advantages of the Cloud

These are the six advantages of cloud adoption that AWS officially emphasizes. They are a favorite exam topic, so make sure you understand each one.

AdvantageCore meaning
① Trade capital expense for variable expenseInstead of investing a large sum up front (capital expense), pay only for what you actually use (variable expense)
② Benefit from massive economies of scaleBecause countless customers share the platform, unit costs drop and prices are lower
③ Stop guessing capacityNo need to predict how much you'll need in advance — scale up or down to match demand
④ Increase speed and agilityProvision resources in minutes → experiment with and launch ideas quickly
⑤ Stop spending money running and maintaining data centersNo need to handle power, cooling, or hardware replacement yourself
⑥ Go global in minutesExpand your service onto AWS infrastructure in multiple countries with a few clicks

Here is each advantage unpacked.

① Trade capital expense for variable expense. If you buy servers up front, your money is tied up even while they sit idle, but with the cloud you pay only for what you use.

② Massive economies of scale lower costs. Because AWS aggregates the usage of millions of customers worldwide, it can supply resources far more cheaply than an individual company buying equipment alone.

③ No need to guess capacity in advance. With the traditional approach you had to predict "peak traffic" and buy equipment accordingly — buy too much and it's wasted, buy too little and you get outages. With the cloud you simply adjust to demand.

④ Speed and agility improve. A new server is ready in minutes with a few clicks, so experimentation and launches happen faster.

⑤ You no longer worry about data center operating costs. Hand off "non-core work" like electricity, cooling, and hardware management to the provider and focus on your core business.

⑥ Go global in minutes. With a few clicks you can serve users on other continents from nearby infrastructure, making responses fast.

💡 Related theory: "Elasticity" and "scalability" in the cloud are similar but different. Scalability is the ability to add resources at all, while elasticity is the ability to automatically grow and shrink according to demand. Among the six advantages, ③ and ④ are possible precisely because of this elasticity.

Wrapping Up

Today we covered the core definition of cloud computing — "renting computing resources over the internet and paying for what you use" — and the six advantages AWS emphasizes (capital expense → variable expense, economies of scale, no capacity guessing, speed and agility, lower operating costs, global deployment). In the next article, we'll look at where and how this cloud is actually laid out — AWS's global infrastructure (Regions, Availability Zones, and edge locations).

📝 Practice Questions

Click a choice to reveal the answer and explanation.

Question 1

Which of the following best describes the most essential characteristic of cloud computing?

Question 2

Among the six advantages of the cloud, which one best represents "paying only for what you use instead of investing a large sum up front"?

Question 3

A startup is about to launch a new service where traffic is hard to predict. Which advantage of the cloud directly solves this concern?

Question 4

Which deployment model connects a public cloud and a private cloud for combined use?

Question 5

Which of the following is NOT one of the cloud characteristics defined by NIST?

Next AWS Global InfrastructureWeek 1 · Day 2

On this page

  • Definition of Cloud Computing
  • The Cloud We Already Use
  • The Three Cloud Deployment Models
  • The Six Advantages of the Cloud
  • Wrapping Up
  • Practice Questions