クラスターアクティブ化 - AWS CloudHSM

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

クラスターアクティブ化

CloudHSM CLI の cluster activate コマンドを使用して新しいクラスターをアクティブ化します。クラスターを使用して暗号化オペレーションを実行するには、まずこのコマンドを実行する必要があります。

ユーザーのタイプ

このコマンドは、次のタイプのユーザーが実行できます。

  • 非アクティブ管理者

構文

このコマンドにはパラメータはありません。

aws-cloudhsm > help cluster activate Activate a cluster This command will set the initial Admin password. This process will cause your CloudHSM cluster to move into the ACTIVE state. USAGE: cloudhsm-cli cluster activate [OPTIONS] [--password <PASSWORD>] Options: --cluster-id <CLUSTER_ID> Unique Id to choose which of the clusters in the config file to run the operation against. If not provided, will fall back to the value provided when interactive mode was started, or error --password <PASSWORD> Optional: Plaintext activation password If you do not include this argument you will be prompted for it -h, --help Print help (see a summary with '-h')

このコマンドは、管理者ユーザーの初期パスワードを設定してクラスターをアクティブ化します。

aws-cloudhsm > cluster activate Enter password: Confirm password: { "error_code": 0, "data": "Cluster activation successful" }

関連トピック