ALTER ACCOUNT RENAME TO
Renames an account.Syntax
Parameters
Example
The following command will rename the “dev” account to “staging”.ALTER ACCOUNT OWNER TO
Changes the owner of an account. You can view the current owner in theaccount_owner column of the information_schema.accounts view.
For more information, see ownership.
Syntax
Parameters
Example
The following command will set account “dev” owner to “alice@acme.com”.ALTER ACCOUNT SET LLM_TOKEN_BUDGET
Sets the LLM token budget for the account, which limits the total number of tokens that can be processed daily by AI functions such asAWS_BEDROCK_AI_QUERY. By default, accounts are created with a zero token budget.
You can view the current budget and usage in the information_schema.quotas view.