AWS Environment Flashcards

1
Q

Why would you want to divide resources across regions?

A

To put your infrastructure geographically closer to your users to allow for the lowest possible latency

To put your infrastructure within national borders to meet regulator compliance with legal/banking rules

Isolate groups of resources from each other (and larger networks) to allow for the greatest possible security

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

What is a globally based service?

A

An AWS resource that is not visibly tied to one region (even if the resources are running on hardware within a single region)

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

Which services are global?

A

IAM
CloudFront
S3

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

How many Availability Zones are in one region?

A

2

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

What is a subnet?

A

A single block of IP Addresses. You will only get the full value out of your resources within an AWS Region by properly organizing them into subnets.

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

How many subnets can be in one AZ?

A

200

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

How can you describe a single point of failure?

A

A resource running without backup

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

What is an effective way to prevent against application failure?

A

Distribute your resources across remote locations.

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

What is the primary goal of autoscaling?

A

To ensure that a predefined service level is maintained regardless of external demand or instance failures

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

What is load balancing?

A

It ORCHESTRATES the use of multiple parallel resources to direct user requests to the server resource that’s best able to provide a successful experience.

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

What is a Regional Edge Cache location?

A

Objects that are rejected by edge locations can be moved to the regional edge cache location, so that the object does have to go all the way back to its origin.

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

What are the responsibilities of AWS?

A

Making sure that its locations are secure, reliably powered, and maintained

Patching, encrypting, and maintaining the operating systems and virtualization software running its physical servers and for the software of its managed services

Basically, the hardware and network maintenance, the global infrastructure, and managed services

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

What are the responsibilities of the customer?

A

Customer Data

User applications, access management

Operating system, network, and access configuration

Data encryption

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

Give an example of an unmanaged resource.

A

EC2

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

What are the most significant architectural benefits of the way AWS designed its regions?

A

It can make applications available to end users with lower latency.

It can make applications more compliant with local regulations.

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

Why is it that most AWS resources are tied to a single region?

A

Those resources are run on a physical device, and that device must live somewhere

17
Q

You want to improve the resilience of your EC2 web server. What is the most effective and efficient approach?

A

Launch parallel, load-balanced instances in multiple Availability Zones within a single AWS Region.

18
Q

What is an Availability Zone?

A

One or more independently powered data centers running a wide range of hardware host types

19
Q

What is one of the first places you should look when troubleshooting a failing application?

A

Service Health Dashboard