mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
AWS: Add the ability to configure throughput on GP3 volumes
GP3 volumes have the ability to configure throughput from 125 MiB/s to 2000 MiB/s. This allows the ability to set this at install time in the install-config. https://issues.redhat.com/browse/CORS-4212
This commit is contained in:
@@ -18,6 +18,8 @@ Beyond the [platform-agnostic `install-config.yaml` properties](../customization
|
||||
* `rootVolume` (optional object): Defines the root volume for EC2 instances in the machine pool.
|
||||
* `iops` (optional integer): The amount of provisioned [IOPS][volume-iops].
|
||||
This is only valid for `type` `io1`.
|
||||
* `throughput` (optional integer): The amount of throughput in MiB/s [Throughput Performance][volume-throughput].
|
||||
This is only valid for `type` `gp3`.
|
||||
* `size` (optional integer): Size of the root volume in gibibytes (GiB).
|
||||
* `type` (optional string): The [type of volume][volume-type].
|
||||
* `kmsKeyARN` (optional string): The [ARN of KMS key][kms-key] that should be used to encrypt the EBS volume.
|
||||
@@ -119,4 +121,5 @@ sshKey: ssh-ed25519 AAAA...
|
||||
[kms-key-default]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetEbsDefaultKmsKeyId.html
|
||||
[kms-key]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
||||
[volume-iops]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-io-characteristics.html
|
||||
[volume-throughput]: https://docs.aws.amazon.com/ebs/latest/userguide/general-purpose.html#gp3-ebs-volume-type
|
||||
[volume-type]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
|
||||
|
||||
Reference in New Issue
Block a user