Handling import failures for large AWS resources

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Manage the data source failure when importing resources from AWS.

    When importing large AWS resources, the data sources in the Service Graph Connector for AWS might fail because of a Direct REST response exceeding the 1024-MB limit. For more information, see REST step.

    You can save the response as an attachment to handle the REST response size limitation error in the Service Graph Connector for AWS.

    Save the response as an attachment

    With the save response as an attachment feature, the response of each data source is temporarily stored as an attachment and after the response is read, the attachment is deleted automatically. The save response as an attachment feature is activated by default and is triggered by the sn_aws_integ.save_payload_as_attachment system property.

    As a user with the admin role, you can deactivate the save response as an attachment feature by setting the sn_aws_integ.save_payload_as_attachment property to false. When the feature is deactivated and the response size is within the limit, the data sources run normally.