Prepstellar

AZ-900 · Cloud foundations and economics

17 cards

Cloud Computing and Shared Responsibility

Swipe, scroll or use ← →
  1. What changes when computing arrives over the internet

    Before any Azure service makes sense, one sentence has to be exact, because every later decision in this exam hangs off it. Cloud computing is the delivery of computing services over the internet. The delivery mechanism is the definition, not the size of the machines or who owns the building.

    Those services start with familiar IT infrastructure:

    Category Examples
    Compute Virtual machines
    Storage Disks, files, object storage
    Data Databases
    Connectivity Networking

    Cloud offerings also extend beyond traditional infrastructure to Internet of Things, machine learning, and artificial intelligence services. A cloud platform is therefore wider than a rented datacenter: it sells capabilities that most organizations would never build for themselves.

    1 / 17
  2. What changes when computing arrives over the internet

    Internet delivery changes how an organization obtains capacity. Cloud computing is not constrained by physical infrastructure in the same way as a traditional datacenter. When an organization needs to expand rapidly, it can use cloud resources instead of waiting to build another datacenter.

    Picture a retail team facing a seasonal launch. The traditional path is to buy and configure extra physical servers months in advance and hope the estimate was right. The cloud path is to deploy additional capacity for the launch period and scale down afterwards. The workload is the same; the lead time is not.

    That is the practical meaning of "not constrained": capacity stops being a construction project and becomes a request.

    2 / 17
  3. Quick check

    A retail team must add compute capacity for a launch three weeks away. Why can cloud computing meet that deadline when its own datacenter cannot?

    1. ABecause a cloud subscription ships extra servers to the team's datacenter

      Cloud services arrive over the internet; nothing is shipped, and buying servers is the slow path the team is trying to avoid.

    2. BBecause seasonal traffic is served from the team's existing on-site hardware

      The existing on-site hardware is exactly the constraint here, and physical capacity cannot be built in three weeks.

    3. CBecause services delivered over the internet are not tied to building physical capacity

      Right. Internet delivery removes the wait to build another datacenter, so the organization can expand its IT footprint rapidly.

    3 / 17

  4. Where the responsibility line moves

    In an on-premises datacenter there is no line to draw, because everything is on one side of it. The organization is responsible for the physical space, security, servers, infrastructure, software, patches, and versions. If a server fails, its team replaces it. If a version goes out of support, its team upgrades it.

    Moving to the cloud does not delete that list of duties. It splits it. In cloud computing, the provider and the consumer share responsibility. And the division is not the same for every task or every service type, which is why "the cloud handles it" is never a complete answer.

    4 / 17
  5. Where the responsibility line moves

    Start with the part that never moves. The cloud provider is responsible for physical security, power, cooling, and network connectivity. The reason is simple: the consumer is not in the building, so those duties could not belong to it even in principle.

    On-premises datacenter Cloud service
    Physical space and security Organization Provider
    Power and cooling Organization Provider
    Network connectivity Organization Provider
    Servers and hardware replacement Organization Provider
    Software, patches, versions Organization Depends on the service type
    Data and access decisions Organization Consumer

    The right-hand column is the whole model in one view: a fixed provider block at the bottom, a fixed consumer block at the top, and a movable middle.

    5 / 17
  6. Quick check

    What separates an on-premises datacenter from a cloud service in terms of responsibility?

    1. AThe provider keeps the physical hosts and the physical network underneath the running workloads

      A provider owning the hosts and the physical network describes cloud computing; on-premises, the organization owns those layers itself.

    2. BThe organization keeps the whole stack, hardware through patching

      Right. On-site operation leaves physical space, security, servers, infrastructure, software, patching and versions with the organization's own team.

    3. CThe two parties split the duties, and the split depends on the service type bought

      A division that varies with the service type is the cloud shared-responsibility model, not the everything-is-yours on-premises model.

    6 / 17

  7. Always yours, always theirs, and it depends

    The model is easiest to apply as three buckets rather than as a long list. Two of the buckets are fixed no matter what you buy, and only the third one moves.

    Bucket Contents
    The provider always owns The physical datacenter, the physical network, the physical hosts
    The consumer always owns The information and data stored in the cloud, the devices allowed to connect, the accounts and identities in the environment
    The service type decides Operating systems, network controls, applications, identity and access, infrastructure

    Notice what the middle bucket is made of: software and control layers. Those are precisely the things that can be handed over or kept, which is why they are the ones that move.

    7 / 17
  8. Always yours, always theirs, and it depends

    The consumer bucket deserves a sentence of its own, because it is where most exam mistakes happen. The consumer remains responsible for the information and data stored in the cloud. It is also responsible for connected devices and for the accounts and identities in the environment.

    Access security stays a consumer duty for a reason that is worth understanding rather than memorizing: the consumer is the only party that knows who should receive access. A provider can run an authentication platform, but it cannot decide that a particular contractor should read a particular folder.

    So the sentence "we moved to the cloud, so identity is handled for us" is wrong in every service type, including the most managed ones.

    8 / 17
  9. Quick check

    A security review asks which items stay with your team no matter which cloud service you buy. Which answer is correct?

    1. AYour information and data, the devices you connect, and your accounts and identities

      Right. Information and data, the devices allowed to connect, and the accounts and identities never transfer to the provider.

    2. BThe physical network and the physical hosts underneath your workloads

      The physical network and hosts are permanently the provider's, because the consumer is not collocated with the datacenter.

    3. CThe datacenter's power and cooling, plus its physical security

      Power, cooling and physical security belong to the provider for the same reason: the consumer does not operate the facility.

    9 / 17

  10. 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.

  11. The service type sets the boundary

    The middle bucket does not move at random. It moves along a spectrum defined by the cloud service types. Infrastructure as a service places the most responsibility on the consumer, software as a service places most responsibility on the provider, and platform as a service sits between them.

    Service type Who carries more of the movable layers
    On-premises The organization carries everything
    IaaS Mostly the consumer
    PaaS Shared between the two
    SaaS Mostly the provider

    Read the table as a slope, not as four unrelated cases. Each step to the right hands another movable layer to the provider.

    10 / 17
  12. The service type sets the boundary

    Two things the slope does not do are worth stating plainly.

    It never moves the bottom bucket up: even in SaaS, the physical datacenter, physical network, and physical hosts remain the provider's, so they cannot "shift" anywhere. And it never moves the top bucket down: even in SaaS, the data, the connected devices, and the accounts and identities remain the consumer's.

    Identity and access shows how the middle behaves. In PaaS and SaaS it is genuinely shared: the organization manages its own users, roles, and policies, while the provider runs the authentication platform underneath them. Infrastructure behaves differently: it shifts to the provider as soon as the organization moves off-premises to IaaS.

    11 / 17
  13. Quick check

    An organization wants the provider to carry as much of the service as possible while it still owns its data and identities. Which service type fits?

    1. AIaaS, which leaves the consumer holding the largest share of the work

      IaaS is the consumer-heavy end of the spectrum, which is the opposite of what this organization is asking for.

    2. BSaaS, where the cloud provider carries most of the work

      Right. SaaS places most responsibility on the provider, and data, accounts and identities stay with the consumer in any case.

    3. CPaaS, which sits in the middle and splits the duties between the two parties

      PaaS is the middle ground, so it does divide the work, but it is not the most provider-heavy option available.

    12 / 17

  14. Applying the model to a database

    An abstract model is only useful if it settles a concrete argument, so take the one that comes up most often: who patches the database?

    The deployed service determines the boundary. With a cloud SQL database, the provider maintains the database while the consumer remains responsible for the data ingested into it. If the consumer instead installs an SQL database on a virtual machine, the consumer becomes responsible for database patches and updates as well as the stored data.

    Deployment Database maintenance Ingested data
    Managed cloud SQL database Provider Consumer
    SQL installed on a virtual machine Consumer Consumer

    The same product name, two different answers, because the boundary follows what was actually deployed.

    13 / 17
  15. Applying the model to a database

    That gives a heuristic you can apply to a service you have never seen before: use the resource layer to decide responsibility.

    • Physical facilities and hosts belong to the provider.
    • Customer data, devices, accounts, and identities stay with the consumer.
    • Software and control layers can shift with the service type.

    Work down the stack until you reach the layer the question is really about, then read off the bucket. A question about cooling never reaches the movable middle; a question about operating-system patches always does.

    14 / 17
  16. Quick check

    One team uses a managed cloud SQL database; another installs SQL on a virtual machine. How do the duties differ?

    1. AThe managed database is patched by the provider, and on the virtual machine that work is yours

      Right. The provider maintains the managed database, installing your own on a virtual machine makes its patches and updates yours, and the data is yours either way.

    2. BBoth databases are patched by the provider, and in both cases the stored data becomes theirs

      Installing the database yourself makes its patches and updates your job, and stored data never becomes the provider's responsibility.

    3. CBoth databases are patched by your own team, and in both cases the provider owns the ingested data

      A managed cloud database is maintained by the provider, and data ingested into either database remains the consumer's responsibility.

    15 / 17

  17. Key takeaways

    • Cloud computing delivers computing services over the internet, from virtual machines, storage, databases, and networking through to IoT, machine learning, and AI, without the physical constraints of a traditional datacenter.
    • The provider owns the physical datacenter, the physical network, and the physical hosts, along with physical security, power, cooling, and network connectivity.
    • The consumer owns cloud data, connected devices, accounts, and identities, and keeps access security because it decides who should receive access.
    • Responsibility for operating systems, network controls, applications, identity and access, and infrastructure depends on the service type: IaaS is consumer-heavy, SaaS is provider-heavy, PaaS sits between them.
    • On-premises operation keeps every layer with the organization, which is why the shared model only begins once a provider is involved.
    16 / 17
  18. Quick check

    Which summary of the shared responsibility model is correct?

    1. AThe provider owns the facility and all of your data, and the service type then decides who holds identities

      Data never belongs to the provider, and identities are one of the items that stay with the consumer under every service type.

    2. BYou own the facility and your data, and the service type decides who holds the physical network

      The physical facility and its network are always the provider's, so neither of them is something the service type decides.

    3. CThe provider owns the facility, you own data, devices and identities, the service type does the rest

      Right. Physical datacenter, network and hosts are the provider's, data, devices and identities are yours, and the middle layers move with the service type.

    17 / 17

  19. 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.