本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
CancelSpotInstanceRequests
搭配 CLI 使用
下列程式碼範例示範如何使用 CancelSpotInstanceRequests
。
- CLI
-
- AWS CLI
-
若要取消 Spot 執行個體請求
此範例命令會取消 Spot 執行個體請求。
命令:
aws ec2 cancel-spot-instance-requests --spot-instance-request-ids
sir-08b93456
輸出:
{ "CancelledSpotInstanceRequests": [ { "State": "cancelled", "SpotInstanceRequestId": "sir-08b93456" } ] }
-
如需 API 詳細資訊,請參閱 AWS CLI 命令參考中的 CancelSpotInstanceRequests
。
-
- PowerShell
-
- for PowerShell 工具
-
範例 1:此範例會取消指定的 Spot 執行個體請求。
Stop-EC2SpotInstanceRequest -SpotInstanceRequestId sir-12345678
輸出:
SpotInstanceRequestId State --------------------- ----- sir-12345678 cancelled
-
如需 API 詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考中的 CancelSpotInstanceRequests。
-
如需 AWS SDK 開發人員指南和程式碼範例的完整清單,請參閱 使用 建立 Amazon EC2 資源 AWS SDK。本主題也包含有關入門的資訊,以及先前 SDK 版本的詳細資訊。
CancelSpotFleetRequests
ConfirmProductInstance