-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating environment from saved config fails with 'PlatformBranch' object has no attribute 'has_healthd_support'
#154
Comments
Hi @kandalf are you still facing the issue ? I was able to deploy an EB-CLI environment with a docker image , save the config and then deploy another environment using the saved config .
index.html file :
With my file directory like :
Created the environment using :
Was able to create another environment using the saved config and was successful with no errors :
Seems to be working as expected . |
Hi @NihalM99, I haven't used it in a while now, but the issue was with the CLI, not with the created environment. Which versions are you using? |
Hi @kandalf , I am using EB-CLI 3.20.10 and python 3.11 |
Alright, maybe that's the answer. Maybe the |
Hey guys, I hit this error and it prevents me from creating and deploying an app, please help, it's very important and urgent! |
I ran into this bug with EB CLI 3.21.0. |
Description
When trying to create an environment from a saved config it crashes after selecting the platform branch with the following error:
This happens with
awsebcli 3.20.3
installed both from Homebrew and from pip and using both Python 3.9 and 3.10.Steps to reproduce
awsebcli
withpip
or HomebrewObserved result
Expected result
Environment created successfully
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
EB CLI 3.20.3 (Python 3.10.)
Python 3.10.5
The text was updated successfully, but these errors were encountered: