Account Syncing
Sync Accounts from AWS Organizations
cache_accounts_from_aws_organizations:
# This is a list of the account IDs of your AWS organizations master(s)
- organizations_master_account_id: "123456789012"
# This is the name of the role that consoleme will attempt to assume on
# your Organizations master account to call organizations:listaccounts.
organizations_master_role_to_assume: "ConsoleMe"Sync Accounts from SWAG
retrieve_accounts_from_swag:
base_url: 'https://swag.example.com/'
# Optional
expected_owners:
- exampleOrgSync Accounts from Configuration
Fallback: Sync the Current Account
Last updated