Global Infrastructure and Reliability Flashcards

1
Q

What two factors are most important when selecting an AWS region?

A
  1. Compliance with data governance and legal requirements.
  2. Proximity to customers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an Availability Zone?

A

One or more data centers within a region.

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

How many Availability Zones are in a Region?

A

Usually three, located roughly 10 miles apart, to keep latency low while insuring that if a disaster strikes one, the others are most likely to be unaffected.

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

What does CDN stand for?

A

Content Delivery Network

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

What is Amazon Cloudfront?

A

A CDN 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
6
Q

What is an Edge location?

A

A location outside a Region that is close to customers.

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

What DNS does Amazon use?

A

Amazon Route 53 helps 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
8
Q

Can AWS help you run services in your own building?

A

Yes, with AWS Outpost. AWS will basically install a fully operational mini Region, right inside your own data center. That’s owned and operated by AWS, using 100% of AWS functionality, but isolated within your own building.

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

What are some things you can do with AWS Management Console?

A

Quickly access recently used services
Search for other services by name, keyword, or acronym.
The console includes wizards and automated workflows that can simplify the process of completing tasks.
You can also use the AWS Console mobile application to perform tasks such as monitoring resources, viewing alarms, and accessing billing information.

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

What can you do with AWS CLI?

A

The Command Line Interface lets you save time when making API requests

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

If I provide code and configuration settings, what service can help me deploy resources?

A

Amazon Elastic Beanstalk can help with:
Adjust capacity
Load balancing
Automatic scaling
Application health monitoring

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

What can I do with AWS CloudFormation?

A

Build an environment by writing lines of code instead of using the AWS Management Console to individually provision resources.
CloudFormation lets you repeatedly provision resources

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