Leveraging the AWS Global Infrastructure Flashcards
What is a global application?
An application deployed in multiple geographies
What are the 3 reasons to make an application global?
- Decreased latency
- Disaster Recovery
- Attack protection
What are the 3 parts that make up AWS Global Infrastrucutre?
- Regions
- AZs
- Edge Locations
What is Route 53?
A managed DNS (Domain Name System)
What is a domain name system?
A collection of rules and records which helps clients understand how to reach a server through URLs
What is it called if you mapped www.google.com => 12.334.5.6.78
A record (IPv4)
What is it called if you mapped www.google.com => 1to a IPv6 ip
AAAA record (IPv6)
What is it called if you mapped search.google.com => www.google.com
CNAME (hostname to hostname)
What is it called if you map a hostname into an AWS resource?
Alias
Route 53 Routing Policies?
- Simple Routing Policy
- Weighted Routing Policy
- Latency Routing Policy
- Failover Routing Policy
What is Route 53 Simple Routing Policy?
No health checks
What is Route 53 Weighted Routing Policy?
Allows us to distribute the traffic among our EC2 instances
What is Route 53 latency routing policy?
Looks at where the user is located and sends them to the instance closest to them
What is Route 53 Failover Routing Policy?
Primary EC2 and a failover. Does health check on primary and if bad it redirects to failover
Is Route 53 global or regional?
Global