1VM::EC2::LaunchConfigurUasteironC(o3n)tributed Perl DocuVmMe:n:tEaCt2i:o:nLaunchConfiguration(3)
2
3
4
6 VM::EC2::LaunchConfiguration - Object describing a Launch Configuration
7
9 use VM::EC2;
10
11 $ec2 = VM::EC2->new(...);
12 @lcs = $ec2->describe_launch_configurations();
13
15 This object represents a launch configuration. It is returned by
16 "VM::EC2-"describe_launch_configurations()>.
17
19 These properties are supported:
20
21 block_device_mappings
22 created_time
23 ebs_optimized
24 iam_instance_profile
25 image_id
26 instance_monitoring
27 instance_type
28 kernel_id
29 key_name
30 launch_configuration_arn
31 launch_configuration_name
32 ramdisk_id
33 security_groups
34 spot_price
35 user_data
36
38 VM::EC2 VM::EC2::Generic
39
41 Jose Luis Martinez
42
43
44
45perl v5.30.1 2020-02-07 VM::EC2::LaunchConfiguration(3)