Sec. 9: Route 53

Sec. 9: Route 53

University

7 Qs

quiz-placeholder

Similar activities

Sec. 6: EC2 Instance Storage

Sec. 6: EC2 Instance Storage

University

9 Qs

Digital Technology in Health Care No.1

Digital Technology in Health Care No.1

University

10 Qs

Test Quiz

Test Quiz

University

10 Qs

Sec. 7: ELB & ASG - Elastic Load Balancing & Auto Scaling Groups

Sec. 7: ELB & ASG - Elastic Load Balancing & Auto Scaling Groups

University

9 Qs

การคูณการหาร

การคูณการหาร

University

10 Qs

Welding safety

Welding safety

9th Grade - Professional Development

10 Qs

Social Media Foundations

Social Media Foundations

University

10 Qs

Short Quiz

Short Quiz

University

10 Qs

Sec. 9: Route 53

Sec. 9: Route 53

Assessment

Quiz

Instructional Technology

University

Hard

Created by

Renato Biz Martins

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

CNAME

Alias

Answer explanation

You can't create a CNAME record that has the same name as the top node of the DNS namespace (Zone Apex), in our case mycoolcompany.com.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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 Record type allows you to do so?

Simple

Weighted

Latency

Failover

Answer explanation

Weighted Routing Policy allows you to redirect part of the traffic based on weight (e.g., percentage). It's a common use case to send part of traffic to a new version of your application.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Because of the Alias record

Because of the CNAME record

Because of the TTL

Because of Route 53 Health Checks

Answer explanation

Each DNS record has a TTL (Time To Live) which orders clients for how long to cache these values and not overload the DNS Resolver with DNS requests. The TTL value should be set to strike a balance between how long the value should be cached vs. how many requests should go to the DNS Resolver.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Multi Value

Weighted

Geolocation

Answer explanation

Latency Routing Policy will evaluate the latency between your users and AWS Regions, and help them get a DNS response that will minimize their latency (e.g. response time)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have a legal requirement that people in any country but France should NOT be able to access your website. Which Route 53 Routing Policy helps you in achieving this?

Latency

Simple

Multi Value

Geolocation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have purchased a domain on GoDaddy and would like to use Route 53 as the DNS Service Provider. What should you do to make this work?

Request for a domain transfer

Create a Private Hosted Zone and update the 3rd party Registrar NS records

Create a Public Hosted Zone and update the 3rd party Registrar NS records

Create a Public Hosted Zone and update the Route 53 NS records

Answer explanation

Public Hosted Zones are meant to be used for people requesting your website through the Internet. Finally, NS records must be updated on the 3rd party Registrar.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are NOT valid Route 53 Health Checks?

Health Check that monitor SQS Queue

Health Check that monitors an Endpoint

Health Check that monitors other Health Checks

Health Check that monitor CloudWatch Alarms