AWS powershell documentation change
Summary
Updated references to 'SDK for .NET' to 'AWS SDK for .NET' and maintained existing security best practices link
Security assessment
Changes are branding-related and do not modify the security guidance provided in the documentation. The existing link to access key best practices remains unchanged.
Diff
diff --git a/powershell/latest/userguide/specifying-your-aws-credentials.md b/powershell/latest/userguide/specifying-your-aws-credentials.md index e2e3c050f..b7d4625f6 100644 --- a//powershell/latest/userguide/specifying-your-aws-credentials.md +++ b//powershell/latest/userguide/specifying-your-aws-credentials.md @@ -65 +65 @@ The AWS SDKs and the AWS Command Line Interface can also use the credentials fil -Profiles enable you to reference different sets of credentials with AWS Tools for PowerShell. You can use AWS Tools for PowerShell cmdlets to manage your profiles in the AWS SDK store. You can also manage profiles in the AWS SDK store by using the [Toolkit for Visual Studio](https://docs.aws.amazon.com/AWSToolkitVS/latest/UserGuide/tkv_setup.html) or programmatically by using the [SDK for .NET](https://aws.amazon.com/sdk-for-net/). For directions about how to manage profiles in the credentials file, see [Best Practices for Managing AWS Access Keys](https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html). +Profiles enable you to reference different sets of credentials with AWS Tools for PowerShell. You can use AWS Tools for PowerShell cmdlets to manage your profiles in the AWS SDK store. You can also manage profiles in the AWS SDK store by using the [Toolkit for Visual Studio](https://docs.aws.amazon.com/AWSToolkitVS/latest/UserGuide/tkv_setup.html) or programmatically by using the [AWS SDK for .NET](https://aws.amazon.com/sdk-for-net/). For directions about how to manage profiles in the credentials file, see [Best Practices for Managing AWS Access Keys](https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html). @@ -214 +214 @@ If the specified profile or location is not found, the command throws an excepti -For more information about using IAM roles for Amazon EC2 instances, see the [SDK for .NET](https://aws.amazon.com/sdk-for-net/). +For more information about using IAM roles for Amazon EC2 instances, see the [AWS SDK for .NET](https://aws.amazon.com/sdk-for-net/).