这里通知用到的是 Server酱,请确保有 KEY。
抢占式在业务上可以降低很大成本,不过腾讯云不支持提供接口获取销毁的时间,则需要再服务器内部放置一个脚本定时来进行一个检测,检测会被销毁则需要将信息发出来,而 Server酱 可以发送到很多采用的平台已满足更多人的需求。
https://tools.hongfs.cn/v2/spot/tencent?key=你的密钥
1 | http_response=$(curl -s -o _time.txt -w "%{http_code}" http://metadata.tencentyun.com/latest/meta-data/spot/termination-time) |
使用
1 | $ crontab -e |
阿里云也实现了同样的:
https://tools.hongfs.cn/v2/spot/aliyun?key=你的密钥
参考
查看实例元数据:https://cloud.tencent.com/document/product/213/4934
https://stackoverflow.com/questions/38906626/curl-to-return-http-status-code-along-with-the-response