Git Product home page Git Product logo

flask-elastic-beanstalk's Introduction

Flask-Elastic-Beanstalk

Note, the best way to use this repo is to "fork it", delete the .elasticbeanstalk directory and replace it with yours generated by the eb init. Also change the buildspec.yml file eb deploy to your app name.

eb-deploy

Deploy via AWs Cloud9 + AWS Code Build

You can refer to tutorial here as well for Flask EB

A. check out this repo and cd into it

B. create a python virtualenv and source it and run make all

python3 -m venv ~/.eb source ~/.eb/bin/activate make all

Note, that awsebcli is installed via requirements

C. initialize new eb app

eb init -p python-3.7 flask-continuous-delivery --region us-east-1

Optional eb init again to create ssh keys

D. Create remote eb instance

eb create flask-continuous-delivery-env

E. Setup AWS Code Build Project

View Sample buildspec.yml Config Here

F. Suggested next steps (Convert to ML Engineering project like this project)

Other Resources

flask-elastic-beanstalk's People

Contributors

noahgift avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

flask-elastic-beanstalk's Issues

Unable to find EB environment with CodeBuild

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.