Resource Type: ec2_elastic_ip

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

Overview

Type representing an Elastic IP and it’s association.

Properties

  • ensure
    Supported values:
    • attached
    • detached
  • instance

    The name of the instance associated with the Elastic IP.

  • region

    The name of the region in which the Elastic IP is found.

Parameters

  • name (namevar)

    The IP address of the Elastic IP.

  • provider

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