Amazon Web ServicesAuto-ScalingComputeEC2High AvailabilityScaling
ExitStandbyAnswer is a JSON Structure definition published by Amazon EC2 Auto Scaling, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-structure/ec2-auto-scaling-exit-standby-answer-structure.json",
"name": "ExitStandbyAnswer",
"description": "ExitStandbyAnswer schema from Auto Scaling",
"type": "object",
"properties": {
"Activities": {
"allOf": [
{
"$ref": "#/components/schemas/Activities"
},
{
"description": "The activities related to moving instances out of <code>Standby</code> mode."
}
]
}
},
"example": {
"Activities": [
{
"ActivityId": "142928e1-a2dc-453a-9b24-b85ad6735928",
"AutoScalingGroupName": "my-auto-scaling-group",
"Cause": "At 2015-04-12T15:14:29Z instance i-93633f9b 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-93633f9b",
"Details": "details",
"Progress": 30,
"StartTime": "2015-04-12T15:14:29.886000+00:00",
"StatusCode": "PreInService"
}
]
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.