Skip to main content

launch_configurations

Retrieves a list of launch_configurations in a region

Overview

Namelaunch_configurations
TypeResource
Descriptionlaunch_configurations
Idawscc.autoscaling.launch_configurations

Fields

NameDatatypeDescription
launch_configuration_namestringThe name of the launch configuration. This name must be unique per Region per account.
regionstringAWS 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