No solution stack named 64bit Amazon Linux 2018.03 v2.10.1 running Go

0

Hello,
Trying to create ElasticBeanStalk application running Go.
I have tried to create the bean stalk manually and it works for my account.

But, using Terraform getting error -
aws_elastic_beanstalk_environment.am-sync-dev: InvalidParameterValue: No Solution Stack named '64bit Amazon Linux 2018.03 v2.10.1 running Go 1' found.
status code: 400, request id: 4f5cd8b6-9b9d-40b9-bf75-05c36851fb6f

I have tried following names -

  1. 64bit Amazon Linux 2018.03 v2.9.4 running Go 1.11.4
  2. 64bit Amazon Linux 2018.03 v2.9.4 running Go
  3. 64bit Amazon Linux 2018.03 v2.9.4 running Go 1

None of the above worked for me

Thank you

Sincerely,
Manjiri

Manjiri
已提問 5 年前檢視次數 774 次
3 個答案
0

Hi yancy,

Thanks for reaching out.

The availability of a given solution stack depends on the region. "64bit Amazon Linux 2018.03 v2.9.4 running Go 1.11.4" might not be available across all regions.

Also, note that, depending on how recently your AWS account was created, you may not have access to older solution stacks. Presently, "64bit Amazon Linux 2018.03 v2.10.0 running Go 1.11.5" is the latest solution stack in the regions where it is available.

Thanks,
Rahul.

AWS
已回答 5 年前
0

Hello,

Thank you for your reply.

I kindof reversed engineered ! I created a elastic beanstalk application manually (AWS console).
And then used AWS CLI to get the environment information -

"aws elasticbeanstalk describe-environments --application-name am-sync-manual --region us-west-2"

The Solution stack name returned in the payload is -
"SolutionStackName": "64bit Amazon Linux 2018.03 v2.10.1 running Go 1.11.5",

Thank you, my problem is solved

Manjiri
已回答 5 年前
0

Glad to hear, Yancy.

Thanks,
Rahul.

AWS
已回答 5 年前

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

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

回答問題指南