I'm trying to deploy my code from inside a docker instance using the AWS Elasticbeanstalk CLI. I get this error:
$ eb deploy my-env Traceback (most recent call last): File "/usr/local/bin/eb", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python2.7/dist-packages/ebcli/core/ebcore.py", line 142, in main ebrun.run_app(app) File "/usr/local/lib/python2.7/dist-packages/ebcli/core/ebrun.py", line 74, in run_app io.log_error(e.__class__.__name__ + " - " + e.message) TypeError: cannot concatenate 'str' and 'ProfileNotFound' objects My config.yml looks like this:
branch-defaults: default: environment: null group_suffix: null master: environment: my-env global: application_name: myapp branch: null default_ec2_keyname: null default_platform: Docker 18.03.1-ce default_region: eu-west-2 include_git_submodules: true instance_profile: null platform_name: null platform_version: null profile: eb-cli repository: null sc: git workspace_type: Application