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 conteúdo não está disponível no idioma selecionado
Estamos trabalhando constantemente para disponibilizar conteúdo no idioma selecionado. Agradecemos sua paciência.
Why can't I see the instance metrics for my Amazon SageMaker endpoint though I can see the invocation metrics?
1 minuto de leitura
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.