Why AWS CodeBuild?

AWS CodeBuild uses simple pay-as-you-go pricing. There are no upfront costs or minimum fees. You pay only for the resources you use. You are charged for compute resources based on the duration it takes your build to run. The rate depends on the selected compute type.

AWS Pricing Calculator

Calculate your CodeBuild and architecture cost in a single estimate.

Create your custom estimate now

On-demand Amazon EC2 pricing

Build duration

Build duration is calculated in minutes, from the time you submit your build until your build is terminated, rounded up to the nearest minute.

Compute types

CodeBuild offers compute instance types with different amounts of memory and CPU. Charges vary by the compute instance type that you choose for your build.

On-demand AWS Lambda pricing

Build duration

Build duration is calculated in seconds, from the time you submit your build until your build is terminated, rounded up to the nearest second.

Compute types

CodeBuild offers compute types with different amounts of memory. Charges vary by the compute type that you choose for your build.

Reserved capacity Amazon EC2 pricing

Instance pricing per minute

Instance pricing is calculated in minutes, from the time you submit a request for a new instance until your instance is terminated, rounded up to the nearest minute. Each instance has a minimum usage charge of 60 minutes.

Compute types

AWS CodeBuild offers compute instance types with different amounts of memory and CPU. Charges vary by the compute instance type that you choose for your fleet.

Mac reserved instances

Each Mac instance has a minimum usage charge of 24 hours before you can release the reserved instance.

AWS Free Tier

The CodeBuild AWS Free Tier includes 100 total build minutes per month with the general1.small or arm1.small instance types using on-demand Amazon EC2. Using on-demand Lambda, the CodeBuild AWS Free Tier includes 6,000 total build seconds per month with the lambda.arm.1GB or lambda.x86-64.1GB compute types. Reserved capacity EC2 does not offer an AWS Free Tier. The CodeBuild AWS Free Tier does not automatically expire at the end of your 12-month AWS Free Tier term. It is available to new and existing AWS customers.

Additional charges

You may incur additional charges if your builds transfer data or use other AWS services. For example, you may incur charges from Amazon CloudWatch Logs for build log streams, Amazon Simple Storage Service (Amazon S3) for build artifact storage, and AWS Key Management Service (AWS KMS) for encryption. You may also incur additional charges if you use CodeBuild with AWS CodePipeline.

Pricing examples

If you run 100 builds in one month using build.general1.small, where each build runs for 5 minutes, then your charges would be calculated as follows:

Monthly build charges

Build minutes = 100 builds * 5 minutes = 500 build minutes

Build minutes - CodeBuild AWS Free Tier build minutes = Monthly billable build minutes = 500 - 100 = 400 build minutes

Total monthly build charges = 400 build minutes * $0.005 = $2

If you run 100 builds in one month using lambda.arm.1GB, where each build runs for 300 seconds, then your charges would be calculated as follows:

Monthly build charges

Build seconds = 100 builds * 300 seconds = 30,000 build seconds

Build seconds - CodeBuild AWS Free Tier build seconds = Monthly billable build seconds = 30,000 - 6,000 = 24,000 build seconds

Total monthly build charges = 24,000 build seconds * $0.00001 = $0.24

If you reserve 1 instance for one month using reserved.x86-64.g1.small, then your charges would be calculated as follows:

Monthly build charges

Instance minutes = 60 minutes per hour * 24 hours per day * 30 days per month = 43,200

Total monthly reserved charges = 43,200 instance minutes * $0.003 = $129.60