Impossible to use the last SolutionStack for NodeJS deployment

0

Hi,

I am trying to use the solution stack name : "64bit Amazon Linux 2018.03 v4.8.0 running Node.js" but I get an error : "No Solution Stack named '64bit Amazon Linux 2018.03 v4.8.0 running Node.js' found. (Service: AWSElasticBeanstalk; Status Code: 400; Error Code: InvalidParameterValue;"

However, I am using the last version of the stack ... it was working few weeks ago with the previous version. Can you help me ? I am in eu-west-1 region.

Thanks

Best regards

gefragt vor 5 Jahren361 Aufrufe
1 Antwort
0
Akzeptierte Antwort

Hi thomasArioneo ,

Thanks for reaching out.

"64bit Amazon Linux 2018.03 v4.8.0 running Node.js" does not exist in eu-west-1 through your account. To retrieve the set of solution stacks available at your disposal, you an execute the following AWS CLI command in your Bash shell:

aws elasticbeanstalk list-available-solution-stacks --region eu-west-1 | grep "SolutionStackName.*Node.js"

For instance, when I run the above command, I see the following, among other, as being available:

"SolutionStackName": "64bit Amazon Linux 2018.03 v4.8.2 running Node.js",

Thanks,
Rahul.

Edited by: Rahul-AWS on Apr 4, 2019 5:59 PM

AWS
progfan
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen