From the course: Docker on AWS

Unlock the full course today

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

Automate build on new commit

Automate build on new commit

From the course: Docker on AWS

Start my 1-month free trial

Automate build on new commit

- So we have the ability to build our code and generate a container from that code and now we can connect the update process committing something into code commit, with the build process, so that we can generate a container anytime our underlying code, our actual code for our container, changes. We do that with the code pipeline component and so if we go to pipelines, so it's here under the developer tools, CodePipeline, pipelines. Go on create a pipeline here on the far right. We're going to call the pipeline, I bet you can guess it hostname, to keep things consistent. We're going to create a service role for this and we'll get the right amount of control with this we don't need to do anything extra here because this is just the managing the services that are already sort of under it's code management pipeline. So where's the source coming from? We want to say that it's coming from CodeCommit. We're going to pick our…

Contents