Ec2 Auto Scaling Instance Refresh Live Pool Progress Structure
Reports progress on replacing instances that are in the Auto Scaling group.
Type: objectProperties: 2
Amazon Web ServicesAuto-ScalingComputeEC2High AvailabilityScaling
InstanceRefreshLivePoolProgress is a JSON Structure definition published by Amazon EC2 Auto Scaling, describing 2 properties. 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-instance-refresh-live-pool-progress-structure.json",
"name": "InstanceRefreshLivePoolProgress",
"description": "Reports progress on replacing instances that are in the Auto Scaling group.",
"type": "object",
"properties": {
"PercentageComplete": {
"allOf": [
{
"$ref": "#/components/schemas/IntPercent"
},
{
"description": "The percentage of instances in the Auto Scaling group that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete."
}
]
},
"InstancesToUpdate": {
"allOf": [
{
"$ref": "#/components/schemas/InstancesToUpdate"
},
{
"description": "The number of instances remaining to update."
}
]
}
}
}
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.