There are more AWS SDK examples available in the AWS Doc SDK Examples
Use DescribeLifecycleHookTypes
with a CLI
The following code examples show how to use DescribeLifecycleHookTypes
.
- CLI
-
- AWS CLI
-
To describe the available lifecycle hook types
This example describes the available lifecycle hook types.
aws autoscaling describe-lifecycle-hook-types
Output:
{ "LifecycleHookTypes": [ "autoscaling:EC2_INSTANCE_LAUNCHING", "autoscaling:EC2_INSTANCE_TERMINATING" ] }
-
For API details, see DescribeLifecycleHookTypes
in AWS CLI Command Reference.
-
- PowerShell
-
- Tools for PowerShell
-
Example 1: This example lists the lifecycle hook types supported by Auto Scaling.
Get-ASLifecycleHookType
Output:
autoscaling:EC2_INSTANCE_LAUNCHING auto-scaling:EC2_INSTANCE_TERMINATING
-
For API details, see DescribeLifecycleHookTypes in AWS Tools for PowerShell Cmdlet Reference.
-
DescribeLaunchConfigurations
DescribeLifecycleHooks