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

Need Help for using shared load balancer #251

Open
ranjeetrj opened this issue Nov 28, 2023 · 0 comments
Open

Need Help for using shared load balancer #251

ranjeetrj opened this issue Nov 28, 2023 · 0 comments

Comments

@ranjeetrj
Copy link

ranjeetrj commented Nov 28, 2023

Need HELP

I want to use a shared load balancer for this Beanstalk application.
After configuring it with below settings, still, beanstalk env is launching its dedicated load balancer.
For more info, I have attached my terraform code here.
terraform-aws-elasticbeanstalk.zip

Below are the settings I have configured to use a shared load balancer.

setting {
namespace = "aws:elasticbeanstalk:environment"
name = "EnvironmentType"
value = "LoadBalanced" # This setting indicates that the environment is load balanced
}

setting {
namespace = "aws:elasticbeanstalk:environment"
name = "LoadBalancerType"
value = "application"
}

setting {
namespace = "aws:elbv2:loadbalancer"
name = "SharedLoadBalancer"
value = "ARN-OF-SHARED-ALB" // Replace this with your shared load balancer ARN
}

Expected Behavior

It should use a shared load balancer that I already created.

Use Case

Need HELP

Describe Ideal Solution

Need HELP****

Alternatives Considered

No response

Additional Context

No response

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