We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Mismatch entity for Service graph connector for aws.

vedpandere
Tera Contributor

<p>

There are existing RTE field Mapping for instancetype to instancetype and i changed the target field to custom field u_instance_type.Its giving the error while running EC2 job in servicenow .

 

</p>

1 REPLY 1

Matthew_13
Mega Sage

@vedpandere - This happens because Service Graph for AWS expects the out-of-box field mappings to stay intact. When you change the EC2 instanceType mapping to point to a custom field, the payload no longer matches what IRE expects, and the job fails.

In ServiceNow no matter version, the safer approach is to leave the OOB mapping as-is and then copy the value into your custom field after import (via transform logic or a rule). That keeps Service Graph happy and still gives you the custom field you want.

Thumbs up if this helps you. Thanks Kindly

MJG