Route 53 Flashcards
What is Route 53?
is a managed highly available and scalable cloud Domain Name System (DNS) web service
Which are the most common records in AWS Route 53?
- A
- AAAA
- CNAME
- Alias
What is A Route 53 record?
hostname to IPv4
What is AAAA Route 53 record?
hostname to IPv6
What is CNAME Route 53 record?
hostname to hostname
What is Alias Route 53 record?
hostname to AWS resource
What domains can Route53 use?
- public domain names you own (or buy) application1.mypublicdomain.com
- private domain names that can be resolved by your instances in your VPCs. application1.company.internal
What are the main features of Route53?
- Load balancing
- Health checks
- Routing policy
How does Load Balancing work in Route53?
through DNS – also called client load balancing
How are Health Checks in Route53?
limited
What are the Routing Policies in Route53?
- simple
- failover
- geolocation
- latency
- weighted
- multi value
What is mandatory for each Route53 record?
TTL (Time to Live)
What is the impact of TTL on Route53?
impacts on traffic and the expiration of records (outdated or not)
What are the 2 main features that has Alias that CNAME does not have?
- works for root domain as well
- includes Native health check
What is Route53 Simple Routing Policy?
Maps a hostname to another hostname
When to use Route53 Simple Routing Policy?
Use when you need to redirect to a single resource