Greeting, Couple of queries around Error handling. I encountered these issues while trying Spot instances on EC2
1. In case of Spot instances, if AWS returns an error org.jclouds.aws.AWSResponseException: request POST https://ec2.us-east-1.amazonaws.com/ HTTP/1.1 failed with code 400, error: AWSError{requestId='8c4eb52d-d685-499c-8ef9-a999244bb019', requestToken='null', code='InternalError', message='An internal error has occurred', context='{Response=, Errors=}'} So what would happen in this case? Will the cluster setup be aborted, begin the clean-up or will it retry to boot the instance? In the logs, even after the failure, I see the setup steps running and later the cluster is being pulled down. Is it normal or there are catches to it? -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal
