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.

Integrate AWS CodeBuild into CodePipeline

Integrate AWS CodeBuild into CodePipeline

- [Instructor] AWS's CodePipeline is a service that's going to let us link together our build and deploy stages into one automatic code delivery process. To get there, let's go to the CodePipeline section of AWS, either by clicking in a recently visited service or typing CodePipeline. From here we'll choose Create pipeline and give it a name. ArtGalleryPipeline. We'll keep the type selected at V2 and scroll down to Service role. Here, we're prompted that the wizard is going to create a new IAM role for us. This is fine, so keep scrolling. And click Next. Here, we're to select our source provider, where our code is coming from. That's going to be GitHub, and we'll choose GitHub Version 2. This will put some new options on the screen. And to get started, we'll click Connect to GitHub. Here, we need to name this connection, so we'll call it something like ArtGalleryDemoConnection. And click Connect to GitHub. Here, we're asked to install a new GitHub app. This is something that AWS will…

Contents