View source: R/opsworks_operations.R
opsworks_register_instance | R Documentation |
Registers instances that were created outside of OpsWorks Stacks with a specified stack.
See https://www.paws-r-sdk.com/docs/opsworks_register_instance/ for full documentation.
opsworks_register_instance(
StackId,
Hostname = NULL,
PublicIp = NULL,
PrivateIp = NULL,
RsaPublicKey = NULL,
RsaPublicKeyFingerprint = NULL,
InstanceIdentity = NULL
)
StackId |
[required] The ID of the stack that the instance is to be registered with. |
Hostname |
The instance's host name. The following are character limits for instance host names.
|
PublicIp |
The instance's public IP address. |
PrivateIp |
The instance's private IP address. |
RsaPublicKey |
The instances public RSA key. This key is used to encrypt communication between the instance and the service. |
RsaPublicKeyFingerprint |
The instances public RSA key fingerprint. |
InstanceIdentity |
An InstanceIdentity object that contains the instance's identity. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.