the cloud Flashcards

1
Q

What is cloud computing?

A

Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing. Instead of buying, owning, and maintaining physical data centers and servers, you can access technology services, such as computing power, storage, and databases, on an as-needed basis from a cloud provider like Amazon Web Services (AWS).

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

what are the three ways cloud computing works for AWS?

A

Highly Available and Scalable Resources
Professionally Secured Infrastructure
Metered Payment Model

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

what can highly available and scalable resources do for AWS? Hint: there are four ways

A

Design multiple layers of redundancy

Connect resources in geographically remote locations

Provide customers with access to as much compute power as they could possibly need

Because of the scale and efficiency of the platform, AWS can do all that at a price that’s often far below what it would cost to run comparable workloads locally.

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

virtual machines (VM)

A

a compute resource that uses software instead of a physical computer to run programs and deploy apps. One or more virtual “guest” machines run on a physical “host” machine. Each virtual machine runs its own operating system and functions separately from the other VMs, even when they are all running on the same host

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

hypervisor

A

also known as a virtual machine monitor or VMM, is software that creates and runs virtual machines (VMs). A hypervisor allows one host computer to support multiple guest VMs by virtually sharing its resources, such as memory and processing.

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

What is server virtualization for AWS?

A

lets cloud providers give their customers on-demand compute resources in such a wide range of configurations

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

What are the benefits of server virtualization? Hint: there are 2

A

speed

efficiency

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

What are the cloud platform models?

A

IaaS
PaaS
SaaS

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

What is IaaS? Name 1 example of an AWS service?

A

give you direct access to a provider’s compute, storage, and networking assets
Elastic Cloud Compute (EC2) for virtual machine instances, Elastic Block Store (EBS) for storage volumes, and Elastic Load Balancing

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

What is PaaS? Name 1 example of an AWS service?

A

given an interface through which you define the behavior and environment you want for your application

Elastic Beanstalk and Elastic Container Service (ECS)

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

What is SaaS? Name 1 example of an AWS service?

A

offer services meant to be accessed by end users.

Simple Email Service and Amazon WorkSpaces

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

What does serverless mean?

A

AWS offers technologies for running code, managing data, and integrating applications, all without managing servers.

Serverless applications start with AWS Lambda, an event-driven compute service natively integrated with over 200 AWS services and software as a service (SaaS) applications

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

What does a serverless workload do for AWS?

A

makes it possible to design code that reacts to external events.

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

Name an example of a serverless AWS service?

A

AWS Lambda

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

What is scalability?

A

A well-designed cloud-based operation will constantly monitor the health of its application stack and respond whenever preset performance metrics might soon go unmet.

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

What is elasticity?

A

when you let go of it, it immediately returns to its original size.

17
Q

Name an AWS service that combines scalability and elasticity.

A

Elastic Compute Cloud, Elastic Load Balancing, Elastic Beanstalk