Redundant cmdb_ci_cloud_key_pair data collected during "Amazon AWS Virtual Server Events" pattern runDescriptionIn AWS cloud event set-up, when there is incoming event on VM (EC2 instance), we will trigger "Amazon AWS Virtual Server Events" pattern to discover the VM.In this pattern, there is a step to call "Amazon AWS - Get Key Pair data" shared library to fill in Cloud Key Pair [cmdb_ci_cloud_key_pair] data.These data actually do not have direct relationship with VM, hence it is redundant. Steps to Reproduce Configure AWS cloud event to update CMDB.2. Trigger a change in one of the VM instance in AWS.3. Observe incoming event in sn_cmp_cloud_event table that will trigger discovery run.4. Check the payload returned by discovery for "Amazon AWS Virtual Server Events" pattern. It will contain redundant cmdb_ci_cloud_key_pair data.WorkaroundThis problem is currently under review. You can contact ServiceNow Technical Support or subscribe to this Known Error article by clicking the Subscribe button at the top right of this article to be notified when more information becomes available. Workaround/Solution: remove the steps that collecting cmdb_ci_cloud_key_pair by implementing attached update set (sys_remote_update_set_4c1441171b99cd947d08ed776e4bcb86.xml).Related Problem: PRB1555683