AWS powershell documentation change
Summary
Updated title to remove 'Windows' reference, restructured content to focus on installation and authentication setup, and reorganized TOC entries to prioritize OS-specific installation guides.
Security assessment
Primarily organizational changes to installation documentation. Authentication setup is mentioned but does not introduce new security documentation or address vulnerabilities.
Diff
diff --git a/powershell/v5/userguide/pstools-getting-started.md b/powershell/v5/userguide/pstools-getting-started.md index 666444464..bc454fbb5 100644 --- a//powershell/v5/userguide/pstools-getting-started.md +++ b//powershell/v5/userguide/pstools-getting-started.md @@ -7 +7 @@ The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this conten -# Get started with the AWS Tools for Windows PowerShell +# Get started with the AWS Tools for PowerShell @@ -9,3 +9 @@ The AWS Tools for PowerShell version 5 (V5) is in preview, therefore this conten -Some of the topics in this section describe the fundamentals of using the Tools for Windows PowerShell after you have [installed the tools](./pstools-getting-set-up.html). For example, they explain how to specify which [credentials](./creds-idc.html) and [AWS Region](./pstools-installing-specifying-region.html) the Tools for Windows PowerShell should use when interacting with AWS. - -Other topics in this section provide information about advanced ways that you can configure the tools, your environment, and your projects. +The following topics show you how to successfully install AWS Tools for PowerShell cmdlets and set up authentication with AWS. @@ -15,11 +13 @@ Other topics in this section provide information about advanced ways that you ca - * [Configure tool authentication](./creds-idc.html) - - * [Specify AWS Regions](./pstools-installing-specifying-region.html) - - * [Configure federated identity](./saml-pst.html) - - * [Cmdlet discovery and aliases](./pstools-discovery-aliases.html) - - * [Pipelining, output, and iteration](./pstools-pipelines.html) - - * [Credential and profile resolution](./creds-assign.html) + * [Installing on Windows](./pstools-getting-set-up-windows.html) @@ -27 +15 @@ Other topics in this section provide information about advanced ways that you ca - * [Users and roles](./pstools-users-roles.html) + * [Installing on Linux or macOS](./pstools-getting-set-up-linux-mac.html) @@ -29 +17 @@ Other topics in this section provide information about advanced ways that you ca - * [Using legacy credentials](./pstools-cred-legacy.html) + * [Authenticating with AWS](./creds-idc.html) @@ -40 +28 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Installing on Linux or macOS +What's new @@ -42 +30 @@ Installing on Linux or macOS -Configure tool authentication +Installing on Windows