aws.autoscaling.describe_termination_policy_types
Example SQL Queries
SELECT * FROMaws.autoscaling.describe_termination_policy_types;Description
Describes the termination policies supported by Amazon EC2 Auto Scaling.
For more information, see Configure termination policies for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| termination_policy_types The termination policies supported by Amazon EC2 Auto Scaling: OldestInstance, OldestLaunchConfiguration, NewestInstance, ClosestToNextInstanceHour, Default, OldestLaunchTemplate, and AllocationStrategy. | VARCHAR[] |
Show child fields
| |