riker icon indicating copy to clipboard operation
riker copied to clipboard

App image may not be found

Open jschementi opened this issue 10 years ago • 1 comments

When running riker deploy, it's possible that the app AMI will not be found when actually deploying it, even though it's been created properly.

jschementi avatar Aug 11 '14 19:08 jschementi

This is because the AWS API just doesn't return it yet. A subsequent run of riker deploy-ami will find the AMI and deploy it.

Fix is to keep trying (for a fixed amount of time) to find the AMI.

jschementi avatar Aug 11 '14 19:08 jschementi