AWS ebs documentation change
Summary
Corrected command flag from '-v' to '-V' in NVME device identification instructions
Security assessment
Fixes a command syntax error but has no direct security implications
Diff
diff --git a/ebs/latest/userguide/identify-nvme-ebs-device.md b/ebs/latest/userguide/identify-nvme-ebs-device.md index 4f4f957a1..f1013957d 100644 --- a//ebs/latest/userguide/identify-nvme-ebs-device.md +++ b//ebs/latest/userguide/identify-nvme-ebs-device.md @@ -23 +23 @@ We recommend that you use stable identifiers for your EBS volumes within your in - * For other distributions, use the `sudo nvme id-ctrl -v /dev/`nvme0n1`` command to determine the NVMe device name. You might need to include the `--vendor-specific` command option. + * For other distributions, use the `sudo nvme id-ctrl -V /dev/`nvme0n1`` command to determine the NVMe device name. You might need to include the `--vendor-specific` command option. @@ -61 +61 @@ The following example gets the volume ID and NVMe device name for a volume that - [ec2-user ~]$ sudo nvme id-ctrl -v /dev/nvme0n1 + [ec2-user ~]$ sudo nvme id-ctrl -V /dev/nvme0n1 @@ -73 +73 @@ The following example gets the volume ID and NVMe device name for a volume that - [ec2-user ~]$ sudo nvme id-ctrl -v /dev/nvme1n1 + [ec2-user ~]$ sudo nvme id-ctrl -V /dev/nvme1n1