Describe Cloud Concepts Flashcards

1
Q

What is Cloud Computing?

A

Delivery of computing services over the internet. This includes Virtual Machines, storage, databases, IoT, AI, and networking.

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

Shared Responsibility Model

A

Showcases different levels of responsibility for each type of Cloud Service: IaaS, PaaS, and SaaS. IaaS - most user responsibility, SaaS - least user responsibility.

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

IaaS

A

Infrastructure as a Service. Users have more responsibility. Cloud provider only handles physical security, power, and connectivity.
With IaaS they can rely on their cloud provider for access to a network and physical security while they take care of everything else within their company as far as OS, applications and other general virtual infrastructure and data.

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

PaaS

A

Platform as a Service. Responsibility is more evenly shared between user and cloud provider. CP handles network, security, OS, and some network controls, apps, and directory infrastructure.
PaaS allows them to scale automatically and provide smooth service to customers without having to compromise their business or features

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

SaaS

A

Software as a Service. Cloud provider has the most responsibility. User is responsible for Information/date, Devices used by company, and accounts and identities along with some of the directory infrastructure.

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

Private Cloud

A

used by a single entity.
provides more control for the company
can be hosted by an on-site or dedicated datacenter

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

Public Cloud

A

built.controlled, and maintained by third-party cloud provider.
purchase storage to expand.
pay for what you use.
provision apps faster.

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

Hybrid cloud

A

use public and private clouds to create interconnected environment.
companies control security, compliance, and legal requirements

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

Multi-cloud

A

using multiple public cloud providers
manage resources/security for all
could be needed when migrating from one to another.

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

Azure Arc

A

Helps manage cloud environment

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

Azure VMWare Solution

A

used to run VMWare workloads in Azure.
can be helpful when migrating from private to other cloud types.

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

CapEx

A

Capital Expenditure. Type on consumption-based model. Expenses are one-time and upfront expenditure to buy tangible resources like a new building or company car.

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

OpEx

A

Operational Expenditure. Spending money on services or products over time like renting vehicles or monthly cloud service payments

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

Consumption based model Benefits

A

no upfront costs
no meed to purchase/manage costly infrastructure
pay for what you use

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

High Availability

A

Max availability and uptime to meet SLA-set standards. 100% is unrealistic. Inability to meet standard may result in reimbursement or discounts

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

Scalability

A

pay for what you use. Horizontal and Vertical

17
Q

Vertical scaling

A

increase/decrease resource capability. ex: adding more RAM to VM

18
Q

Horizontal scalability

A

adding/subtracting number of resources. ex: add more virtual machines to adjust for high demand

19
Q

Reliability benefits

A

ability to revocer from failure
pillar of the Azure Well-Architectured Framework
Cloud is decentralized; reources can be deployed in multiple areas to remain functional regardless of functionality in other areas.

20
Q

predictability Benefits

A

Performance is reliable
Cost is consistent/inline with business needs

21
Q

Security/Governance Benefits

A

set templates to ensure deployed resources meet standards and regulatory requirements.
update deployed resources and flag non-compliant ones
Find solution to match needs

22
Q

Management of the cloud

A

Scale resources and deployment based on need.
deploy resources based on templates; avoid manual config.
monitor resource health
receive alerts based on configured metrics

23
Q

Management in the Cloud

A

through web portal
command line interface
APIs
PowerShell

24
Q

In what situation would IaaS be needed?

A

Lift-and-Shift Migration: moving on-prem to IaaS infrastructure
Testing and Development: Test environments that need to be replicated rapidly wile still maintaining complete control

25
Q

In what situation would PaaS be needed?

A

Development Framework: developers can build on existing infrastructure to customize cloud-based apps.
Analytics or business intelligence: companies can analyze their data to find patterns and inform forecasting, design, investment returns, etc.