Cannot locate and stop running Data Wrangler

0

I have a running Data Wrangler that I cannot locate nor stop and that is costing me money. I have tried to locate it in studio classic apps as mentioned in documentation. DataWranglerPanel StudioClassicPanel

Billing

Subsequent question : is there a way to mitigate the bill? I can not stop it right now, I don't use it, I don't know how I launched it (I think it is automatic maybe?) and I won't be able to afford that.

I will stay tuned and I am ready to provide any missing information.

Thanks in advance for any reply.

2 Answers
0

Hi Mattias, is it possible it was launched by a different user or in a different region? You can also use the ListApps and DeleteApp APIs otherwise to find and delete the app to stop accruing costs. Sample CLI commands would be -

aws sagemaker list-apps --domain-id-equals [your-domain-id] (or --domain-id if you're on an older CLI version)

In the results, look for an app with the string sagemaker-data-wrang in it. Get the app name, app type, and user profile name from the result, and then run the below command -

aws sagemaker delete-app --domain-id [your-domain-id] --user-profile-name [your-user-name] --app-name [data-wrangler-app-name] --app-type KernelGateway

You can also run these commands in CloudShell on your console.

AWS
Durga_S
answered 4 months ago
0

Yes there is a way to mitigate the cost contact the accounts support team and start a case, they should clear the costs for you since it was obviously a unintended usage.

Ntiyiso
answered 3 months 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