-
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
2
-
When importing large amounts of data from AWS that involve multiple accounts and regions, the AWS Asset Import process can take considerable time, particularly during the decision-making phase of the action steps involved in the import.
The reason is that "outboundReference()" is executed because "Caller Identity" is used as one of identifiers of object types in AWS import configuration. The Object mapping AQL
"AWS Account Id" IN (${Caller Identity${0}})
Reference: AWS data imported into Assets
It would be helpful to review the current AWS implementation when importing a lot of data from AWS accounts
- links to
Form Name |
---|
[JSDSERVER-15976] AWS Assets import require significant time for decidingAction step
UIS | Original: 1 | New: 0 |
Support reference count | New: 2 |
UIS | Original: 2 | New: 1 |
UIS | Original: 3 | New: 2 |
UIS | Original: 2 | New: 3 |
UIS | Original: 1 | New: 2 |
UIS | New: 1 |
Description |
Original:
When importing large amounts of data into AWS that involve multiple accounts and regions, the AWS Asset Import process can take considerable time, particularly during the *decision-making phase* of the action steps involved in the import.
The reason is that "outboundReference()" is executed because "Caller Identity" is used as one of identifiers of object types in AWS import configuration. The Object mapping AQL {code:java} "AWS Account Id" IN (${Caller Identity${0}}) {code} Reference: [AWS data imported into Assets|https://confluence.atlassian.com/assetapps/aws-data-imported-into-assets-1168848119.html] It would be helpful to review the current AWS implementation when importing a lot of data from AWS accounts |
New:
When importing large amounts of data from AWS that involve multiple accounts and regions, the AWS Asset Import process can take considerable time, particularly during the *decision-making phase* of the action steps involved in the import.
The reason is that "outboundReference()" is executed because "Caller Identity" is used as one of identifiers of object types in AWS import configuration. The Object mapping AQL {code:java} "AWS Account Id" IN (${Caller Identity${0}}) {code} Reference: [AWS data imported into Assets|https://confluence.atlassian.com/assetapps/aws-data-imported-into-assets-1168848119.html] It would be helpful to review the current AWS implementation when importing a lot of data from AWS accounts |
Hi,
As Pablo mentioned, this process takes a significant amount of time and slows down the import. Please review it and provide a fix
Thank you!