Describe Cloud Concepts Flashcards

1
Q

What is CapEx

A

Purchasing an asset upfront (typically on premises)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is OpEx

A

Purchasing a resource or service as we use it (ie. for the cloud), consumption based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Infrastructure as a Service - Responsibilities of Provider/Customer

A

Responsibility of Azure:
- H/V VM
- Compute
- Network
- Storage

Responsibility of Customer: (Azure helps with tooling)
- Data
- Application
- Runtime
- OS

examples: VMs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Platform as a Service- Responsibilities of Provider/Customer

A

Responsibility of Azure:
- Runtime
- OS
- H/V VM
- Compute
- Network
- Storage

Responsibility of Customer: (Azure helps with tooling)
- Data
- Application

examples: Serverless (Functions, Logic Apps)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Software as a Service- Responsibilities of Provider/Customer

A

Delivery of business value, application, etc. The customer is not responsible for anything except using the product.

examples: Microsoft 365

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Public Cloud

A
  • Opex
  • Limitless
  • Many Regions
  • Many Services
  • Over the internet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Hybrid Cloud

A

public and private cloud
- seamless
- Use Azure Arc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Private Cloud

A
  • Capex
  • Hypervisor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Reliability

A
  • Auto Healing
  • Storage (x3)
  • Auto Scale
  • SLA
  • Design for failure (multi-region)
  • Monitor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Predictability

A
  • SKU (defined compute, memory, IOps, etc.)
  • Behavior (pricing, tools)
  • Use templates (Json, Terraform, etc.)
  • Automation (Devops, pipelines, CI/CD)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Region

A

Multiple datacenters in a latency envelope
- 2 ms latency window

Special regions - sovereign regions (US Govt cloud)

Choosing regions
- Performance
- Regulatory
- Disaster Recovery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Region pairs

A
  • Disaster Recovery
  • Two regions hundreds of miles apart
  • Used for resiliency (updates are applied to only one region first)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Availability Zones

A
  • Independent power, cooling, networking in separate data centers
  • Three Availability Zones per Region
  • Services can be Zonal or Zone redundant
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Resource Groups

A
  • Multiple regions
  • Multiple resources
  • Shared lifecycles
  • Role based access control
  • Policy
  • Budget
  • Metadata (tagging)
  • One resource is in one resource group
  • Flat structure (can’t have a resource group in another one)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Subscription

A

Base unit of an agreement between the customer and Microsoft
- Billing boundary
- Has one and only one Azure AD Tenant
- Budget
- Policy
- Resource Group inherits the subscription metadata
- Limits (soft vs. hard limits)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Management Groups

A

One Azure AD Tenant root with a hierarchy of groups inherited down
- Access Control
- Policy
- Budget

16
Q

Azure Resource Manager

A

Everything in Azure is a resource
- Access control
- tags

ARM is an endpoint to the resource (portal, powershell, az cli, REST, API, etc.)

Everything in Azure is stored in JSON ARM template(a declarative template) or BICEP (human friendly translated to JSON)

17
Q

Azure Arc

A

Extends the Azure control plane to services outside of Azure (on prem, other clouds, etc.)

Arc-enabled server
- Runs inside the OS
- Enables the resource to be arc enabled

18
Q
A