Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to the Oracle Cloud console with the user role that has permissions to manage user accounts.

  2. Create new user group for users <groupname>

  3. Create LOCAL USER (e.g. “aquilauser“) and add to above group where we will apply policies in next steps

    Code Block
    (LOCAL USER A non-federated user. In other words, someone who signs in to use the Oracle Cloud Infrastructure Console with a login and password created in Oracle Cloud Infrastructure.)
  4. Navigate to Account Management.

  5. Open the Cost and Usage Reports page.

  6. Create a policy with the following two statements:

    1. Code Block
      define tenancy usage-report as ocid1.tenancy.oc1..aaaaaaaaned4fkpkisbwjlr56u7cj63lf3wffbilvqknstgtvzub7vhqkggq
      endorse group groupname to read objects in tenancy usage-report
      allow group groupname to read all-resources in tenancy
      allow group groupname to read instance-family in tenancy
      allow group groupname to read volume-family in tenancy
      allow group groupname to read compartments in tenancy
      allow group groupname to read metrics in tenancy
      allow group groupname to manage instance-family in tenancy
      allow group groupname to manage volume-family in tenancy


      <group> should be the one that includes the Aquila Clouds user ID (aquilauser).

  7. Navigate to Identity > Users tab.

  8. In the API Keys tab, click Add API.

  9. Select Generate API Key Pair.

  10. Click Download Private Key.

  11. In the User Information tab, click View Configuration File.

  12. Save the configuration file information that is required for configuring Oracle Cloud in Aquila Clouds.

...