AWS amazondynamodb documentation change
Summary
Updated credentials guidance with IAM Identity Center recommendation
Security assessment
Added warning against manual credential management and recommended IAM Identity Center for improved security posture, but no specific vulnerability addressed.
Diff
diff --git a/amazondynamodb/latest/developerguide/CodeSamples.DotNet.md b/amazondynamodb/latest/developerguide/CodeSamples.DotNet.md index ede8ba973..d256c97b1 100644 --- a//amazondynamodb/latest/developerguide/CodeSamples.DotNet.md +++ b//amazondynamodb/latest/developerguide/CodeSamples.DotNet.md @@ -82 +82 @@ The code examples in this guide are intended for use with the latest version of -The SDK for .NET requires that you provide AWS credentials to your application at runtime. The code examples in this guide assume that you are using the SDK Store to manage your AWS credentials file, as described in [Using the SDK store](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/net-dg-config-creds.html#sdk-store) in the _AWS SDK for .NET Developer Guide_. +The SDK for .NET requires that you provide AWS credentials to your application at runtime. The code examples in this guide assume that you are using the SDK Store to manage your AWS credentials file, as described in [Using the SDK store](https://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/sdk-store.html) in the _AWS SDK for .NET Developer Guide_. The SDK Store holds manually managed short-term or long-term credentials, which is no longer a recommended practice. For the recommended way to configure access, see [Configure AWS access using IAM Identity Center](https://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/creds-idc.html) in the _AWS SDK for .NET Developer Guide_.