chapter 1 Flashcards

1
Q

How does AWS having large and geographically dispersed infrastructure improve service quality?

A

The high salability and redundancy offered by the geographic compute and networking resources guarantee a high level of reliability and availability.

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

How does metered, pay-per-use pricing makes for flexible compute options?

A

The on-demand, pay-per-use availability of the cloud infrastructure allow you to easy use sandboxes, experiment, and asses along with update application stacks.

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

What are the forms of cloud services?

A

IaaS - gives you near-full control over virtualized hardware resources,
PaaS - providing a simplified interface for you to add your application code.
SaaS - provide services over a public network directly to end users.
FaaS - allowing customers to develop, run, and manage application functionalities without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app

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

How can serverless computing can be both cheap and efficient?

A

The ability to operate code in response to real-time event triggers.
For example, AWS Lambda allows you access to AWS compute power for up to 15 minutes for a single function.

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

How does scalability work with AWS?

A

Allows resources to grow and meet needs; automated provisioning of server instances that are designed from scratch to perform a needed compute function within an appropriate network environment.

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

How does elasticity matches compute power?

A

Can match resources to rising and falling demand; have the ability to set the upper and lower limits, and the scaler handles the startups and shutdowns to optimize operations in between those limits.
For example, with AWS Auto Scaling you can make configurations to force compliance with your budget and application needs.

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