View source: R/opsworks_operations.R
opsworks_associate_elastic_ip | R Documentation |
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://www.paws-r-sdk.com/docs/opsworks_associate_elastic_ip/ for full documentation.
opsworks_associate_elastic_ip(ElasticIp, InstanceId = NULL)
ElasticIp |
[required] The Elastic IP address. |
InstanceId |
The instance ID. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.