AWS sagemaker documentation change
Summary
Fixed URL formatting in documentation link to Amazon EBS volumes by adding an extra slash after domain
Security assessment
The change only corrects a URL syntax error (double slash in path) and does not introduce or modify security-related content. No security implications are mentioned in the context.
Diff
diff --git a/sagemaker/latest/dg/nova-hp-cluster.md b/sagemaker/latest/dg/nova-hp-cluster.md index 3cfe8e29d..b32a55304 100644 --- a//sagemaker/latest/dg/nova-hp-cluster.md +++ b//sagemaker/latest/dg/nova-hp-cluster.md @@ -73 +73 @@ Follow these steps to add an instance group. - 7. For **Additional storage volume per instance (GB) - optional** , specify an integer between 1 and 16384 to set the size of an additional Elastic Block Store (EBS) volume in gigabytes (GB). The EBS volume is attached to each instance of the instance group. The default mount path for the additional EBS volume is `/opt/sagemaker`. After the cluster is successfully created, you can SSH into the cluster instances (nodes) and verify that the EBS volume is mounted correctly by running the `df -h` command. Attaching an additional EBS volume provides stable, off-instance, and independently persisting storage, as described in the [Amazon EBS volumes](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes.html) section in the _Amazon Elastic Block Store User Guide_. + 7. For **Additional storage volume per instance (GB) - optional** , specify an integer between 1 and 16384 to set the size of an additional Elastic Block Store (EBS) volume in gigabytes (GB). The EBS volume is attached to each instance of the instance group. The default mount path for the additional EBS volume is `/opt/sagemaker`. After the cluster is successfully created, you can SSH into the cluster instances (nodes) and verify that the EBS volume is mounted correctly by running the `df -h` command. Attaching an additional EBS volume provides stable, off-instance, and independently persisting storage, as described in the [Amazon EBS volumes](https://docs.aws.amazon.com//ebs/latest/userguide/ebs-volumes.html) section in the _Amazon Elastic Block Store User Guide_.