Registers instances that were created outside of AWS 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 hostname.
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.