Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jack-sullivan-grl opened this issue Feb 20, 2025 · 1 comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. service/appautoscaling Issues and PRs that pertain to the appautoscaling service.

Comments

@jack-sullivan-grl
Copy link

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

@jack-sullivan-grl jack-sullivan-grl added the enhancement Requests to existing resources that expand the functionality or scope. label Feb 20, 2025
@github-actions github-actions bot added the service/appautoscaling Issues and PRs that pertain to the appautoscaling service. label Feb 20, 2025
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. needs-triage Waiting for first response or review from a maintainer. service/appautoscaling Issues and PRs that pertain to the appautoscaling service.
Projects
None yet
Development

No branches or pull requests

1 participant