CloudHSM CLI를 사용하여 클러스터 활성화
CloudHSM CLI에서 cluster activate 명령을 사용하여 AWS CloudHSM에서 새 클러스터를 활성화합니다. 클러스터를 사용하여 암호화 작업을 수행하려면 먼저 해당 명령을 실행해야 합니다.
사용자 유형
다음 사용자 유형이 이 명령을 실행할 수 있습니다.
-
활성화되지 않은 관리자
구문
이 명령에는 파라미터가 없습니다.
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" }