檢查我的實例是否正在關閉以每5秒輪詢http://169.254.169.254/latest/meta-data/spot/termination-time
是否最好的方法?如何指定關閉腳本以在現貨實例關閉時運行?
谷歌雲計算可以讓我指定關機腳本終止 gcloud compute instances create example-instance --metadata-from-file shutdown-script=examples/scripts/install.sh
AWS是否有類似的東西現在?
不可以。AWS沒有一個回調腳本在標記爲終止時調用。每5秒輪詢一次是最常見的方式。我早年,即使這個「終止時間」也沒有。 – helloV