You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set parameter for terraformer command. terraformer import aws --resources=alb --connect=true --regions=ap-northeast-2 --retry-number=10 --retry-sleep-ms=10000
But This command execute retry 3 times like below error log.
2024/09/30 16:38:54 operation error Elastic Load Balancing v2: DescribeListeners, exceeded maximum number of attempts, 3, https response error StatusCode: 400, RequestID: $RequestID-1, api error Throttling: Rate exceeded
2024/09/30 16:39:11 operation error Elastic Load Balancing v2: DescribeTargetHealth, exceeded maximum number of attempts, 3, https response error StatusCode: 400, RequestID: $RequestID-2, api error Throttling: Rate exceeded
2024/09/30 16:39:15 operation error Elastic Load Balancing v2: DescribeTargetHealth, exceeded maximum number of attempts, 3, https response error StatusCode: 400, RequestID: $RequestID-3, api error Throttling: Rate exceeded
I was tried to set aws configure and exporting environment variables.
But Still It called api 3 times.
How to control AWS API retry setting on Terraformer?
Plz Help me! Thanks.
The text was updated successfully, but these errors were encountered:
I set parameter for terraformer command.
terraformer import aws --resources=alb --connect=true --regions=ap-northeast-2 --retry-number=10 --retry-sleep-ms=10000
But This command execute retry 3 times like below error log.
I was tried to set aws configure and exporting environment variables.
But Still It called api 3 times.
How to control AWS API retry setting on Terraformer?
Plz Help me! Thanks.
The text was updated successfully, but these errors were encountered: