AggregateConfiguration - Amazon FSx
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AggregateConfiguration

Used to specify configuration options for a volume’s storage aggregate or aggregates.

Contents

Aggregates

The list of aggregates that this volume resides on. Aggregates are storage pools which make up your primary storage tier. Each high-availability (HA) pair has one aggregate. The names of the aggregates map to the names of the aggregates in the ONTAP CLI and REST API. For FlexVols, there will always be a single entry.

Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:

  • The strings in the value of Aggregates are not are not formatted as aggrX, where X is a number between 1 and 6.

  • The value of Aggregates contains aggregates that are not present.

  • One or more of the aggregates supplied are too close to the volume limit to support adding more volumes.

Type: Array of strings

Array Members: Maximum number of 6 items.

Length Constraints: Minimum length of 5. Maximum length of 6.

Pattern: ^(aggr[0-9]{1,2})$

Required: No

TotalConstituents

The total number of constituents this FlexGroup volume has. Not applicable for FlexVols.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 200.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: