-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws_elastic_beanstalk_environment not working with some regions #10667
Comments
Confirming this, i'm getting the same trace with eu-west-2 too. |
From the Elastic Beanstalk console, I see the following error message when trying to create an environment in
Updating the file to this fixes the issue. (assuming the iam instance profile already exists)
This error should be returned in Terraform, but an error is returned before it collects any of the errors from the Elastic Beanstalk Environment. I'll submit a PR to fix that, and hopefully make failures like this more obvious in the future. |
aws_elastic_beanstalk_environment.app-prod: InvalidParameterValue: No Solution Stack named '64bit Amazon Linux 2018.03 v2.8.4 running Ruby 2.5 (Puma)' found. |
Hi! try to remove .terraform directory and reinit (terraform init)
Also be sure that you using same version of providers. The best practices
is to lock it version.
On Wed, 7 Nov 2018 at 15:57, auasad ***@***.***> wrote:
aws_elastic_beanstalk_environment.app-prod: InvalidParameterValue: No
Solution Stack named '64bit Amazon Linux 2018.03 v2.8.4 running Ruby 2.5
(Puma)' found.
status code: 400, request id: f4e5a330-c1af-43de-94b7-cb1067a28e5e
Can anyone guide me, I am getting this error. From my laptop when I do
terraform apply it works and the complete environment is created but from
other laptop same OS(Ubuntu) when I try it gives me the above error.
I also tried to remove the terraform.tfstate and terraform.tfstate.backup
but it give me the same error.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10667 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArD_BdE7OibG5dN_oqmbUCRJrSH4zkfks5ustjAgaJpZM4LKjFC>
.
--
Best wishes, Dmitry Tsoy.
<https://www.englishforums.com/media/p/,1982614,15011,5.htm>
|
Sorry, I missed the original error message. Are you sure that terraform on
failed machine uses same aws region?
On Wed, 7 Nov 2018 at 19:03, Dmitry Tsoy ***@***.***> wrote:
Hi! try to remove .terraform directory and reinit (terraform init)
Also be sure that you using same version of providers. The best practices
is to lock it version.
On Wed, 7 Nov 2018 at 15:57, auasad ***@***.***> wrote:
> aws_elastic_beanstalk_environment.app-prod: InvalidParameterValue: No
> Solution Stack named '64bit Amazon Linux 2018.03 v2.8.4 running Ruby 2.5
> (Puma)' found.
> status code: 400, request id: f4e5a330-c1af-43de-94b7-cb1067a28e5e
> Can anyone guide me, I am getting this error. From my laptop when I do
> terraform apply it works and the complete environment is created but from
> other laptop same OS(Ubuntu) when I try it gives me the above error.
> I also tried to remove the terraform.tfstate and terraform.tfstate.backup
> but it give me the same error.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#10667 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AArD_BdE7OibG5dN_oqmbUCRJrSH4zkfks5ustjAgaJpZM4LKjFC>
> .
>
--
Best wishes, Dmitry Tsoy.
<https://www.englishforums.com/media/p/,1982614,15011,5.htm>
--
Best wishes, Dmitry Tsoy.
<https://www.englishforums.com/media/p/,1982614,15011,5.htm>
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
It successfully applied in
us-east-1
andeu-west-1
but always fails ineu-central-1
andap-northeast-2
with:Terraform Version
tested on
0.8.0-rc3
and0.7.13
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
region
eu-central-1
orap-northeast-2
The text was updated successfully, but these errors were encountered: