我在 AWS 上获得了 AWS CLI 工具和帐户。我运行命令 aws configure 并设置 AWS 访问密钥、AWS 密钥、区域和输出格式。现在当我运行命令时
aws ec2 describe-spot-price-history --instance-type m1.xlarge --product-description "Linux/Unix"
我得到空的输出
{
"SpotPriceHistory": []
}
我已经尝试了多种实例类型,给出了开始时间和结束时间等。请有人帮我解决这个问题。