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
asked 5 years ago772 views
3 Answers
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
answered 5 years ago
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
answered 5 years ago
0

Glad to hear, Yancy.

Thanks,
Rahul.

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