opsworks_register_instance: Registers instances that were created outside of AWS OpsWorks...

View source: R/opsworks_operations.R

opsworks_register_instanceR Documentation

Registers instances that were created outside of AWS OpsWorks Stacks with a specified stack

Description

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.

Usage

opsworks_register_instance(
  StackId,
  Hostname = NULL,
  PublicIp = NULL,
  PrivateIp = NULL,
  RsaPublicKey = NULL,
  RsaPublicKeyFingerprint = NULL,
  InstanceIdentity = NULL
)

Arguments

StackId

[required] The ID of the stack that the instance is to be registered with.

Hostname

The instance's hostname.

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.