Skip to content

Commit 0d82dce

Browse files
authored
Merge pull request #32879 from mtulio/fix/typo-aws-ebs
fix/typo-aws-ebs: EBS is a Volume, not a Instance
2 parents 28e6778 + b0e6f8a commit 0d82dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,8 @@ Optional AWS configuration parameters are described in the following table:
604604
|Integer, for example `500`.
605605

606606
|`compute.platform.aws.rootVolume.type`
607-
|The instance type of the root volume.
608-
|Valid link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html[AWS EBS instance type],
607+
|The type of the root volume.
608+
|Valid link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html[AWS EBS volume type],
609609
such as `io1`.
610610

611611
|`compute.platform.aws.type`

0 commit comments

Comments
 (0)