Witness a demonstration of a build using CodeBuild.
- [Instructor] Let's create our build project now.…We'll click Create here in the AWS CodeBuild console.…We'll give it a name and an optional description.…Sample code build.…We'll choose CodeCommit and the repo…with our exercise files.…If you were doing a build that require…several tools and supporting libraries,…you could turn it into a Docker image and specify it here…to be used as your build environment.…
Or in our case, we'll choose one of the Managed images.…We'll choose Ubuntu…and Java Runtime Environment version eight.…We'll allow it to create a role.…Here in additional options,…Timeout is very important, in case your build doesn't fail…or complete within a given number of minutes.…You can modify this as needed.…You can also specify VPC if you need access…to other servers or resources during your build,…but this isn't very common.…
I'm going to leave Compute as is,…but if you experience slow builds,…perhaps you can come to this option…and upgrade your computing instance to a larger one.…Environment variables are very common during builds…
Released
12/11/2018- Checking in source code with CodeCommit
- Building code in CodeBuild
- Deploying code with CodeDeploy
- Creating a DevOps pipeline with CodePipeline
- Creating and deploying an Elastic Beanstalk application
Share this video
Embed this video
Video: Building your code