Section 10: Route 53 Flashcards
Describe the difference between a CNAME and an alias?
True/False: You can use a CNAME or an alias to route traffic to a ROOT DNS domain
False - You can only use an Alias. CNAMEs cannot route traffic to a ROOT DNS domain
This feature allows you to define how Route 53 responds to DNS queries
Routing Policy
A routing policy that routes traffic to a single resource
Simple Routing Policy
A routing policy that allows you to allocate specific percentages of traffic to different resources
Weighted Routing Policy
A routing policy that redirects users to the resource that has the fastest connection speed
Latency Based Policy
A routing policy where you must assign a specific resource as “primary”; traffic is routed to a secondary resource if primary instance is determined to be unhealthy
Failover Routing Policy
A routing policy that uses client location to determine routing
Geolocation Routing Policy
A routing policy that relies geographic location of users, locations, as well as a bias value to determine routing
Geoproximity Routing Policy
This routing policy requires the usage of Route 53 Traffic Flow
Geoproximity Routing Policy
A routing policy that allows clients to connect to a subset of many IPs associated with one DNS hostname
Multi Value Routing Policy
You have purchased mycoolcompany.com on Amazon Route 53 Registrar and would like the domain to point to your Elastic Load Balancer my-elb-1234567890.us-west-2.elb.amazonaws.com. Which Route 53 Record type must you use here?
Alias - CNAME cannot refer to a ROOT hostname
You have deployed a new Elastic Beanstalk environment and would like to direct 5% of your production traffic to this new environment. This allows you to monitor for CloudWatch metrics and ensuring that there’re no bugs exist with your new environment. Which Route 53 routing policy allows you to do so?
Weighted Routing Policy
You have updated a Route 53 Record’s myapp.mydomain.com value to point to a new Elastic Load Balancer, but it looks like users are still redirected to the old ELB. What is a possible cause for this behavior?
TTL (Time to Live) has not expired yet and the old value is still cached
You have an application that’s hosted in two different AWS Regions us-west-1 and eu-west-2. You want your users to get the best possible user experience by minimizing the response time from application servers to your users. Which Route 53 Routing Policy should you choose?
Latency Routing Policy