Resource Type: ec2_autoscalinggroup

Defined in:
lib/puppet/type/ec2_autoscalinggroup.rb
Providers:
v2

Overview

Type representing an EC2 auto scaling group.

Properties

  • availability_zones

    The availability zones in which to launch the instances.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • instance_count

    The number of instances currently running.

  • launch_configuration

    The launch configuration to use for the group.

  • max_size

    The maximum number of instances in the group.

  • min_size

    The minimum number of instances in the group.

  • region

    The region in which to launch the instances.

  • subnets

    The subnets to associate the autoscaling group.

Parameters

  • name (namevar)

    The name of the auto scaling group.

  • provider

    The specific backend to use for this ‘ec2_autoscalinggroup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.