# List

Launch stage: GA

`GET /api/2.0/instance-profiles/list`

List the instance profiles that the calling user can use to launch a cluster.

 This API is available to all users.

API scopes: instance-profiles

## Returns

Returns a list of InstanceProfile objects.

## Response

```json
{
  "instance_profiles": [
    {
      "instance_profile_arn": "arn:aws:iam::\u003caccount-id\u003e:instance-profile/\u003cname\u003e",
      "is_meta_instance_profile": true,
      "iam_role_arn": "arn:aws:iam::\u003caccount-id\u003e:role/\u003cname\u003e"
    }
  ]
}
```

