Onboard AWS Account

Use this to onboard an AWS account in Umbrella Cost.
As an enterprise customer, provide the account id and name. The MSP request contains slightly more information.

The output from running these commands are two files. These files should be run within AWS.
The process is described in Umbrella Cost documentation.

ℹ️

Your first account must be onboarded using The Umbrella Cost user interface.
Additional accounts can be onboarded using API requests.

ℹ️

Note the account API key must contain account and division for all requests.
To onboard a new account. Use an existing account key and division.


Parameters

NameLocated InDescriptionRequired
account_idQueryThe payer account ID to onboard to UmbrellaYes
bucketNamebodyThe bucket name to be created. Default is "cur-account_ID", provide your own name if you do not want to create it with the default nameYes
bucketRegionbodyRegion for bucket creation. Default is "us-east-1"Yes


Parameters for MSPs

ℹ️

Dedicated accounts

When the accountType = dedicated

These parameters are mandatory:

  • resellerCustomerName
  • isCustomerSelfManaged
  • autoAssignLinkedAccounts

NameLocated InDescriptionRequired
accountTypebodyValues: "dedicated" (default) or "shared"optional
resellerCustomerIdbodyReseller customer code. In case accountType = dedicatedoptional
resellerCustomerNamebodyDisplay name for the reseller customer. Required in case accountType = dedicatedoptional
isCustomerSelfManagedbodyRelevant for accountType = dedicated, Values: 1 - Self managed, 0 - not self managedoptional
resellerCustomerDomainbodyDomain for reseller customer. Will be used for SSO. The domain should match existing domains for the customer, or be a new domain in Umbrella's recordsoptional
autoAssignLinkedAccountsbodyRelevant for accountType = dedicated. Values: 1 - auto assign, 0 - do not auto assignoptional
excludedLinkedAccountMatchbodyExclude all linked accounts that matches the string, example "SP*", relevant in case autoAssignLinkedAccounts is "1"optional

Response

This API request will create a script you need to run in AWS. Instructions to run this script appear here.

Language
Click Try It! to start a request and see the response here!