CodeBuild Docker Server — building Docker images in seconds!
https://aws.amazon.com/blogs/aws/accelerate-ci-cd-pipelines-with-the-new-aws-codebuild-docker-server-capability/
BUT — you'll be charged like for a regular EC2 instance (around $50/month) unless you explicitly disable the CodeBuild Docker Server feature — even if you don’t run any builds.
So use it with caution.
Or better: modify your project settings before the first build of the day to reduce costs.
Note: The first run takes the usual time, and only subsequent builds benefit from layer caching to speed things up.
#CodeBuild
https://aws.amazon.com/blogs/aws/accelerate-ci-cd-pipelines-with-the-new-aws-codebuild-docker-server-capability/
BUT — you'll be charged like for a regular EC2 instance (around $50/month) unless you explicitly disable the CodeBuild Docker Server feature — even if you don’t run any builds.
So use it with caution.
Or better: modify your project settings before the first build of the day to reduce costs.
Note: The first run takes the usual time, and only subsequent builds benefit from layer caching to speed things up.
#CodeBuild
👍7