-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
aws_applicationautoscaling: Enable SageMaker high resolution predefined metric #31113
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-applicationautoscaling
Related to AWS Application Auto Scaling
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Comments
shahks
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 14, 2024
github-actions
bot
added
the
@aws-cdk/aws-applicationautoscaling
Related to AWS Application Auto Scaling
label
Aug 14, 2024
ashishdhingra
added
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
p2
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Aug 14, 2024
@shahks Thanks for the PR contribution. |
ashishdhingra
added
effort/small
Small work item – less than a day of effort
and removed
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
labels
Aug 14, 2024
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
GavinZZ
pushed a commit
that referenced
this issue
Aug 20, 2024
…values (#31115) ### Issue # (if applicable) Closes #31113 ### Reason for this change There are three `PredefinedMetricType` values missing from the enum: * SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution * SageMakerVariantConcurrentRequestsPerModelHighResolution * WorkSpacesAverageUserSessionsCapacityUtilization https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html ### Description of changes Adds the missing enums ### Description of how you validated changes Added unit tests ### Checklist - [ X ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@aws-cdk/aws-applicationautoscaling
Related to AWS Application Auto Scaling
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Add missing Predefined metrics for Application Autoscaling as per https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PredefinedMetricSpecification.html
Use Case
I would like to use autoscaling along with high resolution metrics for SageMaker endpoints.
Proposed Solution
aws_cdk.aws_applicationautoscaling.PredefinedMetric.SAGEMAKER_INFERENCE_COMPONENT_CONCURRENT_REQUESTS_PER_COPY_HIGH_RESOLUTION enum value could be added.
Other Information
No response
Acknowledgements
CDK version used
2.151.0
Environment details (OS name and version, etc.)
N/A
The text was updated successfully, but these errors were encountered: