AWS Security ChangesHomeSearch

AWS drs documentation change

Service: drs · 2026-04-19 · Documentation low

File: drs/latest/userguide/linux-agent.md

Summary

Fixed typos and grammar, removed a note about Windows servers (irrelevant to Linux guide), and added clarification about providing session token when using temporary credentials during agent installation.

Security assessment

The change adds documentation about using temporary credentials (including session tokens) which is a security best practice for credential management. However, there is no evidence of a specific security vulnerability being addressed; it's a documentation improvement for an existing security feature.

Diff

diff --git a/drs/latest/userguide/linux-agent.md b/drs/latest/userguide/linux-agent.md
index f86c56ee0..5da2f99c8 100644
--- a//drs/latest/userguide/linux-agent.md
+++ b//drs/latest/userguide/linux-agent.md
@@ -9 +9 @@
-To install the agent on a Linux source server, you should ensure that your source meets all the requirements list in the [supported Linux operating systems](./Supported-Operating-Systems-Linux.html) documentation.
+To install the agent on a Linux source server, you should ensure that your source meets all the requirements listed in the [supported Linux operating systems](./Supported-Operating-Systems-Linux.html) documentation.
@@ -54 +54 @@ If you need to validate the installer hash, the correct hash is here:
-Replace `<REGION>` with the AWS Region into which you are replicating
+Replace `<REGION>` with the AWS Region into which you are replicating.
@@ -56 +56 @@ Replace `<REGION>` with the AWS Region into which you are replicating
-For example, when using the **us-east-1** Region
+For example, when using the **us-east-1** Region:
@@ -66,4 +65,0 @@ AWS Regions that are not opt-in also support the shorter installer path:
-###### Note
-
-If you are using a Windows Servers of versions 2016 or older, and are using PowerShell to download the installer, you need to enable TLS 1.2: `[System.Net.ServicePointManager]::SecurityProtocol = 'TLS12'`
-
@@ -86 +82 @@ The installer confirms that the installation of the AWS Replication Agent has st
-  3. The installer prompts you to enter your **AWS Region Name** , the **AWS Access Key ID** and **AWS Secret Access Key** that you previously generated. Enter the complete AWS Region name (for example, eu-central-1), the full AWS Access Key ID and the full AWS Secret Access Key. 
+  3. The installer prompts you to enter your **AWS Region Name** , the **AWS Access Key ID** and **AWS Secret Access Key** that you previously generated. Enter the complete AWS Region name (for example, eu-central-1), the full AWS Access Key ID and the full AWS Secret Access Key. If you are using temporary credentials, you also need to specify the session token.
@@ -99 +95 @@ You can also enter these values as part of the installation script command param
-  4. Once you have entered your credentials, the installer identifies volumes for replication. The installer displays the identified disks and prompt you to choose the disks you want to replicate. 
+  4. Once you have entered your credentials, the installer identifies volumes for replication. The installer displays the identified disks and prompts you to choose the disks you want to replicate. 
@@ -105,3 +101,3 @@ You can also enter these values as part of the installation script command param
-    Choose the disks you want to replication. Your disks are: /dev/sda,/dev/xvda
-    To replication some of the disks, type the path of the disks, separated with a comma (for example, /dev/sda,/dev/sdb).
-    To replication all disks, press Enter:
+    Choose the disks you want to replicate. Your disks are: /dev/sda,/dev/xvda
+    To replicate some of the disks, type the path of the disks, separated with a comma (for example, /dev/sda,/dev/sdb).
+    To replicate all disks, press Enter:
@@ -114,2 +110,2 @@ To replicate some of the disks, type the path of the disks, separated by a comma
-    To replication some of the disks, type the path of the disks, separated with a comma (for example, /dev/sda,/dev/sdb).
-    To replication all disks, press Enter:
+    To replicate some of the disks, type the path of the disks, separated with a comma (for example, /dev/sda,/dev/sdb).
+    To replicate all disks, press Enter:
@@ -129 +125 @@ The installer confirms that all disks were successfully identified.
-When identifying specific disks for replication, do not use apostrophes, brackets, or disk paths that do not exist. Type only existing disk paths. Each disk you selected for replication is displayed with the caption **Disk to replicate identified**. However, the displayed list of identified disks for replication may differ from the data you entered. This difference can due to several reasons:
+When identifying specific disks for replication, do not use apostrophes, brackets, or disk paths that do not exist. Type only existing disk paths. Each disk you selected for replication is displayed with the caption **Disk to replicate identified**. However, the displayed list of identified disks for replication may differ from the data you entered. This difference can be due to several reasons: