0 votes
in AWS by

Your team has just finished developing a new version of an existing application.This is a web-based application hosted on AWS. Currently, Route 53 is being used to point the company's DNS name to the web site. Your Management has instructed you to deliver the new application to a portion of the users for testing. How can you achieve this?

A. Port the application onto Elastic beanstalk and use the Swap URL feature.

B. Use Route 53 weighted Routing policies.

C. Port the application onto Opswork by creating a new stack.

D. Use Route 53 failover Routing policies.

1 Answer

0 votes
by

Answer - B.

The AWS Documentation mentions the following to support this.

Weighted Routing.

Weighted routing lets you associate multiple resources with a single domain name (example.com) or subdomain name (acme.example.com) and choose how much traffic is routed to each resource.

This can be useful for various purposes, including load balancing and testing new versions of software.

To configure weighted routing, you create records that have the same name and type for each of your resources.

You assign each record a relative weight that corresponds with how much traffic you want to send to each resource.

Amazon Route 53 sends traffic to a resource based on the weight that you assign to the record as a proportion of the total weight for all records in the group:

Related questions

0 votes
asked Apr 17 in AWS by DavidAnderson
0 votes
asked Apr 21 in AWS by DavidAnderson
...