throughputCapacityPerHaPair
Use to choose the throughput capacity per HA pair. When the value of HAPairs
is equal to 1, the value of ThroughputCapacityPerHAPair
is the total throughput for the file system.
This field and ThroughputCapacity
cannot be defined in the same API call, but one is required.
This field and ThroughputCapacity
are the same for file systems with one HA pair.
For
SINGLE_AZ_1
andMULTI_AZ_1
, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.For
SINGLE_AZ_2
, valid values are 3072 or 6144 MBps.
Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:
The value of
ThroughputCapacity
andThroughputCapacityPerHAPair
are not the same value.The value of deployment type is
SINGLE_AZ_2
andThroughputCapacity
/ThroughputCapacityPerHAPair
is a valid HA pair (a value between 2 and 6).The value of
ThroughputCapacityPerHAPair
is not a valid value.