aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

[AWS::CodeBuild::Fleet] - [Coverage] - add reserved capacity fleets with VPC-support

Open
#2,047 1 comment 3 reactions 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### Name of the resource

AWS::CodeBuild::Fleet

### Resource name

_No response_

### Description

Normally CodeBuild provides only on-demand fleets, which are destroyed when the build finishes. Now, **CodeBuild also offers reserved capacity fleets with VPC-support** (EC2 that are maintained by CodeBuild) - These hosts remain available to receive subsequent build requests, which reduces build start-up latencies:
* https://github.com/aws/aws-codebuild-docker-images/issues/526
* https://aws.amazon.com/de/about-aws/whats-new/2024/05/aws-codebuild-connecting-vpc-reserved-capacity/

Following the ["Working with reserved capacity"-docs](https://docs.aws.amazon.com/codebuild/latest/userguide/fleets.html), the API Reference should already Support Reserved Capacity for [CreateFleet](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_CreateFleet.html), [UpdateFleet](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_UpdateFleet.html) and [BatchGetFleets](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_BatchGetFleets.html). In order to use this capability, please add support within CloudFormation.

### Other Details

_No response_

Contributor guide

Open the contributing guide

Research direction

Start with the AWS::CodeBuild::Fleet resource and the linked reserved-capacity fleet documentation, then compare the CreateFleet, UpdateFleet, and BatchGetFleets API references. Done means CloudFormation supports reserved capacity fleets with VPC support.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws
Domain
cloud, infrastructure
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.