AWS mwaa documentation change
Summary
Updated command instructions from 'Type' to 'Enter' and rephrased proxy configuration guidance
Security assessment
Changes improve command input clarity but do not modify security controls or address vulnerabilities. The SSH tunnel and proxy configuration instructions maintain existing security practices without introducing new security features.
Diff
diff --git a/mwaa/latest/userguide/tutorials-private-network-bastion.md b/mwaa/latest/userguide/tutorials-private-network-bastion.md index 47435abf2..013a2edc4 100644 --- a//mwaa/latest/userguide/tutorials-private-network-bastion.md +++ b//mwaa/latest/userguide/tutorials-private-network-bastion.md @@ -96 +96 @@ The following section describes the steps to create the linux bastion instance u - 4. Type a name in the **Stack name** text field, such as `mwaa-linux-bastion`. + 4. Enter a name in the **Stack name** text field, such as `mwaa-linux-bastion`. @@ -239 +239 @@ If you do not wish to use a SOCKS proxy, you can set up an SSH tunnel using loca - 2. Type the following command to open an SSH tunnel. + 2. Enter the following command to open an SSH tunnel. @@ -243 +243 @@ If you do not wish to use a SOCKS proxy, you can set up an SSH tunnel using loca -`-L` signifies the use of local port forwarding which allows you to specify a local port used to forward data to the identified remote port on the node's local webserver. +`-L` signifies the use of local port forwarding which you can use to specify a local port used to forward data to the identified remote port on the node's local webserver. @@ -245 +245 @@ If you do not wish to use a SOCKS proxy, you can set up an SSH tunnel using loca - 3. Type `http://localhost:8157/` in your browser. + 3. Enter `http://localhost:8157/` in your browser. @@ -256 +256 @@ You might need to use `https://localhost:8157/`. -Most web browsers allow you to configure proxies using a command line or configuration parameter. For example, with Chromium you can start the browser with the following command: +You can use most web browsers to configure proxies using a command line or configuration parameter. For example, with Chromium you can start the browser with the following command: