Leveraging the AWS Global Infrastructure Flashcards

1
Q

What - in terms of user experience - is the main benefit of global deployment?

A

You dramatically reduce latency on average

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

What is the main benefit to the organisation of deploying globally in terms of availability?

A

You are protecting against disasters and attacks

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

What are edge locations used for?

A

To deliver content as close as possible to users

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

What are 4 routing policies in Route 53?

A
  • Simple routing
  • Weighted routing (distributing to different instances with assigned weights)
  • Latency routing (route user to the server with the lowest latency)
  • Failover routing (R53 performs a health check on the main server, if it fails, redirects traffic to the secondary failover server)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a latency routing policy in R53?

A

Route the user to the server which gives them the lowest latency

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

What type of record is mapping a URL to an IPv4 IP address?

A

A record

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

What type of record is mapping a URL to an IPv6 address?

A

AAAA record

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

What is CloudFront? What is its purpose?

A

CloudFront is a content delivery network (CDN). It is used to deliver content as close as possible to users and thus with low latency.

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

How does CloudFront reduce latency when delivering content to users?

A

By cache-ing (storing temporarily) content as the edge (aka as close to users as possible) in 216 points of presence globally.

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

How does S3 transfer acceleration work?

A

The files that you want to move around are uploaded to the closest edge location (faster because the edge location is closer than other trying to go to the closest AZ).
From here, the file is moved around in the internal network for which the speeds are very fast.

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

What are AWS Outposts?

A

Server racks that you can install in your own on-premises server rooms that offer the same services, APIs, tools etc. to build your apps as if it was in the cloud.
HOWEVER, the selection of AWS services available is of course significantly reduced compared to actually using the cloud.

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

What are some benefits of AWS Outposts?

A
  • Low latency access to on-premises systems
  • Data stays on-premise (with you)
  • Local data processing
  • Easier migration from on-premise to the cloud
  • Fully managed service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are 3 services that work on outposts? (7 examples total)

A
  • EC2
  • EBS
  • S3
  • EKS
  • Elastic Container Service
  • Relational Database Service
  • Elastic Map Reduce
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are AWS Wavelength zones?

A

Infrastructure deployments within the data centres of telecommunications providers.
Brings AWS connectivity to the edge of participating providers’ networks.

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

What are AWS Local Zones?

A

Another, even more granular, specification for a service are to bring specific services even closer to users.
Enable a local zone on top of a hotspot of users (e.g. SW London) to give them low latency - useful if there is a lot of users and you want to upgrade the quality of their experience

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

What does it mean if you have an active-passive region deployment?

A

Just one of the regions is active in both read and write. The other has only reading enabled

17
Q

In terms of domain names, what can you do in Route53?

A

Transfer domain names from other domain registrars, or register new domain names directly with R53