Change AWS authentication from role based to credential based

The following steps have been provided as an example to help you to change authentication from a role based cloud account to a credential based cloud account:

Steps

  1. In the Edit Cloud Account page, select Credentials based.
  2. Log in to the AWS Management Console.
  3. Open the IAM console and create a user using the following steps:
    1. In the navigation pane of the IAM console, select Users, and then click Add user.
    2. Enter the username and select Programmatic access as the access type.
    3. Click Next: Permissions.
    4. Click Next: Tags.
    5. Click Next: Review.
    6. Ignore the warning, 'This user has no permissions' and click Create user.
    7. Copy the access key ID and secret access key for later use.
    8. Click the newly created username link and copy the user ARN.
  4. Complete the following to create a policy:
    1. Copy content from AWS minimum permission policy.
      For details about each AWS permission and how it is used by Cloud Snapshot Manager, see AWS permission usage.
    2. In the navigation pane of the IAM console, select Policies, and then click Create policy.
    3. Select the JSON tab, and paste the copied content from the portal.
    4. Click Review policy.
    5. Enter a policy name and click Create policy.
  5. Associate the policy with the user using the following steps:
    1. Search for the user in the Users page and click on it.
    2. Under the Permissions tab, click Add permissions.
    3. Select Attach existing policies directly and search for the policy that was created.
    4. Select the policy and click Next: Review.
    5. Click Add permissions.
  6. Paste the access key ID and secret access key in the corresponding fields in Cloud Snapshot Manager.
  7. Click Save.