{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-auto-scaling/refs/heads/main/json-schema/ec2-auto-scaling-instance-reuse-policy-schema.json", "title": "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. " } ] } } }