0

Ich möchte ParseServer mit MongoDB über CloudFromation in AWS bereitstellen, ein Kommentar in einem Amazon post besagt, dass sie eine aktuelle Version der Instanz Node.js verwenden. Ich änderte in der „SolutionStackName“ auf den neuesten, aber ich habe dies im Ereignisprotokoll:Wie richtet man Parse Server mit MongoDB über CloudFormation ein?

2016-07-29 Status Type Logical ID Status reason 
14:02:38 UTC-0500 CREATE_FAILED AWS::ElasticBeanstalk::ConfigurationTemplate DevEBConfigTemplate Resource creation cancelled 
14:02:37 UTC-0500 CREATE_FAILED AWS::ElasticBeanstalk::ApplicationVersion ParseAppVersion Resource creation cancelled 
14:02:37 UTC-0500 CREATE_FAILED AWS::IAM::Role MongoDBHostRole Resource creation cancelled 
14:02:37 UTC-0500 CREATE_FAILED AWS::EC2::InternetGateway InternetGateway Resource creation cancelled 
14:02:37 UTC-0500 CREATE_FAILED AWS::IAM::Role WebAppRole Resource creation cancelled 
14:02:35 UTC-0500 CREATE_FAILED AWS::ElasticBeanstalk::ConfigurationTemplate NonDevEBConfigTemplate No Solution Stack named '64bit Amazon Linux 2015.09 v2.0.8 running Node.js' found. 
14:02:34 UTC-0500 CREATE_IN_PROGRESS AWS::ElasticBeanstalk::ConfigurationTemplate DevEBConfigTemplate 
14:02:34 UTC-0500 CREATE_IN_PROGRESS AWS::ElasticBeanstalk::ConfigurationTemplate NonDevEBConfigTemplate 
14:02:34 UTC-0500 CREATE_IN_PROGRESS AWS::ElasticBeanstalk::ApplicationVersion ParseAppVersion 
14:02:30 UTC-0500 CREATE_COMPLETE AWS::ElasticBeanstalk::Application WebAppElasticBeanstalkApp 
14:02:30 UTC-0500 CREATE_IN_PROGRESS AWS::IAM::Role WebAppRole Resource creation Initiated 
14:02:29 UTC-0500 CREATE_COMPLETE AWS::CloudFormation::WaitConditionHandle MongoDBWaitHandle01 
14:02:29 UTC-0500 CREATE_IN_PROGRESS AWS::EC2::InternetGateway InternetGateway Resource creation Initiated 
14:02:29 UTC-0500 CREATE_IN_PROGRESS AWS::IAM::Role MongoDBHostRole Resource creation Initiated 
14:02:29 UTC-0500 CREATE_IN_PROGRESS AWS::EC2::VPC MyVPC 
14:02:29 UTC-0500 CREATE_IN_PROGRESS AWS::ElasticBeanstalk::Application WebAppElasticBeanstalkApp Resource creation Initiated 
14:02:28 UTC-0500 CREATE_IN_PROGRESS AWS::EC2::InternetGateway InternetGateway 
14:02:28 UTC-0500 CREATE_IN_PROGRESS AWS::CloudFormation::WaitConditionHandle MongoDBWaitHandle01 Resource creation Initiated 
14:02:28 UTC-0500 CREATE_IN_PROGRESS AWS::IAM::Role MongoDBHostRole 
14:02:28 UTC-0500 CREATE_IN_PROGRESS AWS::ElasticBeanstalk::Application WebAppElasticBeanstalkApp 
14:02:28 UTC-0500 CREATE_IN_PROGRESS AWS::IAM::Role WebAppRole 
14:02:28 UTC-0500 CREATE_IN_PROGRESS AWS::CloudFormation::WaitConditionHandle MongoDBWaitHandle01 
14:02:21 UTC-0500 CREATE_IN_PROGRESS AWS::CloudFormation::Stack ParseBackend User Initiated 

Ich weiß einfach nicht, was zu tun ist. Es gibt andere Möglichkeiten, aber ich denke, das ist das Beste, irgendwelche Ideen?

Danke!

+2

Haben Sie den ganzen Kommentar gelesen? :-D es erklärt, was Sie tun sollten ... Ihr Logbuch sagt, Sie verwenden Linux v2.0.8, aber Sie sollten das neueste verwenden, also etwas wie v2.1.1 –

+0

Ja, tut mir leid. Ich habe gerade die Maschinenversion in einer Zeile der Vorlage geändert, aber jetzt ist es in Ordnung :-D –

Antwort

0

AWS aktualisiert seine Elastic Beanstalk-Lösungsstapel ständig und macht alte Stapel überflüssig. Daher müssen Sie die Lösungsstapelzeichenfolge auf die derzeit unterstützte Version ändern. Auf der Seite Supported Platforms (Node.js) finden Sie den neuesten unterstützten Lösungsstacknamen. Dies ist derzeit (Stand: 30.07.2016) 64bit Amazon Linux 2016.03 v2.1.3 running Node.js, und wird sich wahrscheinlich in der Zukunft wieder ändern.

+0

Meine Schuld, ich musste die Version der Maschine in 3 Teilen der Vorlage ändern –