Specifies parameters to use when performing rolling instance stops.
Delay (in seconds) between rolling stops.
Type: integer
integer
Required: Yes
Indicates whether the EC2 instance status should pass before continuing with the rolling stops.
Type: boolean
boolean
Method to use to select instances during rolling stops.
Type: string
string
Valid Values:
one-at-a-time
by-availability-zone
by-resource-tag
Key (name) of the resource tag to use to group EC2 instances for rolling stops. Required when method is by-resource-tag.
method
Value: string
Required: Conditional
Last updated 7 years ago
{ "method": "by-availability-zone", "delaySeconds": 0, "isWaitForStatus": false }