(aws-ecs): AsgCapacityProvider and AsgCapacityProviderProps should expose InstanceWarmupPeriod #28190
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
aws-ecs.AsgCapacityProviderProps
should expose the InstanceWarmupPeriod property from the L1 providerUse Case
Allowing this configuration of the underlying
CfnCapacityProvider
L1 object would allow CDK users defining ECS clusters to effectively lower or raise the expected time for instances to become available, without delving into the L1 object themselves.Proposed Solution
No response
Other Information
In the alternate, a user can specify their own L1
CfnCapacityProvider
instead of usingAsgCapacityProvider
Acknowledgements
CDK version used
v2.99.1
Environment details (OS name and version, etc.)
MacOS 14.1.1
The text was updated successfully, but these errors were encountered: