logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Jose Luis Martinez

perl v5.38.2                                       2024-08-10                  VM::EC2::LaunchConfiguration(3pm)

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

Name

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

See Also

       VM::EC2 VM::EC2::Generic

Synopsis

         use VM::EC2;

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

See Also