文件名称:Google-Cloud-Platform-Killswitch:为您的GCP帐户添加结算费用上限
文件大小:157KB
文件格式:ZIP
更新时间:2024-05-31 03:42:32
JavaScript
Google-Cloud-Platform-Killswitch 为您的GCP帐户添加结算费用上限。 影片教学 来自Google的详细信息 启用预算通知 导航到帐单导航到预算和警报创建预算 通过Cloud Function收听通知 创建具有触发器类型Pub / Sub的云函数。使用“ index.js”和“ package.json”脚本。 在index.js文件中交换您的项目ID。 该脚本禁用了项目计费,这将使服务不再起作用并停止产生任何增量成本。 启用Cloud Billing API 服务帐号升级 提供计费管理访问云功能服务帐户的权限 发布子/公共消息 { "budgetDisplayName" : "name-of-budget" , "alertThresholdExceeded" : 1.0 , "costAmount" : 100.01 ,
【文件预览】:
Google-Cloud-Platform-Killswitch-main
----.gitattributes(66B)
----images()
--------pub-sub-test-message.png(112KB)
--------billing-disabled.png(54KB)
----README.md(2KB)
----pub-sub-sample-message(254B)
----index.js(3KB)
----package.json(145B)