autoscaling:DescribeLaunchConfigurations

List

autoscaling:DescribeLaunchConfigurations is a List access-level action in the autoscaling service. Grants permission to describe one or more launch configurations. If you omit the list of names, then the call describes all launch configurations

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows autoscaling:DescribeLaunchConfigurations. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowAutoscalingDescribeLaunchConfigurations",
      "Effect": "Allow",
      "Action": "autoscaling:DescribeLaunchConfigurations",
      "Resource": "*"
    }
  ]
}

Related actions in autoscaling

View all autoscaling actions →