Gaddy
Gaddy

Reputation: 463

Sagemaker usage of EC2 instances

Is there a way to view/monitor AWS Sagemaker's usage of EC2 instances? I am running a Sagemaker endpoint and tried to find its instances (ml.p3.2xlarge in this case) in the EC2 UI, but couldn't find them.

Upvotes: 7

Views: 2106

Answers (1)

Shlublu
Shlublu

Reputation: 11027

ml EC2 instances do not appear in the EC2 console. You can find their metrics in Cloudwatch though, and create dashboards to monitor what you need:

enter image description here enter image description here

Upvotes: 5

Related Questions