Creating a Standard IAM User
Follow these steps to create access credentials for a single-account setup.
1. User Creation
-
Logon to your AWS Console and select the IAM service.
-
Select
Usersand clickCreate user. -
Provide a user name (e.g.,
txture-read-only). -
Ensure Management Console access is not selected.
2. Permissions (Direct Access Only)
Info:
If you plan to use AssumeRoleARN, skip the "ReadOnlyAccess" attachment here and follow the AssumeRole Guide instead.
- Select
Attach existing policies directly. - Choose the AWS managed policy "ReadOnlyAccess" or create your custom policy.
- Proceed through the wizard, skipping the optional permissions boundary.
3. Security Credentials
-
After creation, click on the user and go to the Security credentials tab.
-
Select
Create access keyand choose the Third-party service use case. -
Download the .csv file. This contains your Access Key ID and Secret.
Next Step
Return to AWS Main Documentation to complete your setup.