paws.management (version 0.1.0)

opsworks_assign_instance: Assign a registered instance to a layer

Description

Assign a registered instance to a layer.

Usage

opsworks_assign_instance(InstanceId, LayerIds)

Arguments

InstanceId

[required] The instance ID.

LayerIds

[required] The layer ID, which must correspond to a custom layer. You cannot assign a registered instance to a built-in layer.

Request syntax

svc$assign_instance(
  InstanceId = "string",
  LayerIds = list(
    "string"
  )
)

Details

  • You can assign registered on-premises instances to any layer type.

  • You can assign registered Amazon EC2 instances only to custom layers.

  • You cannot use this action with instances that were created with AWS OpsWorks Stacks.

Required Permissions: To use this action, an AWS Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.