Hi all, I want to know how many times by default the JCloud API retries the instance creation in AWS? Does AWS explicity specify an amount? According to AWS docs, we need to specifically set the maxErrorRetry count to 0 to stop AWS doing retrying. Each AWS SDK implements automatic retry logic. The AWS SDK for Java automatically retries requests, and you can configure the retry settings using the ClientConfiguration class. For example, in some cases, such as a web page making a request with minimal latency and no retries, you might want to turn off the retry logic. Use the ClientConfiguration class and provide a maxErrorRetry value of 0 to turn off the retries. Please confirm.
Thanks and Regards Manisha -- ~Regards *Manisha Eleperuma* Software Engineer, Cloud TG WSO2, Inc.: http://wso2.com lean.enterprise.middleware *blog: http://manisha-eleperuma.blogspot.com/ <http://manisha-eleperuma.blogspot.com/>*
