配置 Amazon EC2 专属主机的主机维护设置
您可以通过 AWS Management Console 或 AWS CLI 为所有支持的专属主机配置主机维护。有关更多信息,请参阅下表。
- AWS Management Console
-
使用 AWS Management Console 为专属主机启用主机维护。
-
通过以下网址打开 Amazon EC2 控制台:https://console.aws.amazon.com/ec2/
。 -
在导航窗格中,选择专用主机。
-
依次选择专属主机 > 操作 > 修改主机。
-
在主机维护字段中选择启用。
使用 AWS Management Console 为专属主机禁用主机维护。
-
通过以下网址打开 Amazon EC2 控制台:https://console.aws.amazon.com/ec2/
。 -
在导航窗格中,选择专用主机。
-
依次选择专属主机 > 操作 > 修改主机。
-
在主机维护字段中选择关闭。
使用 AWS Management Console 查看专属主机的主机恢复配置。
-
通过以下网址打开 Amazon EC2 控制台:https://console.aws.amazon.com/ec2/
。 -
在导航窗格中,选择专用主机。
-
选择专属主机,然后在描述选项卡中查看主机维护字段。
-
- AWS CLI
-
在分配期间使用 AWS CLI 为新专属主机启用或禁用主机维护。
使用 allocate-hosts 命令。
启用
aws ec2 allocate-hosts --region us-east-1 --quantity 1 --instance-type m3.large --availability-zone us-east-1b --host-maintenance on
禁用
aws ec2 allocate-hosts --region us-east-1 --quantity 1 --instance-type m3.large --availability-zone us-east-1b --host-maintenance off
使用 AWS CLI 为现有专属主机启用或禁用主机维护。
使用 modify-hosts 命令。
启用
aws ec2 modify-hosts --region us-east-1 --host-maintenance on --host-ids
h-0d123456bbf78910d
禁用
aws ec2 modify-hosts --region us-east-1 --host-maintenance off --host-ids
h-0d123456bbf78910d
使用 AWS CLI 查看专属主机的主机恢复配置。
可以使用 describe-hosts 命令。
aws ec2 describe-hosts --region us-east-1 --host-ids
h-0d123456bbf78910d
注意
如果禁用主机维护,您会收到一封电子邮件通知,要求在 28 天内驱逐降级主机并将实例手动迁移到另一台主机。如果您有专属主机预留,则会分配替换主机。28 天后,降级主机上运行的实例将终止,主机会自动释放。
主机维护工作原理
显示器 专用主机