Description Usage Arguments Value Request syntax
View source: R/opsworks_operations.R
Unassigns a registered instance from all layers that are using the instance. The instance remains in the stack as an unassigned instance, and can be assigned to another layer as needed. You cannot use this action with instances that were created with AWS OpsWorks Stacks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.
1 | opsworks_unassign_instance(InstanceId)
|
InstanceId |
[required] The instance ID. |
An empty list.
1 2 3 | svc$unassign_instance(
InstanceId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.