aws-elastic-beanstalk-cli-setup icon indicating copy to clipboard operation
aws-elastic-beanstalk-cli-setup copied to clipboard

No matter how I install the eb CLI, when running eb local run I get `ERROR: KeyError - 'image'`

Open cjfreeze opened this issue 4 years ago • 0 comments

1. Please specify the following:

  • OS: OSX Big Sur 11.3 (20E232)
  • Shell Bash and Zsh
  • [X] I have reviewed the troubleshooting tips described here and they do not solve my problem

2. Description I encounter a very nondescript python error ERROR: KeyError - 'image' when running eb local run. I have tried installing via script, homebrew, and with my own installation of python. Restarting, updating os, brand new project, nothing has fixed it.

Other eb commands seem to work but I am trying to debug issues with my deployed environment, and I can't use local to reproduce the issues on my dev machine, which is very frustrating.

I am not sure if this is related, but the issue I am trying to debug in my deployment is an error when running eb deploy:

ERROR   Service:AmazonECS, Code:ClientException, Message:Container.image should not be null or empty., Class:com.amazonaws.services.ecs.model.ClientException

I wonder if Message:Container.image should not be null or empty is caused by something similar to ERROR: KeyError - 'image'

cjfreeze avatar May 02 '21 15:05 cjfreeze