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
Exception being thrown by the limit scraping service when AWS Support is not enabled (I don't have it on my account). I think at least developer tier has to be enabled
bash-4.2# tail /var/log/cron.log
Traceback (most recent call last):
File "/opt/staging/limits.py", line 75, in<module>
ta_resp = support.describe_trusted_advisor_check_result(checkId = 'eW7HH0l7J9', language='en')
File "/usr/local/lib/python3.4/site-packages/botocore/client.py", line 314, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/usr/local/lib/python3.4/site-packages/botocore/client.py", line 612, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (SubscriptionRequiredException) when calling the DescribeTrustedAdvisorCheckResult operation: AWS Premium Support Subscription is required to use this service.
Exception being thrown by the limit scraping service when AWS Support is not enabled (I don't have it on my account). I think at least developer tier has to be enabled
(Pre-req page)[https://github.com/FINRAOS/aphelion/blob/master/docs/Local-Setup.md]
The text was updated successfully, but these errors were encountered: