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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ