AWS Security ChangesHomeSearch

AWS Monitron documentation change

Service: Monitron · 2025-11-22 · Documentation low

File: Monitron/latest/user-guide/export-shell.md

Summary

Updated documentation links by adding double slashes in URLs for consistency

Security assessment

Changes involve URL formatting adjustments (adding double slashes) but do not alter security recommendations. Existing security guidance about S3 bucket encryption and public access remains unchanged.

Diff

diff --git a/Monitron/latest/user-guide/export-shell.md b/Monitron/latest/user-guide/export-shell.md
index 4977e1112..77b832a4e 100644
--- a//Monitron/latest/user-guide/export-shell.md
+++ b//Monitron/latest/user-guide/export-shell.md
@@ -28 +28 @@ Amazon Monitron is no longer open to new customers. Existing customers can conti
-[AWS CloudShell](https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html) is a command-line environment that operates inside your browser. Inside AWS CloudShell, you can use the AWS Command Line Interface to launch and configure many AWS services.
+[AWS CloudShell](https://docs.aws.amazon.com//cloudshell/latest/userguide/welcome.html) is a command-line environment that operates inside your browser. Inside AWS CloudShell, you can use the AWS Command Line Interface to launch and configure many AWS services.
@@ -34 +34 @@ Amazon Monitron is no longer open to new customers. Existing customers can conti
-This command creates an Amazon S3 bucket to store your raw data. You will be able to easily access your bucket from the console, and download your data at your convenience. For more information, see [Creating, configuring, and working with Amazon S3 buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html).
+This command creates an Amazon S3 bucket to store your raw data. You will be able to easily access your bucket from the console, and download your data at your convenience. For more information, see [Creating, configuring, and working with Amazon S3 buckets](https://docs.aws.amazon.com//AmazonS3/latest/userguide/creating-buckets-s3.html).
@@ -40 +40 @@ You are responsible for taking the appropriate steps to secure your data. We str
-In the command above, the bucket is created in the US East (N. Virginia) Region. You can optionally specify a different Region in the request body. For more information, see [Regions, Availability Zones, and Local Zones](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
+In the command above, the bucket is created in the US East (N. Virginia) Region. You can optionally specify a different Region in the request body. For more information, see [Regions, Availability Zones, and Local Zones](https://docs.aws.amazon.com//AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
@@ -46 +46 @@ You should see output that looks something like this:
-  4. Identify the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the bucket you created, which will be:
+  4. Identify the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com//general/latest/gr/aws-arns-and-namespaces.html) of the bucket you created, which will be:
@@ -57 +57 @@ You should see output that looks something like this:
-This policy gives Amazon Monitron permission to assume the role that will allow it to access your S3 bucket. For more information, see [ Policies and permissions in IAM.](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html)
+This policy gives Amazon Monitron permission to assume the role that will allow it to access your S3 bucket. For more information, see [ Policies and permissions in IAM.](https://docs.aws.amazon.com//IAM/latest/UserGuide/access_policies.html)
@@ -232 +232 @@ Now you have created and provisioned an Amazon S3 bucket, a role that Amazon Mon
-You are responsible for taking the appropriate steps to secure your data. We strongly recommend using server-side encryption and blocking public access to your bucket. For more information, see [ Blocking public access](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html).
+You are responsible for taking the appropriate steps to secure your data. We strongly recommend using server-side encryption and blocking public access to your bucket. For more information, see [ Blocking public access](https://docs.aws.amazon.com//AmazonS3/latest/userguide/access-control-block-public-access.html).