Leveraging the Global AWS Infra Flashcards

1
Q

What is Amazon Route 53?

A

A managed DNS

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

What is a DNS?

A

A collection of rules and records which helps clients understand how to reach a server through URLs.

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

What is a simple routing policy?

A

Web browser goes into our DNS system, does a DNS query, and gets a record as a result.

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

What is a weighted routing policy?

A

Allows us to distribute traffic across multiple EC2 instances based on weights that we specify to each EC2. This is effectively load balancing.

We can use health checks.

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

What is a latency routing policy?

A

Policy that ensures that a user will talk to a server based on minimal latency.

Route53 ensures users talk to the server closest to them.

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

What is a failover routing policy?

A

DNS will check the servers and will route traffic based on health of servers.

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

What is AWS CloudFront?

A

CloudFront is a ContentDeliveryNetwork (CDN). Improves read performance, as content is cached at an edge location.

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

What is the difference between CloudFront and S3 Cross Region Replication?

A

Cloud Front uses the Global Edge Network
Files are cached for a daay
Great for Static content that must be available everywhere

Cross Region replication must be set up in each region you want replication to happen
Files are updated in near real time
Read Only
Great for dynamic content that needs to be available at low latency in a few regions

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

What is S3 Transfer Acceleration?

A

Increases transfer speed by transferring files to an AWS edge location which will forward the data to the S3 bucket in a target region.

Used only when you want to upload or download a file from an S3 bucket that is far away.

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

What is the AWS Global Accelerator?

A

Improves global application availability and performance using the AWS global network.

Leverages the AWS internal network to optimise route to your application.

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

What is the difference between Global Accelerator and CloudFront?

A

Cloud Front improves performance for cachable content such as images and video. Content is stored at the edge.

Global Accelerator does not cache, but makes your requests go faster by moving through the AWS network.

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

What is AWS Outpost?

A

Server racks that offers the same AWS infra, servers, APIs and tools to build your own applications on-premise just as in the cloud.

AWS sets up and manages outpost racks and you can start using AWS infra on premise.

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

Which Route 53 Routing Policies would you use to route traffic to multiple resources in proportions that you specify?

A

Weighted Routing Policy

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

You need to enable fast, easy, and secure transfers of files over long distances on S3. Which service would you use?S

A

S3 Transfer Acceleration

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

What does AWS CloudFront use to improve read performance?

A

Caching content in edge locations

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

Which service can be used to run AWS infrastructure and services on-premises for a hybrid cloud architecture?

A

Outpost

17
Q

With which services does CloudFront integrate to protect against web attacks?

A

WAF and Shield