-
Notifications
You must be signed in to change notification settings - Fork 10
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
How to troubleshoot Resource Based Policies Scan Failures? #31
Comments
Hi, please see our guide for troubleshooting that issue here: |
Hi @iankowsk , The "Scan running" message you see on the UI is related to the "JobStatus" field on the "lastJobMarker" item in DynamoDB table JobHistory. The "FailJob" step you see on the step function diagram is basically the "catch" clause of the step function, supposed to update the JobTable and and set the "lastJobMarker" from "RUNNING" to "FAILED". Since this update failed, the solution treats the job as still running and can't start another one. To be clear, no compute is technically "running", so the customer isn't billed for anything. It's just that the database entry representing the Job hasn't been updated from "RUNNING" to "FAILED" as it should have, so the solution logic treats the state as if a job was running and doesn't let you start a new one. Regarding the actual cause for the failure, I can't tell why it fails to assume the role. Please contact me directly internally, I can help troubleshoot on Thursday or Friday if that helps. |
Thanks for the quick reply, @tbelmega. I will reach out to you to discuss how we can solve the role issue. |
Scheduled a troubleshooting session internally, closing this ticket. |
After running the Resource-Based Policies scan for all regions and services, the job has been failed with the status "Failed".
How to troubleshoot this error?
The text was updated successfully, but these errors were encountered: