Learn R Programming

paws.management (version 0.2.0)

opsworks_associate_elastic_ip: Associates one of the stack's registered Elastic IP addresses with a specified instance

Description

Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling register_elastic_ip. For more information, see Resource Management.

See https://paws-r.github.io/docs/opsworks/associate_elastic_ip.html for full documentation.

Usage

opsworks_associate_elastic_ip(ElasticIp, InstanceId = NULL)

Arguments

ElasticIp

[required] The Elastic IP address.

InstanceId

The instance ID.