Configure AWS credentials - AWS SDK for .NET

Configure AWS credentials

After you create an AWS account and create the required user accounts, you can manage credentials for those user accounts. You need these credentials to perform many of the tasks and examples in this guide.

The following is a high-level process for credential management and use.

  1. Create the credentials you need:

  2. Store the credentials (for example, in the shared AWS credentials file or the SDK Store).

  3. Configure your project so that your application can find the credentials.

The following topics provide information you can use to determine how to manage and use credentials in your environment.