기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
pcluster get-cluster-stack-events
지정된 클러스터의 스택과 관련된 이벤트를 검색합니다.
참고
버전 3.6.0부터는 중첩 스택을 AWS ParallelCluster 사용하여 대기열 및 컴퓨팅 리소스와 연결된 리소스를 생성합니다. GetClusterStackEvents
API 및 pcluster get-cluster-stack-events
명령은 클러스터 기본 스택 이벤트만 반환합니다. CloudFormation 콘솔에서 대기열 및 컴퓨팅 리소스와 관련된 이벤트를 포함하여 클러스터 스택 이벤트를 볼 수 있습니다.
pcluster get-cluster-stack-events [-h] --cluster-name
CLUSTER_NAME
[--debug] [--next-tokenNEXT_TOKEN
] [--queryQUERY
] [--regionREGION
]
이름 지정된 인수
-h, --help
-
pcluster get-cluster-stack-events
에 대한 도움말 텍스트를 표시합니다. --cluster-name, -n
CLUSTER_NAME
-
클러스터의 이름을 지정합니다.
--debug
-
디버깅 로깅을 활성화합니다.
--next-token
NEXT_TOKEN
-
페이지가 매겨진 요청에 사용할 토큰을 지정합니다.
--query
QUERY
-
출력에 대해 수행할 JMESPath 쿼리를 지정합니다.
--region, -r
REGION
-
사용할 AWS 리전 를 지정합니다.
AWS_DEFAULT_REGION
환경 변수,~/.aws/config
파일[default]
섹션의region
설정 또는--region
파라미터를 사용하여 를 지정해야 AWS 리전 합니다.
AWS ParallelCluster 버전 3.1.4 사용 예:
$
pcluster get-cluster-stack-events \ -n
cluster-v3
\ -rus-east-1
\ --query"events[0]"
{ "eventId": "1234abcd-56ef-78gh-90ij-abcd1234efgh", "physicalResourceId": "arn:aws:cloudformation:us-east-1:123456789012:stack/cluster-v3/1234abcd-56ef-78gh-90ij-abcd1234efgh", "resourceStatus": "CREATE_COMPLETE", "stackId": "arn:aws:cloudformation:us-east-1:123456789012:stack/cluster-v3/1234abcd-56ef-78gh-90ij-abcd1234efgh", "stackName": "cluster-v3", "logicalResourceId": "cluster-v3", "resourceType": "AWS::CloudFormation::Stack", "timestamp": "2022-07-12T18:29:12.140Z" }