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

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

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

CLI와 DeletePlacementGroup 함께 사용

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

CLI
AWS CLI

배치 그룹을 삭제하려면

이 예제 명령은 지정된 배치 그룹을 삭제합니다.

명령:

aws ec2 delete-placement-group --group-name my-cluster
PowerShell
for PowerShell 도구

예제 1:이 예제에서는 지정된 배치 그룹을 삭제합니다. 강제 파라미터를 지정하지 않는 한 작업이 진행되기 전에 확인 메시지가 표시됩니다.

Remove-EC2PlacementGroup -GroupName my-placement-group

출력:

Confirm Are you sure you want to perform this action? Performing operation "Remove-EC2PlacementGroup (DeletePlacementGroup)" on Target "my-placement-group". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):
  • API 세부 정보는 AWS Tools for PowerShell Cmdlet 참조DeletePlacementGroup를 참조하세요.