AWS v6.71.0 published on Friday, Mar 7, 2025 by Pulumi
aws.ec2.getLaunchConfiguration
Explore with Pulumi AI
Provides information about a Launch Configuration.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const ubuntu = aws.ec2.getLaunchConfiguration({
    name: "test-launch-config",
});
import pulumi
import pulumi_aws as aws
ubuntu = aws.ec2.get_launch_configuration(name="test-launch-config")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/ec2"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ec2.LookupLaunchConfiguration(ctx, &ec2.LookupLaunchConfigurationArgs{
			Name: "test-launch-config",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var ubuntu = Aws.Ec2.GetLaunchConfiguration.Invoke(new()
    {
        Name = "test-launch-config",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.ec2.Ec2Functions;
import com.pulumi.aws.ec2.inputs.GetLaunchConfigurationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var ubuntu = Ec2Functions.getLaunchConfiguration(GetLaunchConfigurationArgs.builder()
            .name("test-launch-config")
            .build());
    }
}
variables:
  ubuntu:
    fn::invoke:
      function: aws:ec2:getLaunchConfiguration
      arguments:
        name: test-launch-config
Using getLaunchConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLaunchConfiguration(args: GetLaunchConfigurationArgs, opts?: InvokeOptions): Promise<GetLaunchConfigurationResult>
function getLaunchConfigurationOutput(args: GetLaunchConfigurationOutputArgs, opts?: InvokeOptions): Output<GetLaunchConfigurationResult>def get_launch_configuration(name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetLaunchConfigurationResult
def get_launch_configuration_output(name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetLaunchConfigurationResult]func LookupLaunchConfiguration(ctx *Context, args *LookupLaunchConfigurationArgs, opts ...InvokeOption) (*LookupLaunchConfigurationResult, error)
func LookupLaunchConfigurationOutput(ctx *Context, args *LookupLaunchConfigurationOutputArgs, opts ...InvokeOption) LookupLaunchConfigurationResultOutput> Note: This function is named LookupLaunchConfiguration in the Go SDK.
public static class GetLaunchConfiguration 
{
    public static Task<GetLaunchConfigurationResult> InvokeAsync(GetLaunchConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetLaunchConfigurationResult> Invoke(GetLaunchConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLaunchConfigurationResult> getLaunchConfiguration(GetLaunchConfigurationArgs args, InvokeOptions options)
public static Output<GetLaunchConfigurationResult> getLaunchConfiguration(GetLaunchConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: aws:ec2/getLaunchConfiguration:getLaunchConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Name string
- Name of the launch configuration.
- Name string
- Name of the launch configuration.
- name String
- Name of the launch configuration.
- name string
- Name of the launch configuration.
- name str
- Name of the launch configuration.
- name String
- Name of the launch configuration.
getLaunchConfiguration Result
The following output properties are available:
- Arn string
- Amazon Resource Name of the launch configuration.
- AssociatePublic boolIp Address 
- Whether a Public IP address is associated with the instance.
- EbsBlock List<GetDevices Launch Configuration Ebs Block Device> 
- EBS Block Devices attached to the instance.
- EbsOptimized bool
- Whether the launched EC2 instance will be EBS-optimized.
- EnableMonitoring bool
- Whether Detailed Monitoring is Enabled.
- EphemeralBlock List<GetDevices Launch Configuration Ephemeral Block Device> 
- The Ephemeral volumes on the instance.
- IamInstance stringProfile 
- The IAM Instance Profile to associate with launched instances.
- Id string
- The provider-assigned unique ID for this managed resource.
- ImageId string
- EC2 Image ID of the instance.
- InstanceType string
- Instance Type of the instance to launch.
- KeyName string
- Key Name that should be used for the instance.
- MetadataOptions List<GetLaunch Configuration Metadata Option> 
- Metadata options for the instance.
- Name string
- Name of the launch configuration.
- PlacementTenancy string
- Tenancy of the instance.
- RootBlock List<GetDevices Launch Configuration Root Block Device> 
- Root Block Device of the instance.
- SecurityGroups List<string>
- List of associated Security Group IDS.
- SpotPrice string
- Price to use for reserving Spot instances.
- UserData string
- User Data of the instance.
- Arn string
- Amazon Resource Name of the launch configuration.
- AssociatePublic boolIp Address 
- Whether a Public IP address is associated with the instance.
- EbsBlock []GetDevices Launch Configuration Ebs Block Device 
- EBS Block Devices attached to the instance.
- EbsOptimized bool
- Whether the launched EC2 instance will be EBS-optimized.
- EnableMonitoring bool
- Whether Detailed Monitoring is Enabled.
- EphemeralBlock []GetDevices Launch Configuration Ephemeral Block Device 
- The Ephemeral volumes on the instance.
- IamInstance stringProfile 
- The IAM Instance Profile to associate with launched instances.
- Id string
- The provider-assigned unique ID for this managed resource.
- ImageId string
- EC2 Image ID of the instance.
- InstanceType string
- Instance Type of the instance to launch.
- KeyName string
- Key Name that should be used for the instance.
- MetadataOptions []GetLaunch Configuration Metadata Option 
- Metadata options for the instance.
- Name string
- Name of the launch configuration.
- PlacementTenancy string
- Tenancy of the instance.
- RootBlock []GetDevices Launch Configuration Root Block Device 
- Root Block Device of the instance.
- SecurityGroups []string
- List of associated Security Group IDS.
- SpotPrice string
- Price to use for reserving Spot instances.
- UserData string
- User Data of the instance.
- arn String
- Amazon Resource Name of the launch configuration.
- associatePublic BooleanIp Address 
- Whether a Public IP address is associated with the instance.
- ebsBlock List<GetDevices Launch Configuration Ebs Block Device> 
- EBS Block Devices attached to the instance.
- ebsOptimized Boolean
- Whether the launched EC2 instance will be EBS-optimized.
- enableMonitoring Boolean
- Whether Detailed Monitoring is Enabled.
- ephemeralBlock List<GetDevices Launch Configuration Ephemeral Block Device> 
- The Ephemeral volumes on the instance.
- iamInstance StringProfile 
- The IAM Instance Profile to associate with launched instances.
- id String
- The provider-assigned unique ID for this managed resource.
- imageId String
- EC2 Image ID of the instance.
- instanceType String
- Instance Type of the instance to launch.
- keyName String
- Key Name that should be used for the instance.
- metadataOptions List<GetLaunch Configuration Metadata Option> 
- Metadata options for the instance.
- name String
- Name of the launch configuration.
- placementTenancy String
- Tenancy of the instance.
- rootBlock List<GetDevices Launch Configuration Root Block Device> 
- Root Block Device of the instance.
- securityGroups List<String>
- List of associated Security Group IDS.
- spotPrice String
- Price to use for reserving Spot instances.
- userData String
- User Data of the instance.
- arn string
- Amazon Resource Name of the launch configuration.
- associatePublic booleanIp Address 
- Whether a Public IP address is associated with the instance.
- ebsBlock GetDevices Launch Configuration Ebs Block Device[] 
- EBS Block Devices attached to the instance.
- ebsOptimized boolean
- Whether the launched EC2 instance will be EBS-optimized.
- enableMonitoring boolean
- Whether Detailed Monitoring is Enabled.
- ephemeralBlock GetDevices Launch Configuration Ephemeral Block Device[] 
- The Ephemeral volumes on the instance.
- iamInstance stringProfile 
- The IAM Instance Profile to associate with launched instances.
- id string
- The provider-assigned unique ID for this managed resource.
- imageId string
- EC2 Image ID of the instance.
- instanceType string
- Instance Type of the instance to launch.
- keyName string
- Key Name that should be used for the instance.
- metadataOptions GetLaunch Configuration Metadata Option[] 
- Metadata options for the instance.
- name string
- Name of the launch configuration.
- placementTenancy string
- Tenancy of the instance.
- rootBlock GetDevices Launch Configuration Root Block Device[] 
- Root Block Device of the instance.
- securityGroups string[]
- List of associated Security Group IDS.
- spotPrice string
- Price to use for reserving Spot instances.
- userData string
- User Data of the instance.
- arn str
- Amazon Resource Name of the launch configuration.
- associate_public_ boolip_ address 
- Whether a Public IP address is associated with the instance.
- ebs_block_ Sequence[Getdevices Launch Configuration Ebs Block Device] 
- EBS Block Devices attached to the instance.
- ebs_optimized bool
- Whether the launched EC2 instance will be EBS-optimized.
- enable_monitoring bool
- Whether Detailed Monitoring is Enabled.
- ephemeral_block_ Sequence[Getdevices Launch Configuration Ephemeral Block Device] 
- The Ephemeral volumes on the instance.
- iam_instance_ strprofile 
- The IAM Instance Profile to associate with launched instances.
- id str
- The provider-assigned unique ID for this managed resource.
- image_id str
- EC2 Image ID of the instance.
- instance_type str
- Instance Type of the instance to launch.
- key_name str
- Key Name that should be used for the instance.
- metadata_options Sequence[GetLaunch Configuration Metadata Option] 
- Metadata options for the instance.
- name str
- Name of the launch configuration.
- placement_tenancy str
- Tenancy of the instance.
- root_block_ Sequence[Getdevices Launch Configuration Root Block Device] 
- Root Block Device of the instance.
- security_groups Sequence[str]
- List of associated Security Group IDS.
- spot_price str
- Price to use for reserving Spot instances.
- user_data str
- User Data of the instance.
- arn String
- Amazon Resource Name of the launch configuration.
- associatePublic BooleanIp Address 
- Whether a Public IP address is associated with the instance.
- ebsBlock List<Property Map>Devices 
- EBS Block Devices attached to the instance.
- ebsOptimized Boolean
- Whether the launched EC2 instance will be EBS-optimized.
- enableMonitoring Boolean
- Whether Detailed Monitoring is Enabled.
- ephemeralBlock List<Property Map>Devices 
- The Ephemeral volumes on the instance.
- iamInstance StringProfile 
- The IAM Instance Profile to associate with launched instances.
- id String
- The provider-assigned unique ID for this managed resource.
- imageId String
- EC2 Image ID of the instance.
- instanceType String
- Instance Type of the instance to launch.
- keyName String
- Key Name that should be used for the instance.
- metadataOptions List<Property Map>
- Metadata options for the instance.
- name String
- Name of the launch configuration.
- placementTenancy String
- Tenancy of the instance.
- rootBlock List<Property Map>Devices 
- Root Block Device of the instance.
- securityGroups List<String>
- List of associated Security Group IDS.
- spotPrice String
- Price to use for reserving Spot instances.
- userData String
- User Data of the instance.
Supporting Types
GetLaunchConfigurationEbsBlockDevice     
- DeleteOn boolTermination 
- Whether the EBS Volume will be deleted on instance termination.
- DeviceName string
- Name of the device.
- Encrypted bool
- Whether the volume is Encrypted.
- Iops int
- Provisioned IOPs of the volume.
- NoDevice bool
- Whether the device in the block device mapping of the AMI is suppressed.
- SnapshotId string
- Snapshot ID of the mount.
- Throughput int
- Throughput of the volume.
- VolumeSize int
- Size of the volume.
- VolumeType string
- Type of the volume.
- DeleteOn boolTermination 
- Whether the EBS Volume will be deleted on instance termination.
- DeviceName string
- Name of the device.
- Encrypted bool
- Whether the volume is Encrypted.
- Iops int
- Provisioned IOPs of the volume.
- NoDevice bool
- Whether the device in the block device mapping of the AMI is suppressed.
- SnapshotId string
- Snapshot ID of the mount.
- Throughput int
- Throughput of the volume.
- VolumeSize int
- Size of the volume.
- VolumeType string
- Type of the volume.
- deleteOn BooleanTermination 
- Whether the EBS Volume will be deleted on instance termination.
- deviceName String
- Name of the device.
- encrypted Boolean
- Whether the volume is Encrypted.
- iops Integer
- Provisioned IOPs of the volume.
- noDevice Boolean
- Whether the device in the block device mapping of the AMI is suppressed.
- snapshotId String
- Snapshot ID of the mount.
- throughput Integer
- Throughput of the volume.
- volumeSize Integer
- Size of the volume.
- volumeType String
- Type of the volume.
- deleteOn booleanTermination 
- Whether the EBS Volume will be deleted on instance termination.
- deviceName string
- Name of the device.
- encrypted boolean
- Whether the volume is Encrypted.
- iops number
- Provisioned IOPs of the volume.
- noDevice boolean
- Whether the device in the block device mapping of the AMI is suppressed.
- snapshotId string
- Snapshot ID of the mount.
- throughput number
- Throughput of the volume.
- volumeSize number
- Size of the volume.
- volumeType string
- Type of the volume.
- delete_on_ booltermination 
- Whether the EBS Volume will be deleted on instance termination.
- device_name str
- Name of the device.
- encrypted bool
- Whether the volume is Encrypted.
- iops int
- Provisioned IOPs of the volume.
- no_device bool
- Whether the device in the block device mapping of the AMI is suppressed.
- snapshot_id str
- Snapshot ID of the mount.
- throughput int
- Throughput of the volume.
- volume_size int
- Size of the volume.
- volume_type str
- Type of the volume.
- deleteOn BooleanTermination 
- Whether the EBS Volume will be deleted on instance termination.
- deviceName String
- Name of the device.
- encrypted Boolean
- Whether the volume is Encrypted.
- iops Number
- Provisioned IOPs of the volume.
- noDevice Boolean
- Whether the device in the block device mapping of the AMI is suppressed.
- snapshotId String
- Snapshot ID of the mount.
- throughput Number
- Throughput of the volume.
- volumeSize Number
- Size of the volume.
- volumeType String
- Type of the volume.
GetLaunchConfigurationEphemeralBlockDevice     
- DeviceName string
- Name of the device.
- VirtualName string
- Virtual Name of the device.
- DeviceName string
- Name of the device.
- VirtualName string
- Virtual Name of the device.
- deviceName String
- Name of the device.
- virtualName String
- Virtual Name of the device.
- deviceName string
- Name of the device.
- virtualName string
- Virtual Name of the device.
- device_name str
- Name of the device.
- virtual_name str
- Virtual Name of the device.
- deviceName String
- Name of the device.
- virtualName String
- Virtual Name of the device.
GetLaunchConfigurationMetadataOption    
- HttpEndpoint string
- State of the metadata service: enabled,disabled.
- HttpPut intResponse Hop Limit 
- The desired HTTP PUT response hop limit for instance metadata requests.
- HttpTokens string
- If session tokens are required: optional,required.
- HttpEndpoint string
- State of the metadata service: enabled,disabled.
- HttpPut intResponse Hop Limit 
- The desired HTTP PUT response hop limit for instance metadata requests.
- HttpTokens string
- If session tokens are required: optional,required.
- httpEndpoint String
- State of the metadata service: enabled,disabled.
- httpPut IntegerResponse Hop Limit 
- The desired HTTP PUT response hop limit for instance metadata requests.
- httpTokens String
- If session tokens are required: optional,required.
- httpEndpoint string
- State of the metadata service: enabled,disabled.
- httpPut numberResponse Hop Limit 
- The desired HTTP PUT response hop limit for instance metadata requests.
- httpTokens string
- If session tokens are required: optional,required.
- http_endpoint str
- State of the metadata service: enabled,disabled.
- http_put_ intresponse_ hop_ limit 
- The desired HTTP PUT response hop limit for instance metadata requests.
- http_tokens str
- If session tokens are required: optional,required.
- httpEndpoint String
- State of the metadata service: enabled,disabled.
- httpPut NumberResponse Hop Limit 
- The desired HTTP PUT response hop limit for instance metadata requests.
- httpTokens String
- If session tokens are required: optional,required.
GetLaunchConfigurationRootBlockDevice     
- DeleteOn boolTermination 
- Whether the EBS Volume will be deleted on instance termination.
- Encrypted bool
- Whether the volume is Encrypted.
- Iops int
- Provisioned IOPs of the volume.
- Throughput int
- Throughput of the volume.
- VolumeSize int
- Size of the volume.
- VolumeType string
- Type of the volume.
- DeleteOn boolTermination 
- Whether the EBS Volume will be deleted on instance termination.
- Encrypted bool
- Whether the volume is Encrypted.
- Iops int
- Provisioned IOPs of the volume.
- Throughput int
- Throughput of the volume.
- VolumeSize int
- Size of the volume.
- VolumeType string
- Type of the volume.
- deleteOn BooleanTermination 
- Whether the EBS Volume will be deleted on instance termination.
- encrypted Boolean
- Whether the volume is Encrypted.
- iops Integer
- Provisioned IOPs of the volume.
- throughput Integer
- Throughput of the volume.
- volumeSize Integer
- Size of the volume.
- volumeType String
- Type of the volume.
- deleteOn booleanTermination 
- Whether the EBS Volume will be deleted on instance termination.
- encrypted boolean
- Whether the volume is Encrypted.
- iops number
- Provisioned IOPs of the volume.
- throughput number
- Throughput of the volume.
- volumeSize number
- Size of the volume.
- volumeType string
- Type of the volume.
- delete_on_ booltermination 
- Whether the EBS Volume will be deleted on instance termination.
- encrypted bool
- Whether the volume is Encrypted.
- iops int
- Provisioned IOPs of the volume.
- throughput int
- Throughput of the volume.
- volume_size int
- Size of the volume.
- volume_type str
- Type of the volume.
- deleteOn BooleanTermination 
- Whether the EBS Volume will be deleted on instance termination.
- encrypted Boolean
- Whether the volume is Encrypted.
- iops Number
- Provisioned IOPs of the volume.
- throughput Number
- Throughput of the volume.
- volumeSize Number
- Size of the volume.
- volumeType String
- Type of the volume.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the awsTerraform Provider.