Skip to content

CodeBuild Hands On Part 1ΒΆ

When creating a CodeBuild project we have a ton of things to configure.

Here we can enable badges, restrict concurrency as wel ass add tags. Next, we can set one or multiple sources.

Then we can choose whether to use a AWS managed docker image for the CodeBuild or we can create our own.

We can configure timeouts, certificates, VPC, compute scale, environment variables, file systems.

Choose how to define the build commands.

Allow batching

Define artifacts

Configure logging


Once created, if the buildspec.yml isn't in the root directory, it should fail.