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

asked 5 years ago356 views
1 Answer
0
Accepted Answer

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
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions