dnear1
(Dnear1)
September 10, 2020, 9:35pm
1
It seems like this comes up every time AWS changes their Solution Stack name. All of the answers seem to provide the “current” new Solution Stack name, but no details on what link or doc exactly they used to find the new info.
I tried the results from the June '19 resolution:
Seems that the AWS IoT Integration Tutorial is broken. I’ve tried it with a brand new account (as suggested in Solved: AWS IoT Integration ) and using one of the default provided regions in the example Quick Start. It fails with “No Solution Stack named ‘64bit Amazon Linux 2018.03 v2.11.1 running Go 1.12.4’ found” so I suspect the template needs updating ? Looking through AWS forums there are quite a few examples of the “Beanstalk Team” updating new platform versions.
and downloaded/modified the cloudformation.template file accordingly, but apparently, it’s updated again since then and still won’t resolve.
dnear1
(Dnear1)
September 10, 2020, 9:57pm
2
I found this site:
https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.go
and tried supplementing 64bit Amazon Linux 2 v3.1.2 running Go 1 but I still get the same error…
No Solution Stack named ‘64bit Amazon Linux 2 v3.1.2 running Go 1’ found. (Service: AWSElasticBeanstalk; Status Code: 400; Error Code: InvalidParameterValue; Request ID: b77846ab-9961-48f4-a231-f8f41d26c9be; Proxy: null)
dnear1
(Dnear1)
September 24, 2020, 2:18pm
3
This was apparently the correct solution
https://forums.aws.amazon.com/message.jspa?messageID=957537
The version listed in the “supported” document was incorrect and I had to revert to one version previous.
64bit Amazon Linux 2 v3.1.1 running Go 1
1 Like