本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
設定 Amazon EC2 專用主機的主機維護設定
您可以透過 AWS Management Console 或 為所有支援的專用主機設定主機維護 AWS CLI。如需詳細資訊,請參閱下表。
- AWS Management Console
-
使用 啟用專用主機的主機維護 AWS Management Console。
-
在 EC2 開啟 Amazon https://console.aws.amazon.com/ec2/
主控台。 -
在導覽窗格中,選擇 專用主機。
-
詳情「專用執行個體」 > 「動作」 > 「修改主機」。
-
在主機維護欄位中選取開啟。
使用 AWS Management Console停用專用執行個體的主機維護。
-
在 EC2 開啟 Amazon https://console.aws.amazon.com/ec2/
主控台。 -
在導覽窗格中,選擇 專用主機。
-
詳情「專用執行個體」 > 「動作」 > 「修改主機」。
-
在主機維護欄位中選取關閉。
使用 AWS Management Console檢視專用執行個體的主機維護組態。
-
在 EC2 開啟 Amazon 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 天後,在降級主機上執行的執行個體將終止,並自動釋放主機。
主機維護的運作方式
監控 專用執行個體