AWS powershell documentation change
Summary
Updated references from 'AWS SDK for .NET' to 'SDK for .NET' for consistency
Security assessment
Change involves branding/naming convention updates without introducing or modifying security-related content
Diff
diff --git a/powershell/latest/userguide/specifying-your-aws-credentials.md b/powershell/latest/userguide/specifying-your-aws-credentials.md index b7d4625f6..e2e3c050f 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 [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). +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). @@ -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 [AWS SDK for .NET](https://aws.amazon.com/sdk-for-net/). +For more information about using IAM roles for Amazon EC2 instances, see the [SDK for .NET](https://aws.amazon.com/sdk-for-net/).