Generate Access Key

Generate Access key

  1. Go to AWS Management Console

    • Find IAM
    • Select IAM

ROSA

  1. In the IAM interface

    • Select Users
    • Select Add user

ROSA

  1. In the Add user interface

    • Username, enter ROSA
    • Select Access key - Programmatic access
    • Select Password - AWS Management Console access
    • Select Custom password then enter the password you want.
    • Uncheck Require password reset
    • Select Next:Permissions

ROSA

  1. Tron interface Add user

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

ROSA

  1. Add tag and select Next: Review

ROSA

  1. Check again and select Create user

ROSA

  1. Create a user successfully.
  • Download csv file and store user information.

ROSA

  1. Visit the following link to install the AWS CLI according to the official AWS instructions: [https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html](https: //docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)

  2. If you have not saved user information, you can also create an access key in IAM account to log in to AWS via CLI

    • Access to IAM account via the right menu → Security Credentials
    • Generate access key in Access keys for CLI, SDK, & API access section
    • Configure AWS CLI with created credential
aws configure

ROSA