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.

Mattias
已提问 4 个月前144 查看次数
2 回答
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
已回答 4 个月前
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
已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则