將 Amazon FSx for Lustre 安裝到 HyperPod 叢集 - Amazon SageMaker

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

將 Amazon FSx for Lustre 安裝到 HyperPod 叢集

若要將 Amazon FSx for Lustre 共用檔案系統掛載到您的 HyperPod 叢集,請設定以下內容。

  1. 使用您的 Amazon VPC。

    1. 若要讓 HyperPod 叢集執行個體在 內通訊VPC,請確定您將 使用 Amazon 設定 SageMaker HyperPod VPC 連接至 IAM的角色 SageMaker HyperPod。

    2. 在 中create_cluster.json,包含下列VPC資訊。

      "VpcConfig": { "SecurityGroupIds": [ "string" ], "Subnets": [ "string" ] }

      如需設定 Amazon 的更多秘訣VPC,請參閱 使用 SageMaker HyperPod 的先決條件

  2. 若要使用 Amazon FSx for Lustre 完成 Slurm 設定,請在 中指定 Amazon FSxDNS名稱和 Amazon FSx掛載名稱provisioning_parameters.json,如 從 提供的基本生命週期指令碼開始 HyperPod一節中的圖所示。您可以從帳戶中的 Amazon FSx for Lustre 主控台或執行下列 AWS CLI 命令 ,找到 Amazon FSx資訊aws fsx describe-file-systems

    "fsx_dns_name": "fs-12345678a90b01cde.fsx.us-west-2.amazonaws.com", "fsx_mountname": "1abcdefg"