AWS Part 1 Flashcards

1
Q

What is the latancy based routing (LBR) offered by Route 53?

A

You can now have instances in several AWS regions and have requests from your end-users automatically routed to the region with the lowest latency.

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

What is the bit length of an IPv6 address?

A

128

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

What are A, AAAA, MX, CNAME, TXT DNS records used for?

A

A - Stores IPv4 address

AAAA - Stores IPv6 address

MX - Mail exchange (mail server address)

CNAME stores an alias to another domain name (never an IP!, always a domain name. Example ftp.example.com -> example.com. It allows subservices to be mapped to the main IP address)

TXT - arbitrary string

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

What is a DNS label?

A

The string parts of a dns name between the dots.

example.com has 2 labels: example and com

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

What are some of the main features of Route 53?

A
  • DNS failover (can route requests to different servers based on health checks)
  • GEO DNS (route users to different servers based on their continent, country, state)
  • Private DNS for VPC
  • ELB integration
  • Weighted Round Robin (specify weights to target servers)
  • Create back up sites that receive traffic only when the primary site is not available.
  • Route queries to CloudFront distributions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does route 53 failover DNS health check work?

A

Lets you specify an IP address, domain and port and url path. It sends HTTP requests to check its health.

Target servers may be AWS hosted servers as well as your own servers outside of AWS.

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

What is zone apex?

A

It is the domain name without “www” or other prefixes.

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

What are the service categories provided by AWS?

A

Compute

Storage and Content delivery

Database

Networking

Administration and Security

Deployment and Management

Analytics

Application Services

Mobile Services

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

What “compute” services are provided by AWS?

A

EC2

Auto Scaling

Elastic Load Balancing

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

What “storage and content” delivery services are provided by AWS?

A

S3

AWS Storage Gateway

Amazon Glacier

Amazon CloudFront

Amazon EBS

AWS Export/Import

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

What “database” services are provided by AWS?

A

Amazon RDS

Amazon DynamoDB

Amazon ElastiCache

Amazon RedShift

Amazon SimpleDB

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

What “networking” services are provided by AWS?

A

Amazon VPC

Amazon Route 53

AWS Direct Connect

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

What does autoscaling service provide?

A

Auto Scaling is designed to launch or terminate EC2 instances automatically based on user-defined policies, schedules, and health checks

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

What events may trigger scaling out?

A
  • manually choose to increase number of instances
  • CloudWatch events
  • Schedule-based policy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which cache implementations does ElastiCache support?

A

Memcached and Redis.

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