paws.management (version 0.1.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 RegisterElasticIp. For more information, see Resource Management.

Usage

opsworks_associate_elastic_ip(ElasticIp, InstanceId)

Arguments

ElasticIp

[required] The Elastic IP address.

InstanceId

The instance ID.

Request syntax

svc$associate_elastic_ip(
  ElasticIp = "string",
  InstanceId = "string"
)

Details

Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.