

# DescribeIamInstanceProfileAssociations
<a name="API_DescribeIamInstanceProfileAssociations"></a>

Describes your IAM instance profile associations.

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

The following parameters are for this specific action. For more information about required and optional parameters that are common to all actions, see [Common Query Parameters](CommonParameters.md).

 **AssociationId.N**   
The IAM instance profile associations.  
Type: Array of strings  
Required: No

 **Filter.N**   
The filters.  
+  `instance-id` - The ID of the instance.
+  `state` - The state of the association (`associating` \$1 `associated` \$1 `disassociating`).
Type: Array of [Filter](API_Filter.md) objects  
Required: No

 **MaxResults**   
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see [Pagination](https://docs.amazonaws.cn/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination).  
Type: Integer  
Valid Range: Minimum value of 5. Maximum value of 1000.  
Required: No

 **NextToken**   
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.  
Type: String  
Required: No

## Response Elements
<a name="API_DescribeIamInstanceProfileAssociations_ResponseElements"></a>

The following elements are returned by the service.

 **iamInstanceProfileAssociationSet**   
Information about the IAM instance profile associations.  
Type: Array of [IamInstanceProfileAssociation](API_IamInstanceProfileAssociation.md) objects

 **nextToken**   
The token to include in another request to get the next page of items. This value is `null` when there are no more items to return.  
Type: String

 **requestId**   
The ID of the request.  
Type: String

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

For information about the errors that are common to all actions, see [Common client error codes](errors-overview.md#CommonErrors).

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

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

This example describes all of your IAM instance profile associations.

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

```
https://ec2.amazonaws.com/?Action=DescribeIamInstanceProfileAssociations
&AUTHPARAMS
```

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

```
<DescribeIamInstanceProfileAssociationsResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
    <requestId>84c2d2a6-12dc-491f-a9ee-example</requestId>
    <iamInstanceProfileAssociations>
        <item>
            <associationId>iip-assoc-08049da59357d598c</associationId>
            <iamInstanceProfile>
                <arn>arn:aws:iam::123456789012:instance-profile/AdminProfile</arn>
                <id>AIPAJEDNCAA64SSD265D6</id>
            </iamInstanceProfile>
            <instanceId>i-1234567890abcdef0</instanceId>
            <state>associated</state>
        </item>
    </iamInstanceProfileAssociations>
</DescribeIamInstanceProfileAssociationsResponse>
```

## See Also
<a name="API_DescribeIamInstanceProfileAssociations_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/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for .NET V4](https://docs.amazonaws.cn/goto/DotNetSDKV4/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for Go v2](https://docs.amazonaws.cn/goto/SdkForGoV2/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for JavaScript V3](https://docs.amazonaws.cn/goto/SdkForJavaScriptV3/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for Kotlin](https://docs.amazonaws.cn/goto/SdkForKotlin/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for PHP V3](https://docs.amazonaws.cn/goto/SdkForPHPV3/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for Python](https://docs.amazonaws.cn/goto/boto3/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/ec2-2016-11-15/DescribeIamInstanceProfileAssociations) 