我正在尝试按照以下步骤创建 Mac EC2 实例AWS 用户指南但是它失败了,并出现以下屏幕截图中所示的错误:
到目前为止我已经尝试过:
使用其他 AWS 区域(例如爱尔兰、俄勒冈)并结合不同的可用区域,但仍然收到相同的错误消息。
使用以下 AWS CLI 命令启动 Mac EC2 实例:
aws ec2 allocate-hosts --region us-east-1 --instance-type mac1.metal --availability-zone us-east-1c --quantity 1 --profile syumaK
上述命令的结果失败,并显示以下消息:
An error occurred (UnsupportedHostConfiguration) when calling the AllocateHosts operation: The requested configuration is currently not supported. Please check the documentation for supported configurations.
答案1
您错过了“实例自动放置”标志。