VM::EC2::LaunchConfiguration
Object describing a Launch Configuration
- Provided by: libvm-ec2-perl (Version: 1.28-5)
- Report a bug
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