Module 3: Global Infrastructure and Reliability Flashcards

1
Q

Factors in choosing a Region

A
  1. Compliance
  2. Proximity
  3. Feature Availability
  4. Pricing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Regions?

A

Regions are geographically isolated Areas

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

What is Data Sovereignty (pertaining to Regions)?

A

Data sovereignty: Depending on your company and location, you might need to run your data out of specific areas.

-For example, if your company requires all of its data to reside within the boundaries of the UK, you would choose the London Region.

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

What is proximity to customer?

A

Latency to customer

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

What are Availability Zones?

A

Single data center or a group of data centers within a Region located tens of miles apart from each other.

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

What is an Edge Location?

A

Site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.

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

What is Amazon CloudFront?

A

Amazon’s Content Delivery Network (CDN)

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

What services are provided by Amazon CloudFront?

A

Service that helps deliver data, video, applications, and APIs to customers around the world with low latency and high transfer speeds

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

What is Route 53?

A

Amazon’s Doman Name Service (DNS)

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

What services does Route 53 provide?

A

Helping direct customers to the correct web locations with reliably low latency.

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

What are AWS Outposts?

A

Fully operational mini Region, right inside your own data center owned and operated by AWS

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

What is the base function of all of AWS?

A

Everything on AWS works on API calls

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

What are APIs?

A

Application Program Interface

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

Types of Provisioning Tools

A
  1. AWS Management Console
  2. AWS Command Line Interface (CLI)
  3. AWS Software Development Kits (SDKs)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the AWS Management Console?

A

Web-based interface for accessing and managing AWS services

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

What is the AWS Management Console used for?

A
  1. Test Environments
  2. View AWS Bills
  3. View monitoring
  4. Working with non-technical resources
17
Q

What is AWS Command Line Interface (CLI)?

A

Make APIS calls using the terminal on your machine

18
Q

What does CLI provide?

A
  1. Enables you to control multiple AWS services directly from the command line within one tool
  2. Automate the actions that your services and applications perform through scripts.
19
Q

What is AWS Software Development Kits (SDKs)?

A

Interact with AWS resources through various programming languages

20
Q

What do SDKs provide?

A

Enable you to use AWS services with your existing applications or create entirely new applications that will run on AWS.

21
Q

Types of Managed Provisioning Tools

A
  1. AWS Elastic Beanstalk
  2. AWS Cloud Formation
22
Q

What is AWS Elastic Beanstalk?

A

Provide code and configuration settings, and Elastic Beanstalk deploys the resources necessary to perform the following tasks:
1. Adjust capacity
2. Load balancing
3. Automatic scaling
4. Application health monitoring

23
Q

What is AWS Cloud Formation?

A

Build an environment by writing lines of code instead of using the AWS Management Console to individually provision resources

24
Q
A