Creating a Standard IAM User

Follow these steps to create access credentials for a single-account setup.

1. User Creation

  1. Logon to your AWS Console and select the IAM service.

  2. Select Users and click Create user. Creating a new AWS user

  3. Provide a user name (e.g., txture-read-only).

  4. Ensure Management Console access is not selected. Configure the user details

2. Permissions (Direct Access Only)

Note:

If you plan to use AssumeRoleARN, skip the "ReadOnlyAccess" attachment here and follow the AssumeRole Guide instead.

  1. Select Attach existing policies directly.
  2. Choose the AWS managed policy "ReadOnlyAccess" or create your custom policy.
  3. Proceed through the wizard, skipping the optional permissions boundary. Attach a read-only policy

3. Security Credentials

  1. After creation, click on the user and go to the Security credentials tab.

  2. Select Create access key and choose the Third-party service use case. Create an access key

  3. Download the .csv file. This contains your Access Key ID and Secret.