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
)[required] The ID of the stack that the instance is to be registered with.
The instance's host name. The following are character limits for instance host names.
Linux-based instances: 63 characters
Windows-based instances: 15 characters
The instance's public IP address.
The instance's private IP address.
The instances public RSA key. This key is used to encrypt communication between the instance and the service.
The instances public RSA key fingerprint.
An InstanceIdentity object that contains the instance's identity.