From the course: Deploying Your AWS Application to the Cloud with Docker

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Solution: Route 53 for canary deployments

Solution: Route 53 for canary deployments - Amazon Web Services (AWS) Tutorial

From the course: Deploying Your AWS Application to the Cloud with Docker

Start my 1-month free trial

Solution: Route 53 for canary deployments

(upbeat music) - [Instructor] Okay, so for this challenge, we want to route 90% of traffic, using route 53, to a specific version of our application that is running in one server, and 10% of the traffic to another version, running in another server. Let's go to route 53. We'll choose our hosted zone. This one is created for ourdomainname.com, whatever it may be, in your situation. We'll choose create record set. We'll just create a record, call it web app. And let's say this is our application, running on server 1.2.3.4. And this is our stable version, currently in production. We're going to choose weighed traffic. And we'll pick 90% weight. For ID, we can put any value here. So we'll call it stable version. And click create. We're going to create another record set. We have to call it exactly the same, web app. And for the value, let's say it's running in a different server. Let's say 1.2.3.5. We're going…

Contents