Share Your AWS re:Post Experience - Quick 3 Question Survey
Help us improve AWS re:Post! We're interested in understanding how you use re:Post and its impact on your AWS journey. Please take a moment to complete our brief 3-question survey.
Dieser Inhalt ist in der ausgewählten Sprache nicht verfügbar
Wir arbeiten ständig daran, Inhalte in der ausgewählten Sprache bereitzustellen. Vielen Dank für deine Geduld.
Why can't I see the instance metrics for my Amazon SageMaker endpoint though I can see the invocation metrics?
Lesedauer: 1 Minute
0
I can see invocation metrics for my Amazon SageMaker endpoint in Amazon CloudWatch. However, instance metrics, such as CPUUtilization, MemoryUtilization, and DiskUtilization, are missing.
Resolution
To see instance metrics, the execution role for Amazon SageMaker must have the PutMetricData permission for CloudWatch.
To grant instance metrics the needed permissions, add "cloudwatch:PutMetricData" to the AWS Identity and Access Management (IAM) policy that's attached to the execution role. For more information, see How to use SageMaker execution roles.