DOKK / manpages / debian 11 / libvm-ec2-perl / VM::EC2::LaunchConfiguration.3pm.en
VM::EC2::LaunchConfiguration(3pm) User Contributed Perl Documentation VM::EC2::LaunchConfiguration(3pm)

VM::EC2::LaunchConfiguration - Object describing a Launch Configuration

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

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

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

VM::EC2 VM::EC2::Generic

Jose Luis Martinez

2016-06-04 perl v5.22.2