The customer must create an IAM role in their account that trusts the platform account. This is a one-time setup.
Log into the customer account via the Conduit Access Portal:
From there, click Console Access to open the AWS Console, or use the CLI credentials section to get temporary credentials.
After logging into the customer account console via Conduit, click this link to create the onboarding stack:
Click Create stack in the console. Takes ~30 seconds. Creates role
MetisPlatformProvisionerRole trusting account 843392124510.
Run each command separately in your terminal (do NOT paste as a block):
Then deploy the onboarding stack:
Cause: The role ConduitAccessClientRole-DO-NOT-DELETE either doesn't exist
in the account or you don't have CanAssume permission.
Fix: Use IibsAdminAccess-DO-NOT-DELETE instead (most SDO accounts have
this):
If you specifically need ConduitAccessClientRole, see "Role doesn't exist" below.
Cause: You have the role name correct but lack Bindle permission to assume it.
Fix:
Ref: Conduit IAM Guide
Cause: Older Conduit accounts may only have IibsAdminAccess-DO-NOT-DELETE,
not ConduitAccessClientRole-DO-NOT-DELETE.
To create the role manually:
726756523438 (Conduit broker)
ConduitAccessExtId-{YOUR_ACCOUNT_ID}
ConduitAccessClientRole-DO-NOT-DELETE{"Statement":[{"Effect":"Allow","Action":"*","Resource":"*"}]}
Or use the CloudFormation template (simpler). Ref: Register Account Wiki
Cause: ADA no longer auto-falls back to the admin role. You must specify a valid role explicitly.
Fix: Use the role you actually have access to:
Check available roles on the Conduit portal â IAM Roles & Users tab.
| Role | Permission Needed | Notes |
|---|---|---|
IibsAdminAccess-DO-NOT-DELETE |
Can administer Conduit AWS Account | Most common. Full admin. Present on all SDO accounts. |
ConduitAccessClientRole-DO-NOT-DELETE |
Can assume Conduit IAM Role | Newer accounts only. Must be registered in Bindle first. |
| Custom role | Can assume Conduit IAM Role | Must create, register in Conduit, add to Bindle, grant CanAssume. |
Once the role exists, click Deploy to create the telemetry pipeline in the customer account.
| Account | Team | Region | Status | Deployed |
|---|