- 最新
- 投票最多
- 评论最多
这是 Amazon SageMaker 的存储费用。虽然您可能没有主动使用,但只要 SageMaker 环境(Notebook Instance 或 Studio)创建过,它就会自动分配一块 EBS 存储卷(gp3),即使您不再使用,只要没有删除,存储费用就会持续产生。
为什么会产生费用
- 创建 SageMaker Notebook 或 Studio 时,系统会自动生成一个存储卷(EBS gp3)。
- 即使 Notebook 停止运行,存储卷也不会消失,仍然会产生按月计费。
- 只有彻底 删除(Delete) 相关资源,费用才会停止。
停止扣费的方法
-
登录 AWS 管理控制台 确认区域切换到 亚太地区(悉尼)。
-
检查 SageMaker
- 打开 SageMaker 服务,进入「Notebook 实例」「Studio」等。
- 如果看到不再使用的实例,请先 删除 (Delete)。
-
检查 EBS 卷
- 打开 EC2 控制台 → 「Elastic Block Store」→「卷」。
- 找到和 SageMaker 相关、已不再使用的卷,确认无数据需要后,删除。
-
检查 S3 存储桶(可选)
- SageMaker 可能会在 S3 创建数据存储桶。
- 如果没有需要保存的数据,可以删除,避免额外存储费用。
注意事项
- 删除 SageMaker 环境或 EBS 卷时,数据会被永久删除。 如果有需要保留的 Notebook 或结果,请先导出到 S3 或下载到本地。
- 仅仅「停止 (Stop)」Notebook 并不能避免费用,必须「删除 (Delete)」。
AWS工单给的回复是: 有关该笔 UnifiedStudio:VolumeUsage.gp3 费用,可能原因为:在未先移除笔记本/JupyterLab 计算环境的情况下删除域时,会出现此问题。
那就是系统设计的问题,如果用户不按顺序删除资源就会删不掉gp3存储,这部分存储就会一直计费,但是用户在控制台是找不到的,AWS CLI里面也无法查询到这个资源。
感觉可能是之前开通了SageMaker的残留文件吧
检查下你Sydney区域下的S3,EFS,EBS是不是有残留
参考:
You're being charged for Amazon SageMaker storage in the Asia Pacific (Sydney) region. The charge is for GP3 (General Purpose SSD) storage that has been provisioned for SageMaker at a rate of $0.1344 per GB-month.
Even if you're not actively using SageMaker, if you have provisioned storage volumes, you'll continue to be charged for them. SageMaker storage pricing varies by type, with General Purpose (SSD) storage typically costing around $0.112 per GB-month, though prices can vary by region.
To stop these charges, you should:
- Log into your AWS Management Console
- Navigate to the SageMaker service
- Check for any active resources such as notebook instances, training jobs, or endpoints that might have storage volumes attached
- Delete any unused SageMaker resources and their associated storage volumes
If you're not using SageMaker at all, make sure to delete all resources including any provisioned storage volumes to avoid ongoing charges. If you're unsure about which specific resources are causing the charges, you can check your AWS Cost Explorer or detailed billing reports to identify the exact SageMaker resources that are generating these costs.
Sources
Machine Learning Service – Amazon SageMaker Pricing – AWS
SageMaker Pricing

我也遇到了同样的问题,我已经删除了所有SageMaker相关的实例和服务,包括Notebook。也查看了EC2下面EBS,全部都清空了。 甚至S3里面的存储我也查看了,都没有任何数据桶。但是每天的账单中仍然有一个$0.112 per GB per Month for UnifiedStudio:VolumeUsage.gp3 in US West (Oregon) 计费项,每天0.02美元消耗。
发了工单也得不到有效的回复,账单里面无缘无故扣款让人对AWS的服务非常不放心,我没办法把公司的训练模型迁移到AWS。
如果本月仍然得不到解决,我只能注销账号或者注销信用卡了。