AWS::FSx::Volume AggregateConfiguration - Amazon CloudFormation
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).

AWS::FSx::Volume AggregateConfiguration

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Aggregates" : [ String, ... ], "ConstituentsPerAggregate" : Integer }

YAML

Aggregates: - String ConstituentsPerAggregate: Integer

Properties

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 12.

  • 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.

Required: No

Type: Array of String

Maximum: 6

Update requires: Replacement

ConstituentsPerAggregate

Used to explicitly set the number of constituents within the FlexGroup per storage aggregate. This field is optional when creating a FlexGroup volume. If unspecified, the default value will be 8. This field cannot be provided when creating a FlexVol volume.

Required: No

Type: Integer

Minimum: 1

Maximum: 200

Update requires: Replacement