Skip to content

[Enhancement]: Allow autoscaling target to scale to 0 (min capacity) #41490

@jack-sullivan-grl

Description

@jack-sullivan-grl

Description

Please allow aws_appautoscaling_target to scale to 0 to allow for the new SageMaker scale to 0 feature to work.

Related (we are also blocked on these)

Affected Resource(s) and/or Data Source(s)

aws_appautoscaling_target

Potential Terraform Configuration

resource "aws_appautoscaling_target" "sagemaker_target" {
  ...
  # other params
  max_capacity       = max_number
  min_capacity       = 0
  ...
}

References

AWS Release Post

Would you like to implement a fix?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.needs-triageWaiting for first response or review from a maintainer.service/appautoscalingIssues and PRs that pertain to the appautoscaling service.waiting-responseMaintainers are waiting on response from community or contributor.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions