Is there a way to associate AWS accounts with their corresponding CI?

RobertoE
Tera Contributor

I am currently performing a discovery of configuration items (CIs) in AWS using SGC. The account number appears concatenated as a string in a field of the sys_object_source table, but I am looking for a way for this account number to be automatically associated with the CI it belongs to. Has anyone encountered this scenario before, or is there an out-of-the-box functionality for this, or does it need to be customized?

1 REPLY 1

Prabhu Akkiredd
ServiceNow Employee

Currently there is no out of the box way to associate a CI with the account and it needs to be customized.

The best way to fetch account is to go to sys_object_source and fetching the ID field which will have connection id , account and region concatenated.