From the course: AWS for DevOps: Continuous Delivery and Process Automation

Unlock the full course today

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

Types of deployments

Types of deployments - Amazon Web Services (AWS) Tutorial

From the course: AWS for DevOps: Continuous Delivery and Process Automation

Start my 1-month free trial

Types of deployments

- [Instructor] Now, as we're working to automate our continuous delivery and continuous integration for applications on Amazon, there are different types of deployments philosophically, and I know when I've worked with teams to build out these pipelines, it's really important that you discuss what is going to work best for your business, and this is just a chart I actually got from an Amazon best practices whitepaper that I have a link to here, that gives some common methods of deployment. So, let's just talk about them so we can understand some of the considerations. So Deploy in place, is going to have downtime, and it is going to have some advantages in that you will have no DNS change, cause you're just redeploying, and you're deploying to existing instances. This frankly, is a less preferred pattern, and this one that seems to be the right thing, like you would just re-deploy what you have, but the idea here is that you're going to have downtime, and in continuous deployment…

Contents