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

已提問 5 年前檢視次數 361 次
1 個回答
0
已接受的答案

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
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南