Skip to content
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

Unable to find EB environment with CodeBuild #2

Open
raphaelreinauer opened this issue Jul 2, 2022 · 2 comments
Open

Unable to find EB environment with CodeBuild #2

raphaelreinauer opened this issue Jul 2, 2022 · 2 comments

Comments

@raphaelreinauer
Copy link

raphaelreinauer commented Jul 2, 2022

I followed all the steps of setting up the eb environment flask-demo-env, which is up and running.
When I run the build with CodeBuild I get the following error:

echo "Deploying app"
--
Deploying app
eb deploy flask-demo-env
ERROR: NotFoundError - Environment "flask-demo-env" not Found.

The CodeBuild, as well as the Elastic Beanstalk environment, are both in eu-central-1.

@DanielWu1978
Copy link

I also ran into the same issue

@noahgift
Copy link
Owner

noahgift commented Jul 5, 2022

AWS Code Build is a container that you can install anything on. I would recommend installing the ELB tool in your buildspec.yml and trying that: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants