Prepstellar

AZ-900 · Cloud foundations and economics

19 cards

Cloud Models and Use Cases

Swipe, scroll or use ← →
  1. Public cloud

    A cloud model answers a different question from a cloud service. The service says what you run; the model says where the resources live and who they belong to. There are three to tell apart — public, private, and hybrid — and the exam almost always tests them through a scenario rather than a definition.

    The fastest way in is to ask one question of each scenario: who can buy these resources?

    1 / 19
  2. Public cloud

    A public cloud is built, controlled, and maintained by a third-party cloud provider. Anyone who wants to purchase cloud services can access and use public-cloud resources. This general public availability distinguishes public cloud from private cloud.

    Note what the definition does not mention: the size of the deployment, the industry, or whether the customer is large. A resource is public-cloud because a provider operates it and it is on sale to whoever wants it — not because many people happen to be using it.

    2 / 19
  3. Public cloud

    The consequences follow from that ownership. Public cloud can scale without capital expenditure for additional infrastructure. Applications can be provisioned and deprovisioned quickly, and customers pay only for what they use.

    There is a price for that. The tradeoff is that the customer does not have complete control over resources and security.

    What you gain What you give up
    Scaling with no capital expenditure for infrastructure Complete control over resources and security
    Quick provisioning and deprovisioning of applications Dedicated hardware of your own
    Paying only for what you use

    Public cloud is therefore a suitable choice when rapid provisioning, usage-based spending, or scaling without purchasing hardware is more important than complete infrastructure control.

    3 / 19
  4. Quick check

    A startup wants provider-run resources it can rent this month and drop the next, and it has no need for dedicated hardware. Which model fits?

    1. APrivate cloud, because renting still requires an environment dedicated to a single entity

      Dedicating an environment to one entity is the private model, and it brings the hardware purchase this startup wants to avoid.

    2. BPublic cloud, because provider-run resources are on sale to anyone and need no capital spend

      Right. A third party builds, controls and maintains public cloud, anyone who wants to purchase it can use it, and applications are provisioned and deprovisioned quickly.

    3. CHybrid cloud, because renting always joins a private and a public side

      Hybrid needs an interconnected private environment, and this startup has none to connect to the public side.

    4 / 19

  5. Private cloud

    A private cloud is a cloud environment used by a single entity. Its resources remain dedicated to one organization.

    Location is not part of that definition, and this is the trap the exam sets most often. A private cloud may run in an on-site datacenter or in a dedicated off-site datacenter, including one operated by a third party. A third party can host it and it stays private, because the resources are still dedicated to one organization rather than generally available for purchase.

    5 / 19
  6. Private cloud

    Private cloud gives the organization's IT team much greater control. It can also keep the organization's data from being collocated with other tenants' data.

    These benefits come with greater cost, and the organization must purchase hardware for startup and maintenance.

    What you gain What you take on
    Much greater control for the IT team Greater cost than a public deployment
    Complete control over resources and security Purchasing hardware for startup
    Data not collocated with other tenants' data Hardware maintenance and updates

    Private cloud is therefore appropriate when dedicated resources, data separation, or complete control over resources and security outweigh the cost and maintenance responsibilities.

    6 / 19
  7. Quick check

    A company needs dedicated resources and its data kept apart from other tenants', accepts the hardware costs, and has a third party host it off-site. Which model is this?

    1. APublic cloud, since a third-party host makes those resources generally available for purchase

      Public cloud is defined by general availability to anyone who wants to buy it; here the resources stay dedicated to one company.

    2. BHybrid cloud, since any environment hosted off-site always includes a public cloud component by design

      An off-site location adds no public environment by itself, and hybrid requires public and private clouds interconnected.

    3. CPrivate cloud, since one entity keeps dedicated resources wherever hosted

      Right. Private cloud means single-entity use of dedicated resources, and it may sit on-site or in a dedicated off-site datacenter run by a third party.

    7 / 19

  8. Hybrid cloud

    A hybrid cloud uses public and private clouds in an interconnected environment. Both halves must be present, and they must be connected: two unrelated environments belonging to the same company are not a hybrid design.

    What the interconnection buys is a decision. Hybrid lets an organization determine which applications and services run in each environment. That placement flexibility can help the organization control security, compliance, or legal requirements — a regulated dataset stays private while a public-facing front end runs on public resources.

    8 / 19
  9. Hybrid cloud

    The second use case is capacity rather than placement. A hybrid design can let a private cloud surge during increased temporary demand by deploying public-cloud resources.

    The word that matters is temporary. The pattern keeps the private environment while adding public capacity for the demand spike; it does not migrate the workload. When the spike passes, the public capacity goes and the private environment is still there.

    Hybrid use case What the organization is really choosing
    Placement Which services stay private and which run public
    Compliance Where regulated data is allowed to live
    Surge Temporary public capacity behind a private cloud
    9 / 19
  10. Hybrid cloud

    Hybrid cloud is therefore appropriate when a workload needs deliberate placement across both environments, or temporary public-cloud capacity alongside a private cloud.

    Two failure modes are worth naming, because scenarios are usually built out of them. Moving the whole workload to public resources is not hybrid: the private half is gone. Absorbing a spike inside the private cloud alone is not hybrid either: the public half was never used. Hybrid requires both environments to take part.

    10 / 19
  11. Quick check

    A regulated application stays in a private cloud, but a two-week demand spike needs extra capacity that will then be released. What should the architect design?

    1. AA hybrid design that keeps the private environment and adds public resources for the spike

      Right. Letting a private cloud surge into public-cloud resources for increased temporary demand, while the private environment remains, is the hybrid pattern.

    2. BA public-only design that puts the regulated application on generally available resources

      Moving everything to public cloud abandons the private environment that the scenario explicitly needs to keep.

    3. CA private-only design that absorbs the entire spike without any connected public capacity

      A private-only environment deploys no public resources, which is exactly the capacity the temporary spike calls for.

    11 / 19

  12. Keep your progress in the app

    That’s 3 of 6 quick checks. In the app they stay answered, and every lesson remembers where you left off.

  13. The three models side by side

    The models are easiest to hold apart as a table of tradeoffs rather than three paragraphs.

    Public cloud Private cloud Hybrid cloud
    Who uses it Anyone who purchases One single entity One organization across both
    Operated by A third-party provider The organization, on-site or in a dedicated off-site datacenter Both environments, interconnected
    Scaling cost No capital expenditure to scale up Hardware must be purchased Public side scales without capital expenditure
    Control Not complete control over resources and security Complete control over resources and security You control security, compliance, or legal requirements by placement
    Data separation Shared provider resources Data not collocated with other tenants' data Sensitive data can stay on the private side
    Flexibility Quick provisioning and deprovisioning Dedicated but fixed capacity The most flexibility; you decide where applications run
    12 / 19
  14. The three models side by side

    Read the "control" row carefully, because it is the row scenarios are built from. Complete control over resources and security is a private-cloud property. Public cloud states the opposite outright as its tradeoff, and hybrid does not grant control everywhere — it lets you choose which environment a workload sits in, and the control comes from that placement.

    The same discipline applies to cost. "No capital expenditure to scale up" is a public-cloud property; "hardware must be purchased for startup and maintenance" is a private-cloud one. A scenario that offers both at once is describing hybrid, not a better version of either model.

    13 / 19
  15. Quick check

    Two teams disagree: one calls complete control over resources and security a public-cloud strength, the other a private-cloud strength. Who is right?

    1. APublic cloud, because the provider hands complete control to each of its paying customers

      Public-cloud customers explicitly do not have complete control over resources and security; that is its stated tradeoff.

    2. BNeither, because complete control belongs only to a hybrid design spanning two environments

      Hybrid lets an organization choose where a workload runs, but the control benefit itself comes from the private side.

    3. CPrivate cloud, because control is the benefit it buys with hardware cost and maintenance

      Right. Private cloud gives the IT team much greater control and avoids collocating data, paid for with hardware purchase and maintenance.

    14 / 19

  16. Choosing a model

    Start with the requirement that most directly separates the models. One requirement usually does all the work, and the rest of the scenario is decoration.

    The requirement that decides it Model
    Broadly available provider-operated resources, quick provisioning, no capital expenditure Public
    One organization needs dedicated resources and accepts hardware cost and maintenance for greater control Private
    Public and private must be connected, workloads placed between them, or private capacity extended temporarily Hybrid
    15 / 19
  17. Choosing a model

    Applied to a scenario, that becomes three questions in order.

    1. Is there a private environment at all? If not, hybrid is out, whatever else the scenario says.
    2. Are the resources dedicated to one organization, or on sale to anyone? That separates private from public.
    3. Do both environments have to take part — by placement or by surge? Only then is it hybrid.

    Choose public cloud when broadly available provider-operated resources, quick provisioning, and avoiding capital expenditure drive the decision. Choose private cloud when one organization needs dedicated resources and accepts hardware cost and maintenance in exchange for greater control. Choose hybrid cloud when the organization must connect public and private environments, choose workload placement between them, or extend private capacity temporarily with public resources.

    16 / 19
  18. Quick check

    Which requirement points to hybrid cloud rather than to either model on its own?

    1. ADeciding, service by service, which workloads run in public and which stay private

      Right. Hybrid interconnects both environments, so the organization determines which applications and services run in each one.

    2. BAvoiding capital expenditure while scaling a brand-new application very quickly

      Scaling with no capital expenditure is the reason to choose public cloud, and it needs no private environment at all.

    3. CKeeping every resource dedicated to one organization and away from any other tenants

      Dedicated resources kept apart from other tenants describe private cloud, which needs no public component.

    17 / 19

  19. Key takeaways

    • Public cloud uses third-party-operated resources that are generally available for purchase and supports rapid scaling without capital expenditure, at the cost of complete control over resources and security.
    • Private cloud dedicates resources to one organization and provides greater control with greater cost and hardware responsibility, whether it runs on-site or in a dedicated off-site datacenter operated by a third party.
    • Hybrid cloud interconnects public and private clouds so an organization can control placement or use public resources for temporary demand, keeping the private environment in place.
    • Decide with the requirement that separates the models: general availability points to public, dedication to one entity points to private, and needing both environments points to hybrid.
    18 / 19
  20. Quick check

    Which summary separates the three models correctly?

    1. APublic is dedicated to a single entity, private is sold to any buyer, hybrid runs only on-site

      The first two are swapped, and a private cloud may run on-site or in a dedicated off-site datacenter.

    2. BPublic is sold to any buyer, private is dedicated to one entity, hybrid interconnects both

      Right. General availability for purchase marks public cloud, single-entity dedication marks private cloud, and hybrid connects the two.

    3. CPublic interconnects two environments, private is sold to any buyer, hybrid is dedicated

      Interconnection is the hybrid property and dedication to one entity is the private one, so both have been misplaced.

    19 / 19

  21. 6 quick checks · then the test

    In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.

The whole course, on your phone

Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.