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 think I've got a change for this that should be working. I am currently seeing this issue when attempting to run integ tests.
INTERNALERROR> botocore.errorfactory.AccessDeniedException: An error occurred (AccessDeniedException) when calling the CreateJob operation: This account is not authorized to use this resource. In order to access additional resources, please contact customer support
Looks like others have seen this issue before, too. I have explored the issue and solutions posted online pretty exhaustively, and now cut a support ticket to AWS to address it. Hopefully I will hear back on that soon, be able to run the integ tests, and submit a PR for this issue. We will probably want a second revision on that PR before merging, too, as there are a few details that may need ironing out.
Describe the feature you'd like
Currently, the Tracker counts the number of on-demand tasks, but not LocalSimulator tasks. For example
The proposal is to add this functionality to track task counts on local simulator like this:
The text was updated successfully, but these errors were encountered: