Create IAM User & Access Key

Create IAM User

  1. Go to AWS Management Console

    • Find IAM
    • Select IAM

    Create IAM User

  2. In the IAM interface

    • Select Users
    • Select Create users

    Create IAM User

  3. In the Create users interface

    • User name, enter Grafana-user
    • Select Custom password, enter password
    • Uncheck User must create a new password at next sign-in
    • Select Next

    Create IAM User

  4. In the Set permissions interface

    • Select Attach existing policies directly
    • Select AdministratorAccess
    • Select Next

    Create IAM User Create IAM User

  5. In the Review and create interface

    • Enter Key and Value for tags
    • Select Create user

    Create IAM User

  6. After creating user successfully

    • View user information
    • Select Download.csv, this information will be used for authentication in Grafana
    • Select Close

    Create IAM User

  7. User information Create IAM User

Create Access Key

  1. In the user information section, select Security credentials

    Create IAM User

  2. Scroll down and select Create access key

    Create IAM User

  3. Select Third-party service

    Create IAM User

  4. Tick the Confirmation checkbox and select Next

Create IAM User

  1. In Description, enter Access key for Grafana and select Create access key

Create IAM User

  1. Access key created successfully. You can Download .csv file to save the access key information

Create IAM User