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 個月前檢視次數 149 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南