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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则