Resource Type: launch_configuration

Defined in:
lib/puppet/type/launch_configuration.rb
Providers:
awscli

Overview

The region parameter is required for all puppet actions on this resource. It needs to follow the 'us-east-1' style, and not the 'N. Virginia' format. Changing this paramter does not move the resource from one region to another, but it may create a new resource in the new region, and will completely ignore the existing resource in the old region

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • iam_instance_profile
  • image
  • instance_type
  • public_ip
    Supported values:
    • enabled
    • disabled
  • region (defaults to: us-east-1)

    The region parameter is required for all puppet actions on this resource. It needs to follow the 'us-east-1' style, and not the 'N. Virginia' format. Changing this paramter does not move the resource from one region to another, but it may create a new resource in the new region, and will completely ignore the existing resource in the old region

  • revision
  • security_groups
  • ssh_key_name
  • userdata

Parameters

  • name (namevar)