使用 CloudHSM CLI 退出 HSM
使用 CloudHSM CLI 中的 logout 命令退出 AWS CloudHSM 集群中的每个硬件安全模块(HSM)。
用户类型
以下用户均可运行此命令。
-
Admin
-
加密用户 (CU)
语法
aws-cloudhsm >
help logout
Logout of your cluster USAGE: logout 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 -h, --help Print help information -V, --version Print version information
示例
此命令将您从集群中的所有 HSM 中注销。
aws-cloudhsm >
logout
{ "error_code": 0, "data": "Logout successful" }