Skip to content

How to find out what is driving high Sagemaker costs

0

Hey all, Despite not running any kernels or analytics, our Sagemaker costs are very high. How do I determine what is driving these costs? Our cost analytics tell us that these are all driven by Sagemaker itself and not EC2 or other.

asked a year ago628 views
3 Answers
1

I'd suggest you to go to Cost Explorer and see what you find there

  1. Go to Cost Explorer

  2. Choose Dimension as Usage Type

  3. Select Service as Sagemaker

  4. Apply filter Usage Type

See, what this shows for that same time period. Next, change the filter from "Usage Type" to "API Operation" and see what are the contributors. Keep doing the same exercise by chaanging the filters to Region, Availability Zone, Charge Type. One or the other filter would definitely give you the lead where that charge is coming from.

Additional Reference: Sagemaker Pricing

Comment here if you have additional questions, happy to assist.

Abhishek

AWS
EXPERT
answered a year ago
0

There are many different things that can be costing you money and the Sagemaker UI can make it hard to see these things easily.

Here are the usual things that are going to be running up a bill.

  1. Notebook Instances
  2. Studio Instances (kernel gateway apps for Studio Classic, apps and spaces for New Studio)
  3. Sagemaker Canvas and DataWrangler instances

The other thing to check is that you are not running something like Scheduled Notebook Jobs or any other types of job (Processing, Training, etc.)

answered a year ago
0

Have you used Cost Explorer to review all SageMaker-related cost. You can just set SageMaker under the Service filter, then group by "Usage Type".

AWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.