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

Unlock the full course today

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

Validate deployment and post-deployment options

Validate deployment and post-deployment options - Amazon Web Services (AWS) Tutorial

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

Start my 1-month free trial

Validate deployment and post-deployment options

- [Instructor] Looking at our load balancer here, post deployment, we can see we're running the old version on port 8080 and the new production version on port 80, reflecting the change we did to our header. So we know our change worked. Let's see what this looks like from the code deploy perspective. We have a shortcut here to our deployment, which opens up the code deploy console, and we can see the various steps. We have several options, including a time base options, which assumes after one hour that the deployment went fine, and it will terminate the old version, currently running on port 8080, which will promote the green version to the blue version. We have options to stop the deployment, to roll it back, or to expire the timer right now and terminate the old blue version and promote the green version to blue. Let's go to services now, EC2. Check our load balancer. Now remember, we have two listeners, port 80,…

Contents