Last active
August 29, 2015 14:26
-
-
Save tkuchiki/bb3a8ca0eb9a930e1a1b to your computer and use it in GitHub Desktop.
(自分自身の) spot instance が status cancelled で動いたままかチェックする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ -n "$(aws ec2 describe-spot-instance-requests --filters Name=status-code,Values=request-canceled-and-instance-running Name=instance-id,Values=$(curl -s 169.254.169.254/latest/meta-data/instance-id) | jq .SpotInstanceRequests[])" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment