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
Below are my configs. Will try to redeploy using us-east-1 for AWS_DEFAULT_REGION in my docker compose file and post result back here.
bash-4.2# tail /var/log/cron.log
caught_exception)
File "/usr/local/lib/python3.4/site-packages/botocore/retryhandler.py", line 277, in _should_retry
return self._checker(attempt_number, response, caught_exception)
File "/usr/local/lib/python3.4/site-packages/botocore/retryhandler.py", line 317, in __call__
caught_exception)
File "/usr/local/lib/python3.4/site-packages/botocore/retryhandler.py", line 223, in __call__
attempt_number, caught_exception)
File "/usr/local/lib/python3.4/site-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
raise caught_exception
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://support.ap-southeast-2.amazonaws.com/"
I'm using a custom web docker image with SSL conf disabled as per PR16
hi @kood1 , just tested this by change my docker compose file and can confirm that switching the default region to us-east-1, made the service work properly with limit data available on the dashboard.
Hi Team,
I've had the aphelion stack run for > 1 week and it seems like it is not able to scrape limits data (and the dashboard shows "No data returned".
Looking at the log file, it looks like it's throwing an exception when trying to connect to an endpoint that doesn't exist: support has a single endpoint in us-east-1 .
Below are my configs. Will try to redeploy using us-east-1 for AWS_DEFAULT_REGION in my docker compose file and post result back here.
I'm using a custom web docker image with SSL conf disabled as per PR16
The text was updated successfully, but these errors were encountered: