Skip to content

Unexpected SageMaker costs

0

Hello, I have been learning AWS as a part of a Udemy course, and I have been following the steps to create instances, roles, etc. I used SageMaker AI and tried running a project as a requirement for that course, but it didn't go through, so I stopped running that project. I am fairly new to AWS so I didn't realise that using SageMaker would result in such high costs. Please help me with it!

2 Answers
0
Accepted Answer

When you're experiencing unexpected SageMaker charges even after stopping your project, there are several hidden components that might still be running. Here's what you should check and clean up:

  1. MLflow Tracking Servers: These can continue running in the background and appear as "RunTrackingServer" charges on your bill. You may need to use the AWS CLI or API to list and delete these.

  2. Inference endpoints: These continue to run and incur charges even if you're not actively using them.

  3. Canvas workspaces: Even if you logged out of Canvas, there might be "Workspace Instance Session-Hour" charges running that aren't visible in the Console.

  4. EBS volumes and ML storage: Simply stopping a project doesn't automatically remove associated storage volumes. The charge of $0.112 per GB-Mo for provisioned ML storage can continue.

  5. Check all regions: SageMaker resources are region-specific, so verify all AWS regions to ensure you haven't missed any active resources.

  6. Hidden resources: Some SageMaker components like HyperPod clusters, Pipelines, EMR clusters, RStudio resources, and TensorBoard applications might not be automatically terminated when you stop a project.

  7. VPC resources: Check for any lingering VPC resources associated with SageMaker.

To identify the exact source of charges:

  • Use AWS Cost Explorer to pinpoint which specific SageMaker resources are causing the costs
  • Filter by SageMaker in the Service dropdown and view by API Operations to see which API calls are costing you

If you're still unable to locate the source of the charges after checking these areas, contact AWS Support for a detailed breakdown and assistance in identifying and terminating any lingering resources.

For future use, consider setting up AWS Budgets to alert you before exceeding your desired spending limit.
Sources
Unexpected SageMaker charges appearing on my bill | AWS re:Post
.56 cents every month. | AWS re:Post
Being charged for unused SageMaker: What beyond Instances and Domain can I shut down in SageMaker? | AWS re:Post
How to cancel SageMaker | AWS re:Post
Unable to turn off $0.112 per GB-Mo of provisioned ML storage for SageMaker | AWS re:Post

answered 9 days ago
AWS
EXPERT
reviewed 9 days ago
EXPERT
reviewed 9 days ago
0

Also, since you are new to AWS, you should raise a support ticket and they might help you and provide you a refund or lower the bill.

EXPERT
answered 9 days ago
  • I already did raise a case with them.

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.