From the course: Complete Guide to AWS Software Deployment

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Automating the Docker build with CodePipeline

Automating the Docker build with CodePipeline - Amazon Web Services (AWS) Tutorial

From the course: Complete Guide to AWS Software Deployment

Automating the Docker build with CodePipeline

- [Instructor] All right, we're going to take this solution one step further by automating the CodeBuild build process with CodePipeline. So click on CodePipeline or navigate through the search bar, then click create pipeline. We'll give this a name, we'll call it MyArtGalleryECSPipeline. Scroll down, you can let it create a new service rule, so leave that as is, and click next. Now, we want the source provider to be GitHub Version 2. And what you'll likely have to do on this screen is click connect to GitHub. So unlike some of the other parts, you know, CodeDeploy, CodeBuild, where it's aware of your preexisting connections, you may have to do this again, so click connect to GitHub. And we'll give your connection a name. Now, this is something that can be reused if you create another pipeline in the future, so give it something memorable. I'll call it ArtGalleryConnection, and click connect to GitHub. So if you're already authenticated to GitHub, this will just happen behind the…

Contents