前提・実現したいこと
サーバーサイドはpythonを使用して、elastic beansでデプロイています。
本来ならec2のインスタンスが作成されて、そこで設定が出来るはずなんですが、errorが発生して
インスタンスが作成されていません
やり方は、下記サイトを参考にして、cloud9から個人で作成したfileでデプロイしています。
eb create flask-envで環境は構築出来きましたが、次に進めません
https://dev.classmethod.jp/articles/create-deploy-python3-6-flask-on-elastic-beanstalk/
■■な機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
【eb deploy】
-05-23 04:22:18 ERROR [Instance: i-08c0569119e6e6f3b] Command failed on instance. An unexpected error has occurred [ErrorCode: 0000000001]. 2020-05-23 04:22:18 INFO Command execution completed on all instances. Summary: [Successful: 0, Failed: 1]. 2020-05-23 04:22:18 ERROR Unsuccessful command execution on instance id(s) 'i-08c0569119e6e6f3b'. Aborting the operation. 2020-05-23 04:22:18 ERROR Failed to deploy application. ERROR: ServiceError - Failed to deploy application.
【eb health】
Overall Severe Command failed on all instances. Incorrect application version found on all instances. Expected version "app-993b-200521_113007" (deployment 1).
【eb health】
Overall Severe Command failed on all instances. Incorrect application version found on all instances. Expected version "app-993b-200521_113007" (deployment 1).
【eb status】
Environment details for: flask-env Application name: flask-tutorial Region: us-east-2 Deployed Version: app-993b-200521_113007 Environment ID: e-wzbbt8gxzq Platform: arn:aws:elasticbeanstalk:us-east-2::platform/Python 3.7 running on 64bit Amazon Linux 2/3.0.1 Tier: WebServer-Standard-1.0 CNAME: flask-env.eba-ns3xq2ei.us-east-2.elasticbeanstalk.com Updated: 2020-05-23 04:22:20.586000+00:00 Status: Ready Health: Red
試したこと
https://medium.com/@tsubasakondo_36683/setup-elastic-beanstalk-laravel-cloud9-7ec46ba7942e
の3番
Configure “ADMIN” AWS user
terminate後再作成
補足情報(FW/ツールのバージョンなど)
flask仕様
python3.7
tensorflow使用のためfileのサイズは1G超え
cloud9ではfileの実行は可能
よろしくお願いします。
あなたの回答
tips
プレビュー