Doc AWS SDK ExamplesWord リポジトリには、さらに多くの GitHub の例があります。 AWS SDK
翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
CLI ExitStandby
で使用する
以下のコード例は、ExitStandby
の使用方法を示しています。
- CLI
-
- AWS CLI
-
インスタンスをスタンバイモードから解除するには
この例では、指定したインスタンスをスタンバイモードから解除します。
aws autoscaling exit-standby \ --instance-ids
i-061c63c5eb45f0416
\ --auto-scaling-group-namemy-asg
出力:
{ "Activities": [ { "ActivityId": "142928e1-a2dc-453a-9b24-b85ad6735928", "AutoScalingGroupName": "my-asg", "Description": "Moving EC2 instance out of Standby: i-061c63c5eb45f0416", "Cause": "At 2020-10-31T20:32:50Z instance i-061c63c5eb45f0416 was moved out of standby in response to a user request, increasing the capacity from 0 to 1.", "StartTime": "2020-10-31T20:32:50.222Z", "StatusCode": "PreInService", "Progress": 30, "Details": "{\"Subnet ID\":\"subnet-6194ea3b\",\"Availability Zone\":\"us-west-2c\"}" } ] }
詳細については、Amazon Word Auto Scaling ユーザーガイドの Auto Scaling グループからインスタンスを一時的に削除するを参照してください。 EC2 Auto Scaling
-
API の詳細については、AWS CLI 「 コマンドリファレンス」のExitStandby
」を参照してください。
-
- PowerShell
-
- ツール for PowerShell
-
例 1: この例では、指定したインスタンスをスタンバイモードから解除します。
Exit-ASStandby -InstanceId i-93633f9b -AutoScalingGroupName my-asg
出力:
ActivityId : 1833d3e8-e32f-454e-b731-0670ad4c6934 AutoScalingGroupName : my-asg Cause : At 2015-11-22T15:51:21Z instance i-95b8484f was moved out of standby in response to a user request, increasing the capacity from 1 to 2. Description : Moving EC2 instance out of Standby: i-95b8484f Details : {"Availability Zone":"us-west-2b","Subnet ID":"subnet-5264e837"} EndTime : Progress : 30 StartTime : 11/22/2015 7:51:21 AM StatusCode : PreInService StatusMessage :
-
API の詳細については、「コマンドレットリファレンス」のExitStandby」を参照してください。 AWS Tools for PowerShell
-
ExecutePolicy
PutLifecycleHook