dome9 / onboarding-scripts

A public repository with scripts and tools for mass / automated onboarding of cloud accounts (AWS,Azure,GCP)
23 stars 26 forks source link

script fails if any accounts are suspended #7

Open stevembo opened 4 years ago

stevembo commented 4 years ago

we have a few accounts that are closed, they list as suspended. Since the script cannot assume role and check the cft outputs, it fails, this causes all further accounts to not process.

is it possible to onboard the accounts without the assume role, and cft? create the role arn from the accounted list from the org? or some failure logic to proceed if it cant assume role?