-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.needs-triageWaiting for first response or review from a maintainer.Waiting for first response or review from a maintainer.service/appautoscalingIssues and PRs that pertain to the appautoscaling service.Issues and PRs that pertain to the appautoscaling service.waiting-responseMaintainers are waiting on response from community or contributor.Maintainers are waiting on response from community or contributor.
Description
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
Would you like to implement a fix?
None
samuelarogbonlo and mkrupa-da
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.needs-triageWaiting for first response or review from a maintainer.Waiting for first response or review from a maintainer.service/appautoscalingIssues and PRs that pertain to the appautoscaling service.Issues and PRs that pertain to the appautoscaling service.waiting-responseMaintainers are waiting on response from community or contributor.Maintainers are waiting on response from community or contributor.