AWS emr documentation change
Summary
Updated S3 documentation links from 'user-guide' to 'userguide' paths
Security assessment
The changes correct URL paths for S3 object management documentation. No security implications or new security features are introduced.
Diff
diff --git a/emr/latest/ManagementGuide/emr-managed-notebooks-working-with.md b/emr/latest/ManagementGuide/emr-managed-notebooks-working-with.md index 8dedc39b5..5d6d1e0f6 100644 --- a//emr/latest/ManagementGuide/emr-managed-notebooks-working-with.md +++ b//emr/latest/ManagementGuide/emr-managed-notebooks-working-with.md @@ -104 +104 @@ The notebook is removed from the list, and notebook details can no longer be vie - 5. Follow the instructions for [How do I delete folders from an S3 bucket?](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/delete-folders.html) in the Amazon Simple Storage Service User Guide. Navigate to the bucket and folder from step 3. + 5. Follow the instructions for [How do I delete folders from an S3 bucket?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/delete-folders.html) in the Amazon Simple Storage Service User Guide. Navigate to the bucket and folder from step 3. @@ -108 +108 @@ The notebook is removed from the list, and notebook details can no longer be vie -If you have the AWS CLI installed, open a command prompt and type the command at the end of this paragraph. Replace the Amazon S3 location with the location that you copied above. Make sure that the AWS CLI is configured with the access keys of a user with permissions to delete the Amazon S3 location. For more information, see [Configuring the AWS CLI](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/cli-chap-getting-started.html) in the _AWS Command Line Interface User Guide_. +If you have the AWS CLI installed, open a command prompt and type the command at the end of this paragraph. Replace the Amazon S3 location with the location that you copied above. Make sure that the AWS CLI is configured with the access keys of a user with permissions to delete the Amazon S3 location. For more information, see [Configuring the AWS CLI](https://docs.aws.amazon.com/AmazonS3/latest/userguide/cli-chap-getting-started.html) in the _AWS Command Line Interface User Guide_. @@ -135 +135 @@ You can use this process to use EMR notebooks shared by others, notebooks shared -The following AWS CLI command for Amazon S3 replaces a file saved to a local machine called `SharedNotebook.ipynb` for an EMR notebook with the name **MyNotebook** , an ID of `e-12A3BCDEFJHIJKLMNO45PQRST`, and created with `amzn-s3-demo-bucket/MyNotebooksFolder` specified in Amazon S3. For information about using the Amazon S3 console to copy and replace files, see [Uploading, downloading, and managing objects](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/upload-download-objects.html) in the _Amazon Simple Storage Service User Guide_. +The following AWS CLI command for Amazon S3 replaces a file saved to a local machine called `SharedNotebook.ipynb` for an EMR notebook with the name **MyNotebook** , an ID of `e-12A3BCDEFJHIJKLMNO45PQRST`, and created with `amzn-s3-demo-bucket/MyNotebooksFolder` specified in Amazon S3. For information about using the Amazon S3 console to copy and replace files, see [Uploading, downloading, and managing objects](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-download-objects.html) in the _Amazon Simple Storage Service User Guide_.