Enable optimized deletion of retired CIs in AWS
Enable the sn_aws_integ.enableOptimizedDeletion system property for the optimized deletion of retired configuration items (CIs) in AWS during full import of data.
Before you begin
Set the application scope to Service Graph Connector for AWS using the application picker. For more information, see Application picker.
Role required: admin
About this task
By default, the ListDiscoveredResources API is used in batches of 20 to ascertain deleted resource data as there's no other API in AWS that provides deleted resource deltas. This action adversely impacts performance, particularly with a large number of resources, as the majority of time is dedicated to API calls.
When your AWS instance has a large number of CIs to import, you can enable the sn_aws_integ.enableOptimizedDeletion property to accelerate the import time. The property enables deleting any
retired CI classes with an improved logic. In this optimized deletion approach, a complete pull is conducted. Without depending on AWS API calls, the deleted CI is determined by comparing imported resources from the last run with the resources imported in the current run. By default, the value of the property is set to
false.
Procedure
- Enter sys_properties.list in the navigation filter, and then open the sn_aws_integ.enableOptimizedDeletion property.
- In the Value field, enter true.
- Select Update.