AWS Basic Cloud Concept Flashcards

1
Q

_____ is the on-demand delivery of compute power, database, storage, applications, and other IT resources through a cloud services platform via the Internet with pay-as-you-go pricing.

A

Cloud computing

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

Six Advantages of Cloud Computing?

A
  1. Trade capital expense for variable expense
  2. Benefit from massive economies of scale
  3. Stop guessing capacity
  4. Increase speed and agility
  5. Stop spending money running and maintaining data centers
  6. Go global in minutes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of Cloud Computing Models?

A

Infrastructure as a Service (IaaS)
Platform as a Service (PaaS)
Software as a Service (SaaS)

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

Cloud Computing Models that contains the basic building blocks for cloud IT and typically provides access to networking features, computers (virtual or on dedicated hardware), and data storage space.

A

Infrastructure as a Service (IaaS)

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

Cloud Computing Models that removes the need for your organization to manage the underlying infrastructure (usually hardware and operating systems) and allows you to focus on the deployment and management of your applications.

A

Platform as a Service (PaaS)

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

Cloud Computing Models that provides you with a completed product that is run and managed by the service provider.

A

Software as a Service (SaaS)

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

Types of Cloud Computing Deployment Models?

A

Cloud
Hybrid
On-premises

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

Types of Cloud Computing Deployment Models that is fully deployed in the cloud and all parts of the application run in the cloud.

A

Cloud

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

Types of Cloud Computing Deployment Models that is way to connect infrastructure and applications between cloud-based resources and existing resources that are not located in the cloud.

A

Hybrid

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

Types of Cloud Computing Deployment Models that is using virtualization and resource management tools, is sometimes called the “private cloud.”

A

On-premises

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

AWS Global Infrastructure

A

Amazon Region
Availability Zones
AWS Data Centers
AWS Edge Locations/Points of Presence

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

Describe AWS Region

A
  1. AWS has Regions all around the world
  2. Names can be us-east-1, eu-west-3…
  3. A region is a cluster of data centers
  4. Most AWS services are region-scoped
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Benefits of AWS Security?

A
  1. Keep Your Data Safe
  2. Meet Compliance Requirements
  3. Save Money
  4. Scale Quickly
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the Five Characteristics of Cloud Computing?

A
  1. On-demand self service
  2. Broad network access
  3. Multi-tenancy and resource pooling
  4. Rapid elasticity and scalability
  5. Measured service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Problems solved by the Cloud

A
  1. Flexibility
  2. Cost-Effectiveness
  3. Scalability
  4. Elasticity
  5. High-availability and fault-tolerance
  6. Agility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Pricing of the Cloud

A
  1. Compute
  2. Storage
  3. Data transfer OUT of the Cloud
17
Q

How to choose an AWS Region?

A
  1. Compliance with data governance and legal requirements
  2. Proximity to customers
  3. Available services within a Region
  4. Pricing
18
Q

Describe AWS Availability Zones

A
  1. Each region has many availability zones (usually 3, min is 2, max is 6).
  2. Each availability zone (AZ) is one or more discrete data centers with redundant power, networking, and connectivity
  3. They’re separate from each other, so that they’re isolated from disasters
  4. They’re connected with high bandwidth, ultra-low latency networking
19
Q

Describe Points of Presence / Edge Locations

A

Content is delivered to end users with lower latency

20
Q

RESPONSIBLE FOR THE SECURITY IN THE CLOUD

A

CUSTOMER

21
Q

RESPONSIBLE FOR THE SECURITY OF THE CLOUD

A

AWS

22
Q

Access and manage Amazon Web Services through the ____________, a simple and intuitive user interface.

A

AWS Management Console

23
Q

It is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through scripts.

A

AWS Command Line Interface

24
Q

It simplify using AWS services in your applications with an Application Program Interface (API) tailored to your programming language or platform.

A

Software Development Kits