Module 2
Module 2
You may have heard of the shared responsibility model, but you may not understand
what it means or how it impacts cloud computing.
With the shared responsibility model, these responsibilities get shared between the
cloud provider and the consumer. Physical security, power, cooling, and network
connectivity are the responsibility of the cloud provider. The consumer isn’t
collocated with the datacenter, so it wouldn’t make sense for the consumer to have
any of those responsibilities.
At the same time, the consumer is responsible for the data and information stored in
the cloud. (You wouldn’t want the cloud provider to be able to read your
information.) The consumer is also responsible for access security, meaning you only
give access to those who need it.
Then, for some things, the responsibility depends on the situation. If you’re using a
cloud SQL database, the cloud provider would be responsible for maintaining the
actual database. However, you’re still responsible for the data that gets ingested into
the database. If you deployed a virtual machine and installed an SQL database on it,
you’d be responsible for database patches and updates, as well as maintaining the
data and information stored in the database.
The following diagram highlights how the Shared Responsibility Model informs who
is responsible for what, depending on the cloud service type.
You’ll always be responsible for:
Operating systems
Network controls
Applications
Identity and infrastructure
Private cloud
Let’s start with a private cloud. A private cloud is, in some ways, the natural evolution
from a corporate datacenter. It’s a cloud (delivering IT services over the internet)
that’s used by a single entity. Private cloud provides much greater control for the
company and its IT department. However, it also comes with greater cost and fewer
of the benefits of a public cloud deployment. Finally, a private cloud may be hosted
from your on site datacenter. It may also be hosted in a dedicated datacenter offsite,
potentially even by a third party that has dedicated that datacenter to your company.
Public cloud
Hybrid cloud
A hybrid cloud is a computing environment that uses both public and private clouds
in an inter-connected environment. A hybrid cloud environment can be used to allow
a private cloud to surge for increased, temporary demand by deploying public cloud
resources. Hybrid cloud can be used to provide an extra layer of security. For
example, users can flexibly choose which services to keep in public cloud and which
to deploy to their private cloud infrastructure.
The following table highlights a few key comparative aspects between the cloud
models.
No capital expenditures to scale up Organizations have complete control over Provides the most
resources and security
Applications can be quickly provisioned and Data is not collocated with other organizations’ Organizations dete
deprovisioned data applications
Organizations pay only for what they use Hardware must be purchased for startup and Organizations cont
maintenance legal requirements
Organizations don’t have complete control over Organizations are responsible for hardware
resources and security maintenance and updates
Multi-cloud
Azure Arc
Azure Arc is a set of technologies that helps manage your cloud environment. Azure
Arc can help manage your cloud environment, whether it's a public cloud solely on
Azure, a private cloud in your datacenter, a hybrid configuration, or even a multi-
cloud environment running on multiple cloud providers at once.
Azure VMware Solution
What if you’re already established with VMware in a private cloud environment but
want to migrate to a public or hybrid cloud? Azure VMware Solution lets you run
your VMware workloads in Azure with seamless integration and scalability.
No upfront costs.
No need to purchase and manage costly infrastructure that users might not use
to its fullest potential.
The ability to pay for more resources when they're needed.
The ability to stop paying for resources that are no longer needed.
With a traditional datacenter, you try to estimate the future resource needs. If you
overestimate, you spend more on your datacenter than you need to and potentially
waste money. If you underestimate, your datacenter will quickly reach capacity and
your applications and services may suffer from decreased performance. Fixing an
under-provisioned datacenter can take a long time. You may need to order, receive,
and install more hardware. You'll also need to add power, cooling, and networking
for the extra hardware.
In a cloud-based model, you don’t have to worry about getting the resource needs
just right. If you find that you need more virtual machines, you add more. If the
demand drops and you don’t need as many virtual machines, you remove machines
as needed. Either way, you’re only paying for the virtual machines that you use, not
the “extra capacity” that the cloud provider has on hand.
Cloud computing is the delivery of computing services over the internet by using a
pay-as-you-go pricing model. You typically pay only for the cloud services you use,
which helps you:
To put it another way, cloud computing is a way to rent compute power and storage
from someone else’s datacenter. You can treat cloud resources like you would
resources in your own datacenter. However, unlike in your own datacenter, when
you're done using cloud resources, you give them back. You’re billed only for what
you use.
Instead of maintaining CPUs and storage in your datacenter, you rent them for the
time that you need them. The cloud provider takes care of maintaining the
underlying infrastructure for you. The cloud enables you to quickly solve your
toughest business challenges and bring cutting-edge solutions to your users.
Public cloud
Hybrid cloud
The hybrid cloud model is a combination of public cloud and private cloud,
using both datacenters dedicated solely to one customer and datacenters that
are shared with the public.
Multi-cloud
3. According to the shared responsibility model, which cloud service type places the most
responsibility on the customer?
IaaS places the most responsibility on the consumer, with the cloud provider
being responsible for the basics of physical security, power, and connectivity.
Software as a Service (SaaS)
Learning objectives
After completing this module, you’ll be able to:
When you’re architecting your solution, you’ll need to account for service availability
guarantees. Azure is a highly available cloud environment with uptime guarantees
depending on the service. These guarantees are part of the service-level agreements
(SLAs).
Scalability
Another major benefit of cloud computing is the scalability of cloud resources.
Scalability refers to the ability to adjust resources to meet demand. If you suddenly
experience peak traffic and your systems are overwhelmed, the ability to scale means
you can add more resources to better handle the increased demand.
The other benefit of scalability is that you aren't overpaying for services. Because the
cloud is a consumption-based model, you only pay for what you use. If demand
drops off, you can reduce your resources and thereby reduce your costs.
Scaling generally comes in two varieties: vertical and horizontal. Vertical scaling is
focused on increasing or decreasing the capabilities of resources. Horizontal scaling
is adding or subtracting the number of resources.
Vertical scaling
With vertical scaling, if you were developing an app and you needed more
processing power, you could vertically scale up to add more CPUs or RAM to the
virtual machine. Conversely, if you realized you had over-specified the needs, you
could vertically scale down by lowering the CPU or RAM specifications.
Horizontal scaling
With horizontal scaling, if you suddenly experienced a steep jump in demand, your
deployed resources could be scaled out (either automatically or manually). For
example, you could add additional virtual machines or containers, scaling out. In the
same manner, if there was a significant drop in demand, deployed resources could
be scaled in (either automatically or manually), scaling in.
Describe the benefits of reliability and predictability
in the cloud
Reliability and predictability are two crucial cloud benefits that help you develop
solutions with confidence.
Reliability
Reliability is the ability of a system to recover from failures and continue to function.
It's also one of the pillars of the Microsoft Azure Well-Architected Framework.
The cloud, by virtue of its decentralized design, naturally supports a reliable and
resilient infrastructure. With a decentralized design, the cloud enables you to have
resources deployed in regions around the world. With this global scale, even if one
region has a catastrophic event other regions are still up and running. You can
design your applications to automatically take advantage of this increased reliability.
In some cases, your cloud environment itself will automatically shift to a different
region for you, with no action needed on your part. You’ll learn more about how
Azure leverages global scale to provide reliability later in this series.
Predictability
Predictability in the cloud lets you move forward with confidence. Predictability can
be focused on performance predictability or cost predictability. Both performance
and cost predictability are heavily influenced by the Microsoft Azure Well-Architected
Framework. Deploy a solution that’s built around this framework and you have a
solution whose cost and performance are predictable.
Performance
On the security side, you can find a cloud solution that matches your security needs.
If you want maximum control of security, infrastructure as a service provides you with
physical resources but lets you manage the operating systems and installed software,
including patches and maintenance. If you want patches and maintenance taken care
of automatically, platform as a service or software as a service deployments may be
the best cloud strategies for you.
By establishing a good governance footprint early, you can keep your cloud footprint
updated, secure, and well managed.
Describe the benefits of manageability in the
cloud
A major benefit of cloud computing is the manageability options. There are two
types of manageability for cloud computing that you’ll learn about in this series, and
both are excellent benefits.
Vertical scaling
Horizontal scaling
2. What is characterized as the ability of a system to recover from failures and continue to
function?
Reliability
Scalability
Introduction
Completed100 XP
1 minute
In this module, you’ll be introduced to cloud service types. You’ll learn how each
cloud service type determines the flexibility you’ll have with managing and
configuring resources. You'll understand how the shared responsibility model applies
to each cloud service type, and about various use cases for each cloud service type.
Learning objectives
After completing this module, you’ll be able to:
The shared responsibility model applies to all the cloud service types. PaaS splits the
responsibility between you and the cloud provider. The cloud provider is responsible
for maintaining the physical infrastructure and its access to the internet, just like in
IaaS. In the PaaS model, the cloud provider will also maintain the operating systems,
databases, and development tools. Think of PaaS like using a domain joined
machine: IT maintains the device with regular updates, patches, and refreshes.
Depending on the configuration, you or the cloud provider may be responsible for
networking settings and connectivity within your cloud environment, network and
application security, and the directory infrastructure.
Scenarios
Scenarios
Some common scenarios for SaaS are: