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.
Este contenido no está disponible en el idioma seleccionado
Trabajamos constantemente para que el contenido esté disponible en el idioma seleccionado. Gracias por tu paciencia.
Why can't I see the instance metrics for my Amazon SageMaker endpoint though I can see the invocation metrics?
1 minutos de lectura
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.