launch_configurations
Retrieves a list of launch_configurations
in a region
Overview
Name | launch_configurations |
Type | Resource |
Description | launch_configurations |
Id | awscc.autoscaling.launch_configurations |
Fields
Name | Datatype | Description |
---|---|---|
launch_configuration_name | string | The name of the launch configuration. This name must be unique per Region per account. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
launch_configuration_name
FROM awscc.autoscaling.launch_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the launch_configurations
resource, the following permissions are required:
Create
autoscaling:CreateLaunchConfiguration,
autoscaling:DescribeLaunchConfigurations,
iam:PassRole
List
autoscaling:DescribeLaunchConfigurations