【发布时间】:2017-12-12 11:33:56
【问题描述】:
我了解,如果超出投标价格,现货实例将被终止,如果没有容量或达到实例限制,它们将无法启动。我以前没有看到它们因超额订阅而终止。使用 AWS CLI:
aws ec2 request-spot-instances --spot-price "0.8" --instance-count 1 --type "one-time" --launch-specification c:\path\to\spot-instance-spec.json
r4.4xlarge linux spot 在(我的)eu-west-1b 成功启动,然后终止,spot 请求中的状态为:
instance-terminated-capacity-oversubscribed: Your Spot instance was terminated as there is no more unused capacity available in this pool.
有谁知道这具体是什么意思?游泳池只是AZ吗?是不是更贵的地方?是因为按需推出吗?
【问题讨论】:
标签: amazon-web-services amazon-ec2 aws-cli