Sagemaker keeps charging even after deleteing the domains

0

Hi, I was using dataset in sagemaker data wrangler to discover how it works . I deleted the sagemaker domain without removing all the resources and i keep getting bills because of this . How can I fix this.

Thank you for your help.

2 Answers
1

hi,

When you delete a SageMaker domain, some of the resources associated with that domain are deleted automatically. Your files are kept in an Amazon EFS volume as a backup. When you use the SageMaker console to delete the Domain, the Amazon EFS volume is detached but not deleted. The same behaviour occurs by default when you use the AWS CLI or the SageMaker Python SDK to delete the Domain. Refer: https://docs.aws.amazon.com/sagemaker/latest/dg/gs-studio-delete-domain.html

Also, note that deleting a SageMaker domain does not delete other AWS resources that may have been created or associated with the domain, such as Amazon S3 buckets or AWS Identity and Access Management (IAM) roles. You will need to manually delete those resources separately.

For you to check what resources you are charged on,

  1. Go to the AWS Management Console, select AWS Cost Explorer.
  2. Select Cost Explorer.
  3. Select the date, hour range and then run the report to find out which services are in use and what services you are billed on.

Based on this, you can cleanup those resources that you are billed on.

Hope this helps, Thanks, Arun

AWS
Arun
answered a year ago
0

This is not my area of expertise, but here are 2 resources I found: There are notes here about how to delete EFS associated with a domain: https://docs.aws.amazon.com/sagemaker/latest/dg/gs-studio-delete-domain.html#gs-studio-delete-domain-efs

Shut down Data Wranger: https://docs.aws.amazon.com/sagemaker/latest/dg/data-wrangler-shut-down.html

I hope one of these help.

AWS
Lisa_H
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.

Guidelines for Answering Questions