Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for pre-requisites to include AWS support requirement #18

Open
saltysoup opened this issue Nov 2, 2018 · 1 comment

Comments

@saltysoup
Copy link
Contributor

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.

(Pre-req page)[https://github.com/FINRAOS/aphelion/blob/master/docs/Local-Setup.md]

@kood1
Copy link
Member

kood1 commented Nov 2, 2018

@saltysoup thanks for this. We will make the change in the docs as well as website.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants