AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Registers instances with a specified stack that were created outside of AWS OpsWorks. We do not recommend using this action to register instances. The complete registration operation has two primary steps, installing the AWS OpsWorks agent on the instance and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the AWS CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stack.

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 on user permissions, see Managing User Permissions.

Namespace: Amazon.OpsWorks
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual RegisterInstanceResponse RegisterInstance(
         RegisterInstanceRequest request
)

Parameters

request
Type: Amazon.OpsWorks.Model.RegisterInstanceRequest

Container for the necessary parameters to execute the RegisterInstance service method.

Return Value
Type: Amazon.OpsWorks.Model.RegisterInstanceResponse
The response from the RegisterInstance service method, as returned by OpsWorks.

Exceptions

ExceptionCondition
ResourceNotFoundException Indicates that a resource was not found.
ValidationException Indicates that a request was invalid.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5