Currently, the EC2 collector doesn't record an ARN for the describe_account_attributes call. This will cause OpenCSPM asset loading to fail if AWS Recon is collecting from the global region.
Fix:
Construct a synthetic ARN in the format arn:aws::global:1234567890.
Then update OpenCSPM to use the standard @name field it expects.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently, the EC2 collector doesn't record an ARN for the
describe_account_attributes
call. This will cause OpenCSPM asset loading to fail if AWS Recon is collecting from theglobal
region.Fix: Construct a synthetic ARN in the format
arn:aws::global:1234567890
.Then update OpenCSPM to use the standard
@name
field it expects.