Describe cloud concepts Flashcards
Define cloud computing
Cloud computing is the delivery of computing services over the internet.
Give 7 examples of cloud computing services
Servers Storage Databases Networking Software Analytics Intelligence
Describe the shared responsability model
There’s an agreement between you and Microsoft, some responsabilites transfer to Microsoft according to the deployment of your stack, and you are always responsible for:
Data and identities (and its security) Endpoints Account Access management On-premise resources The cloud components you control
Whhich are the 3 differents types of cloud models?
Public
Private
Hybrid
Describe the public-cloud model
Services are offered to the public internet and available to anyone who wants to purchase them
Describe the private-cloud model
Computing resources are used by users from one specific business or organization.
Where are the resources of a private-cloud located?
They could be at your organization’s on-site datacenter, or hosted by a third-party service provider.
Describe the hybrid-cloud model
A computing environment that combines a public and private cloud by allowing data and apps to be shared between them.
Describe the consumption-based model
You pay for what you use.
You rent some resources from the cloud provider, pay for those and once you’re done using them, you give them back.
This is also known as the ‘‘pay-as-you-go’’ model
Which are the Azure pricing models?
Pay-as-you-go
Reserved instances
Spot pricing
Is there a free Azure subscription?
Yes, and you can use it for 12 months.
Describe the reserved-instances pricing model
Azure provides Reserved Virtual Machines.
These RVMI are pre-purchased for one or three years in a specific region.
These model offers a discount up to 72% compared to the pay-as-you-go model.
Is there an early termination fee if you wish to cancel RI before the end of the term?
Yes there is
What is the RVMI model suitable for?
It is best for:
applications with stable usage
organizations with a fixed budget
large scale org who always need a certain number of VMs
Describe the spot pricing model
Azure lets you buy unused computing power at a discount of up to 90% compared to pay as you go prices. However, spot instances can be interrupted on short notice, so they are considered to be suitable only for workloads that can tolerate disruptions.
What is high availability in the cloud?
Depending on the service-level agreement (SLA) that you choose, your cloud-based apps can provide a continuous user experience with no apparent downtime, even when things go wrong.
Describe vertical scalability
Increase in compute capacity by adding RAM or CPUs to a virtual machine.
Describe horizontal scalability
It increases compute capacity by adding instances of resources, such as adding VMs to the configuration.