Aashmeet/ml-end-to-end-workshop

Swallowed Error on creating endpoint

Opened this issue · 2 comments

When creating an endpoint in step 2.2, if the creation fails (in my case it was a provisioning issue for ml.m4.xlarge) then the exception is swallowed and the calls to get status fail.

To sidestep this I made it run in a ml.t2.medium

This failure is due to the limitation of the account access. ml.m4.xlarge could work for other accounts. It depends on different accounts.

100%, I added the workaround in case someone else got there problem.

The issue isn't so much the failure as that will happen, but the swallowed exception so the only feedback to the person doing the lab is "exists, skipping" and then "endpoint not found"