VM::EC2::LaunchConfiguration(3) Object describing a Launch Configuration

SYNOPSIS


use VM::EC2;
$ec2 = VM::EC2->new(...);
@lcs = $ec2->describe_launch_configurations();

DESCRIPTION

This object represents a launch configuration. It is returned by "VM::EC2-"describe_launch_configurations()>.

METHODS

These properties are supported:

  block_device_mappings
  created_time
  ebs_optimized
  iam_instance_profile
  image_id
  instance_monitoring
  instance_type
  kernel_id
  key_name
  launch_configuration_arn
  launch_configuration_name
  ramdisk_id
  security_groups
  spot_price
  user_data

AUTHOR

Jose Luis Martinez