July 2017
Intermediate to advanced
402 pages
9h 38m
English
AWS CodeBuild is a managed service geared compiling source code, it is comparable to Jenkins, but since it's a managed service that conforms to AWS standards, it presents a different set of features and benefits. In our case, using CodeBuild over Jenkins will allow us to create containers without having to spin up, and manage an extra EC2 instance. The service also integrates well with CodePipeline which, as before, will drive our process.
We will use CloudFormation through the intermediary of Troposphere to create our CodeBuild project.
We will create a new script and call it helloworld-codebuild-cf-template.py.
We will start with our usual import, template variable creation, and description, ...
Read now
Unlock full access