Service Graph Connector For AWS - Cloud OS Image modelCurrently AWS connector is using [cmdb_ci_os_template] table to store Cloud OS Images, this may end up in unusually large number of records. This behaviour is caused by dependency on other classes, it cause each dependency to have one to one connection. To avoid this issue, OS images can now be stored in the Cloud Image [cmdb_ci_cloud_os_image] table. The new Image model creates one record for each public Image (object id) irrespective of the service account and populates them in the Cloud Image [cmdb_ci_cloud_os_image] table. Therefor, the new model reduces the number of records in the CMDB To migrate to new Cloud Image Model set the System Property "sn_cmdb_ci_class.use_single_cloud_os_image" to true. To do this, Navigate to Filter Navigator -> enter sys_properties.list -> Search for sn_cmdb_ci_class.use_single_cloud_os_image