New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
此內容不支援於所選語言
我們一直致力於以所選語言提供內容。感謝您的耐心配合。
Why can't I see the instance metrics for my Amazon SageMaker endpoint though I can see the invocation metrics?
1 分的閱讀內容
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.