I am trying to deploy my application on AWS Elastic Beanstalk, it states some errors when the process is completed and reading the logs this is what I've found:
File "/opt/aws/bin/cfn-get-metadata", line 18, in <module>
import cfnbootstrap
ImportError: No module named cfnbootstrap (Executor::NonZeroExitStatus)
Why is this happening? is this module supposed to be already installed into the AWS EB instances? it's not part of my application.
Any help is really appreciated
Thanks!