The AWS API ETL displays warning message in the ETL logs

When you have large number of instances and volumes provisioned in your AWS account, the ETL might not run successfully and displays a Warning status.

Resolution

To resolve this issue, complete these steps:

  1. Click ETL tasks and select the name of required AWS API ETL.
  2. Click Show log and based on the messages you see in the logs, perform the following steps:

    Message in the ETL log

    Configure additional properties in the ETL

    Unable to fetch all the instances due to AWS RequestLimitExceeded error in 5 attempts, hence skipping further calls for instances. 

    1. Click ETL tasks and select the name of required AWS API ETL.

    2. In Run configurations click edit run configuration and select Advanced > Additional properties.

    3. Add the extract.aws.instance.chunksize property and specify a value greater than 100, which is the default value. The maximum value allowed by AWS is 1000.

    Unable to fetch all the volumes due to AWS RequestLimitExceeded error in 5 attempts, hence skipping further calls for volumes.

    1. Click ETL tasks and select the name of required AWS API ETL.

    2. In Run configurations click edit run configuration and select Advanced > Additional properties.

    3. Add the extract.aws.volume.chunksize property and specify a value greater than 100, which is the default value. The maximum value allowed by AWS is 500.

Related topic

Amazon Web Services - AWS API Extractor

Was this page helpful? Yes No Submitting... Thank you

Comments