

# AssociateEnvironmentOperationsRole
<a name="API_AssociateEnvironmentOperationsRole"></a>

**Important**  
The operations role feature of Amazon Elastic Beanstalk is in beta release and is subject to change.

Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk uses the associated operations role for permissions to downstream services during subsequent calls acting on this environment.

## Request Parameters
<a name="API_AssociateEnvironmentOperationsRole_RequestParameters"></a>

 For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

 ** EnvironmentName **   
The name of the environment to which to set the operations role.  
Type: String  
Length Constraints: Minimum length of 4. Maximum length of 40.  
Required: Yes

 ** OperationsRole **   
The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Required: Yes

## Errors
<a name="API_AssociateEnvironmentOperationsRole_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** InsufficientPrivileges **   
The specified account does not have sufficient privileges for one or more Amazon services.  
HTTP Status Code: 403

## Examples
<a name="API_AssociateEnvironmentOperationsRole_Examples"></a>

### Example
<a name="API_AssociateEnvironmentOperationsRole_Example_1"></a>

This example illustrates one usage of AssociateEnvironmentOperationsRole.

#### Sample Request
<a name="API_AssociateEnvironmentOperationsRole_Example_1_Request"></a>

```
https://elasticbeanstalk.us-west-2.amazonaws.com/?EnvironmentName=MyEnv
&OperationsRole=arn:aws:iam::123456789012:role/MyOpsRole
&Operation=AssociateEnvironmentOperationsRole
&AuthParams
```

#### Sample Response
<a name="API_AssociateEnvironmentOperationsRole_Example_1_Response"></a>

```
<AssociateEnvironmentOperationsRoleResponse xmlns="http://elasticbeanstalk.amazonaws.com/docs/2010-12-01/">
  <ResponseMetadata>
    <RequestId>f4e1b145-9080-11e0-8e5a-a558e0ce1fc4</RequestId>
  </ResponseMetadata>
</AssociateEnvironmentOperationsRoleResponse>
```

## See Also
<a name="API_AssociateEnvironmentOperationsRole_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon Command Line Interface V2](https://docs.amazonaws.cn/goto/cli2/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for .NET V4](https://docs.amazonaws.cn/goto/DotNetSDKV4/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for Go v2](https://docs.amazonaws.cn/goto/SdkForGoV2/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for JavaScript V3](https://docs.amazonaws.cn/goto/SdkForJavaScriptV3/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for Kotlin](https://docs.amazonaws.cn/goto/SdkForKotlin/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for PHP V3](https://docs.amazonaws.cn/goto/SdkForPHPV3/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for Python](https://docs.amazonaws.cn/goto/boto3/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole) 