How do I create an AWS access key?

1 minute read
0

I need an AWS access key to allow a program, script, or developer to have programmatic access to the resources on my AWS account.

Resolution

An access key grants programmatic access to your resources. This means that you must guard the access key as carefully as the AWS account root user signin credentials.

As a best practice, do the following:

  1. Create an IAM user, and then define that user's permissions as narrowly as possible.
  2. Create the access key under that IAM user.

For more information, see What are the best practices to secure my AWS account and its resources?

Related information

Manage access keys for IAM users

Access management for AWS resources