Add default-instance-warmup support to aws_autoscaling_group resource #25709
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
good first issue
Call to action for new contributors looking for a place to start. Smaller or straightforward issues.
service/autoscaling
Issues and PRs that pertain to the autoscaling service.
Milestone
Community Note
Description
The
aws_autoscaling_group
resource does not currently (or is not clearly defined) to include a configuration item fordefault-instance-warmup
, which will pause the collection of CloudWatch data on newly-launched instances after a set amount of time, to more accurately measure actual resource use (e.g., will not measure the bootstrapping actions on the instance that may spike CPU before serving requests)If
default_instance_warmup
is not defined, it should be considered not enabled/false.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: