使用 Run Command 關閉 Kernel Live Patching - AWS Systems Manager

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

使用 Run Command 關閉 Kernel Live Patching

若要關閉Kernel Live Patching,您可以在受管節點上執行yum指令,也可以使用Run Command和自訂SSM文件AWS-ConfigureKernelLivePatching

注意

如果您不再需要使用 Kernel Live Patching,您可以隨時停用它。在大多數情況下,不需要關閉功能。

如需透Kernel Live Patching過直接在受管節點上執行yum命令來關閉的相關資訊,請參閱 Amazon EC2 使用者指南Kernel Live Patching中的用。

注意

當您關閉 Kernel Live Patching 時,程序會解除安裝 Kernel Live Patching 外掛程式,然後重新啟動受管節點。

使用 Run Command 關閉 Kernel Live Patching (主控台)
  1. 在開啟 AWS Systems Manager 主控台https://console.aws.amazon.com/systems-manager/

  2. 在導覽窗格中,選擇 Run Command

  3. 選擇 執行命令

  4. 在「命令」文件清單中,選擇SSM文件AWS-ConfigureKernelLivePatching

  5. Command parameters (命令參數) 區段,指定所需的參數值。

  6. 如需使用此頁面上其餘控制項的詳細資訊,請參閱從主控台執行命令

  7. 選擇執行

關閉 Kernel Live Patching (AWS CLI)
  • 使用類似以下的命令:

    Linux & macOS
    aws ssm send-command \ --document-name "AWS-ConfigureKernelLivePatching" \ --targets "Key=instanceIds,Values=instance-id" \ --parameters "EnableOrDisable=Disable"
    Windows Server
    aws ssm send-command ^ --document-name "AWS-ConfigureKernelLivePatching" ^ --targets "Key=instanceIds,Values=instance-id" ^ --parameters "EnableOrDisable=Disable"

    Replace (取代) instance-id 使用您想要關閉該功能的 Amazon Linux 2 受管節點的識別碼,例如 i-0 EXAMPLE 2573 咖啡廳。若要在多個受管節點上關閉此功能,您可以使用下列其中一種格式。

    • --targets "Key=instanceids,Values=instance-id1,instance-id2"

    • --targets "Key=tag:tag-key,Values=tag-value"

    如需可以在命令中使用之其他選項的相關資訊,請參閱《AWS CLI 命令參考》中的 send-command 一節。