Ich versuche meinen Code in AWS Beanstalk zu implementieren und erhalte diesen Fehler. Ich habe recherchiert, dass es vielleicht mehr als 500 Versionen gibt, also habe ich viele Versionen gelöscht. Aber ich bekomme immer noch diesen Fehler.AWS Elastic Beanstalk - FEHLER: Keine Anwendungsversion mit dem Namen 'v0_9_2-76-gf5a4' gefunden
eb deploy
ERROR: No Application Version named 'v0_9_2-76-gf5a4' found.
Ich habe auch versucht
git aws.push
Error: Failed to create the AWS Elastic Beanstalk application version
Edit: mit eb deploy --debug
Der Versuch ich jetzt bekommen:
Instance: i-2ad238d5 Module: AWSEBAutoScalingGroup ConfigSet: null Command failed on instance. Return code: 1 Output: Error occurred during build: Command hooks failed . Script /opt/elasticbeanstalk/hooks/appdeploy/pre/10_bundle_install.sh failed with returncode 18
ebcli.objects.exceptions.ServiceError: Update environment operation is complete, but with errors. For more information, see troubleshooting documentation.
Können Sie die Ausgabe von "eb deploy --debug" bereitstellen? –
eb deploy /opt/elasticbeanstalk/hooks/appdeploy/pre/10_bundle_install.sh mit Rückgabecode fehlgeschlagen 18 FEHLER: [Instanz: i-2ad238d5 Modul: AWSEBAutoScalingGroup ConfigSet: null] Der Befehl ist in der Instanz fehlgeschlagen. Rückkehrcode: 1 Ausgabe: Fehler beim Erstellen: Befehlshaken fehlgeschlagen – user2974739
vipul $ eb deploy --debug 2015-05-11 11: 06: 27,291 (DEBUG) eb: Protokollierung initialisiert für 'eb' mit LoggingLogHandler 2015-05 -11 11: 06: 27,291 (DEBUG) zement.ext.ext_plugin: plugin config dir /etc/eb/plugins.d existiert nicht. 2015-05-11 11: 06: 27,292 (DEBUG) zement.ext.ext_plugin: plugin config dir /Users/vipul/.eb/plugins.d existiert nicht. 2015-05-11 11: 06: 27,294 (DEBUG) eb: Sammeln von Argumenten/Befehlen für 2015-05-11 11: 06: 27,298 (DEBUG) eb: sammeln Argumente/Befehle –
user2974739