Networking Flashcards

1
Q

Route53 Record Types

A
  • A - maps a hostname to IPv4
  • AAAA - maps hostname to IPv6
  • CNAME - maps a hostname to another hostname
  • NS - Name Servers for the Hosted Zone (indicates which DNS server is authoritative for that domain)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Route53

CNAME vs Alias

A
  • CNAME: Points a hostname to any other hostname (can’t be use with root domain)
  • Alias: Points a hostname to an AWS resource (works with root domain) and is free of charge.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Route53

Alias Records Targets

A
  • ELB
  • CloudFront Distributions
  • API Gateway
  • Elastic Beanstalk
  • S3 websites
  • VPC Interface endpoints
  • Global Accelerator
  • Route53 record in the same hosted zone
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Routing Policies

Simple

A

Route traffic to a single resource, can’t be associated with Health Checks. If a record has multiple values, a random one is chosen by the client.

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

Routing Policies

Weighted

A

Control de % of the requests that go to each resource. Can be associated with Health Checks.

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

Route Policy

Latency based

A

Redirect to the resource that has the least latency, based on traffic between users and AWS regions. Can be associated with Health Checks.

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

Routing Policies

Failover (Active-Passive)

A

You have a primary and secondary record for disaster recovery.

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

Routing Policies

Geolocation

A

Based on user location by continent, country or US state Can be associated with Health Checks.

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

Routing Policies

Geoproximity

A

Based on the geographical location of users and resources. Ability to shift more traffic to resources based on the defined bias.

Must use Route53 Traffic Flow

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

Route53 Traffic Flow

A

Visual editor to
* Manage complex routing trees
* Create and mantain records in complex configurations.
* Configurations can be saved as Traffic Flow Policies

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

Routing Policies

Multi-Value

A

Can be associated with Health Checks, returns up to 8 healthy records.

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

Routing Policies

IP-based Routing

A

You provide a list of CIDRs for your clients and the corresponding endpoints. Optimizes performance and reduces network costs.

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

Route 53

Hosted Zones

A

Container for records that define how to route traffic.

  • Public: specify how to route traffic on the Internet
  • Private: specify how to route traffic within one or more VPCs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DNS Security Extensions (DNSSEC)

A

Verifies DNS data integrity and origin. Works only with Public Hosted Zones.

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

Route53 Health Checks

A
  • Health checks that monitor a public endpoint
  • Health checks that monitor up to 256 other health checks (calculated health checks)
  • Health checks that monitor CloudWatch alarms (efective for private resources)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Route53 Resolver

A

Answers DNS queries for:
1. Local domain names for EC2 instances
2. Records in Private Hosted Zones
3. Records in public Name Servers

17
Q

Route 53

Resolver Endpoints for Hybrid DNS

A

Can be associated with one or move VPCs in the same region
* Inbound Endpoint forward external DNS queries of domain names, for AWS resources and records in Private Hosted Zones to Route 53 resolver.
* Outbound Endpoint Conditionally forwards DNS queries to other DNS resolvers.

18
Q

AWS Global Accelerator

A

Leverage AWS internal network to route traffic. 2 Anycast IPs are created that send traffic directly to Edge Locations and from there privately to your application.

19
Q

With which resources does AWS Global Accelerator works?

A
  • Elastic IP
  • EC2 instances
  • ALB
  • NLB

Supports Client IP Address Preservation except EIPs endpoints.

20
Q

CloudFront vs Global Accelerator

A

CloudFront
* Improves performance for both cacheable content
* Dynamic content served at the edge

Global Accelerator
* Improves performance for a wide range of apps
* Proxying packets at the edge to apps in one or more Regions.