Skip to content
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

Is there a way to modify elastic beanstalk target group through IaC? #318

Open
obreo opened this issue Feb 27, 2024 · 0 comments
Open

Is there a way to modify elastic beanstalk target group through IaC? #318

obreo opened this issue Feb 27, 2024 · 0 comments

Comments

@obreo
Copy link

obreo commented Feb 27, 2024

I'm trying to connect Elastic beanstalk environment with a shared application load balancer through Terraform.

By default, the load balancer's listener does not recognise the EB's target group, which requures me to modify the load balancer manually to avoid 503 error.

I want to solve this using IaC. I am using terraform.

I think this can be solved by specifying the target group for EB to use the one created by the load balancer - using EB namespace environments.

Or by letting the ALB listener to point the EB target group.

I couldn't find a way to do that. I'm not sure if this is not supported or there is a workaround to solve it.

Can you guide me in this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant