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
Hello,
I was trying to use AWSAuthentication to connect a EC2 instance with Amazon ElasticSearch instance. but I was getting this error while trying to start the app :
com.amazonaws.SdkClientException: Unable to find a region via the region provider chain.
After debugging, the Region was null.
I Fixed the AWSAuthentication in order to get the default region of the server.
Hello,
I was trying to use AWSAuthentication to connect a EC2 instance with Amazon ElasticSearch instance. but I was getting this error while trying to start the app :
After debugging, the Region was null.
I Fixed the AWSAuthentication in order to get the default region of the server.
Here is the pull request : #69
with this fix, it gets the correct Region.
The text was updated successfully, but these errors were encountered: