Global Infrastructure and Reliability Flashcards

1
Q

4 key factors to choosing a Region

A

-Compliance
-proximity
-feature availability
-pricing

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

What are Regions

A

geographically isolated areas that contains AWS resources

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

What is an Availability Zone

A

a single data center or a group of data centers within a Region

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

What is a best practice when running an application in a Region

A

A best practice is to run applications across at least two Availability Zones in a Region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
Q

What are Edge Locations

A

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 does AWS use for a CDN

A

Amazon CloudFront

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

What is Amazon CloudFront

A

a service that helps deliver data, video, applications, and APIs to customers around the world with low latency and high transfer speeds
**Uses Edge Locations

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

What is Amazon Route 53

A

AWS Edge locations domain name service, or DNS

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

What is AWS Outposts

A

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
11
Q

How do you interact with AWS Resources

A

API Calls

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

What is the AWS Management Console

A

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
13
Q

What is the AWS Command Line Interface (AWS CLI)

A

control multiple AWS services directly from the command line within one tool.
**available for users on Windows, macOS, and Linux.

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

What are software development kits (SDKs)

A

make it easier for you to use AWS services through an API designed for your programming language or platform. Enable you to use AWS services with your existing applications or create entirely new applications that will run on AWS.

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

What is AWS Elastic Beanstalk

A

you provide code and configuration settings, and Elastic Beanstalk deploys the resources necessary to perform the following tasks:

-Adjust capacity
-Load balancing
-Automatic scaling
-Application health monitoring

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

What is AWS CloudFormation

A

you can treat your infrastructure as code. This means that you can build an environment by writing lines of code instead of using the AWS Management Console to individually provision resources.