{ "$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-reuse-policy-structure.json", "name": "InstanceReusePolicy", "description": "

Describes an instance reuse policy for a warm pool.

For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

", "type": "object", "properties": { "ReuseOnScaleIn": { "allOf": [ { "$ref": "#/components/schemas/ReuseOnScaleIn" }, { "description": "Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in. " } ] } } }