forked from peorth80/aws-solutions-architect-associate-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroute53.txt
19 lines (17 loc) · 818 Bytes
/
route53.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Routing Policies:
- Simple
--- default routing policy when you create a new record set. Most commonly used when you have a single resource that performs a given function for your domain (e.g. one web server that serves content for violetfamily.com)
can point to a ELB that will later balance the load between N servers, but it's still pointing to a single item
- Weighted
--- allows you to split your traffic based on different weights assigned
- Latency
--- allows you to route your traffic based on the lowest latency for your end user (region with fastest response time)
- Failover
--- used when you want to create an active/passive setup (e.g. use primary site in US-EAST-1 and secondary DR Site in US-WEST-1).
- Geolocation
Aliases can point to:
- ELB
- cloudfront
- S3 buckets
CNAME: Charged $$$
ALIASES: Free