Skip to content

Commit 6f78fc5

Browse files
author
AWS
committed
Application Auto Scaling Update: Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics.
1 parent 4dc2941 commit 6f78fc5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Application Auto Scaling",
4+
"contributor": "",
5+
"description": "Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics."
6+
}

services/applicationautoscaling/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,9 @@
697697
"SageMakerVariantProvisionedConcurrencyUtilization",
698698
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
699699
"SageMakerInferenceComponentInvocationsPerCopy",
700-
"WorkSpacesAverageUserSessionsCapacityUtilization"
700+
"WorkSpacesAverageUserSessionsCapacityUtilization",
701+
"SageMakerInferenceComponentConcurrentRequestsPerCopyHighResolution",
702+
"SageMakerVariantConcurrentRequestsPerModelHighResolution"
701703
]
702704
},
703705
"MetricUnit":{"type":"string"},

0 commit comments

Comments
 (0)