Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
Aktifkan cluster dengan Cloud HSM CLI
Gunakan cluster activate perintah di Cloud HSM CLI untuk mengaktifkan cluster baru di AWS CloudHSM. Perintah ini harus dijalankan sebelum cluster dapat digunakan untuk melakukan operasi kriptografi.
Jenis pengguna
Jenis pengguna berikut dapat menjalankan perintah ini.
-
admin yang tidak aktif
Sintaks
Perintah ini tidak memiliki parameter.
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')
Contoh
Perintah ini mengaktifkan cluster Anda dengan mengatur kata sandi awal untuk pengguna admin Anda.
aws-cloudhsm >
cluster activate
Enter password: Confirm password: { "error_code": 0, "data": "Cluster activation successful" }