How to find what the AutoScalingGroup min_size and max_size are set to?
Once I have a Stack created with an AutoScalingGroup how do inspect that resource to find out what the min_size and max_size where set to? It doesn't seem to be a property on it i.e.
+------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
| Property | Value |
+------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
| description | |
| links | http://ip.ad.d.ress:8004/v1/e6687df0f8be41749aa6c6431d05cb6f/stacks/CLUSTERjettest9/aac42483-d498-4c3f-816e-08dd5ecbb3c0/resources/asg (self) |
| | http://ip.ad.d.ress:8004/v1/e6687df0f8be41749aa6c6431d05cb6f/stacks/CLUSTERjettest9/aac42483-d498-4c3f-816e-08dd5ecbb3c0 (stack) |
| | http://ip.ad.d.ress:8004/v1/e6687df0f8be41749aa6c6431d05cb6f/stacks/CLUSTERjettest9-asg-tr4mxvndagcq/3b7740dc-fdba-4541-a6d6-491361460400 (nested) |
| logical_resource_id | asg |
| physical_resource_id | 3b7740dc-fdba-4541-a6d6-491361460400 |
| required_by | web_server_scaleup_policy |
| | web_server_scaledown_policy |
| resource_name | asg |
| resource_status | CREATE_COMPLETE |
| resource_status_reason | state changed |
| resource_type | OS::Heat::AutoScalingGroup |
| updated_time | 2015-01-30T20:35:03Z |
+------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+