# Get Instance Volumes

> `UiPath.AmazonWebServices.Activities.Ec2.Volume.AWSGetInstanceVolumes`

`UiPath.AmazonWebServices.Activities.Ec2.Volume.AWSGetInstanceVolumes`

## Description

Fetches a list of volumes attached to a given instance.

## Project compatibility

Windows | Cross-platform

## Configuration

* **Instance** - The instance from which to fetch attached volumes. This field accepts `AWSEC2Instance` input.

### Input
* **Timeout** - Specifies the amount of time (in seconds) to wait for the activity to run before an error is thrown. If not set, the activity runs until completion. Default value: 100. This field accepts `Int32` input.

### Output
* **Volumes** - The list of volumes attached to a given instance stored in an `AWSEBSVolume[]` output variable.
