CLI와 StopDeployment 함께 사용 - AWS SDK 코드 예제

AWS Doc SDK ExamplesWord AWS SDK 리포지토리에는 더 많은 GitHub 예제가 있습니다.

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

CLI와 StopDeployment 함께 사용

다음 코드 예제는 StopDeployment의 사용 방법을 보여 줍니다.

CLI
AWS CLI

배포 중지를 시도하려면

다음 stop-deployment 예제에서는 사용자 AWS 계정과 연결된 진행 중인 배포를 중지하려고 시도합니다.

aws 배포 중지-배포 --deployment-id d-A1B2C3111

출력:

{ "status": "Succeeded", "statusMessage": "No more commands will be scheduled for execution in the deployment instances" }
  • API 세부 정보는 AWS CLI 명령 참조StopDeployment를 참조하세요.

PowerShell
for PowerShell 도구

예제 1:이 예제는 지정된 배포 ID로 배포를 중지하려고 시도합니다.

Stop-CDDeployment -DeploymentId d-LJQNREYEX

출력:

Status StatusMessage ------ ------------- Pending Stopping Pending. Stopping to schedule commands in the deployment instances
  • API 세부 정보는 AWS Tools for PowerShell Cmdlet 참조StopDeployment를 참조하세요.