Resource Type: ec2_scalingpolicy

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

Overview

Type representing an EC2 scaling policy.

Properties

  • adjustment_type

    The type of policy.

  • auto_scaling_group

    The auto scaling group to attach the policy to.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • region

    The region in which to launch the policy.

  • scaling_adjustment

    The amount to adjust the size of the group by.

Parameters

  • name (namevar)

    The name of the scaling policy.

  • provider

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