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

Unlock the full course today

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

Understand third-party CD tools

Understand third-party CD tools - Amazon Web Services (AWS) Tutorial

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

Start my 1-month free trial

Understand third-party CD tools

- [Narrator] Additional third-party tools and resources that I see and have worked with around Amazon automation and CICD are as follows. Code pipelines are probably the most pervasive thing that I've worked with. So, I've worked with Jenkens. And there's Travis CI, CruiseControl, and there's something called GoCD server as well. Also, Visual Studio and TFS are IDE-integrated continuous integration, not deployment, but integration. I mentioned this earlier, but because it's so important, I wanted to call out Liquibase which is a schema configuration tool designed specifically for relational databases. Let's look at these in a bit more detail. So first, Liquibase. This is source control for your database, and you can see that it supports many database types, XML, XAML, JSON, and SQL formats. And it supports context-dependent logic. So what we saw in the previous movie, with Poppit for example, and it generates database change documentation, generates diffs, and it generates SQL…

Contents