Configure Account Credentials

Accounts that log in to the management console must have a password and access credentials assigned.

Note: You can find instructions to do this with the administrative console in the Eucalyptus Administration Guide.

To create a user account using the euare command line tools:

  1. Create a user account using the euare-accountcreate command line tool. For example:
    euare-accountcreate -a exampleaccount
  2. Create a password for the newly created account by adding a login profile using the euare-useraddloginprofile command line tool. For example:
    euare-useraddloginprofile --as-account exampleaccount -u admin -p examplepassword
x