CloudHSM CLI를 사용하여 쿼럼 값 표시
CloudHSM CLI의 quorum token-sign list-quorum-values 명령을 사용하여 AWS CloudHSM 클러스터에 설정된 쿼럼 값을 나열합니다.
사용자 유형
다음 사용자가 이 명령을 실행할 수 있습니다.
-
모든 사용자. 이 명령을 실행하기 위해 로그인할 필요는 없습니다.
구문
aws-cloudhsm >
help quorum token-sign list-quorum-values
List current quorum values Usage: quorum token-sign list-quorum-values 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
예
이 명령은 각 서비스에 대해 AWS CloudHSM 클러스터에 설정된 쿼럼 값을 나열합니다.
hsm1.medium:
aws-cloudhsm >
quorum token-sign list-quorum-values
{ "error_code": 0, "data": { "user": 1, "quorum": 1 } }
hsm2m.medium:
aws-cloudhsm >
quorum token-sign list-quorum-values
{ "error_code": 0, "data": { "user": 1, "quorum": 1, "cluster": 1 } }