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

Support AWS Application Load Balancers (ALB) #8137

Closed
tpounds opened this issue Aug 11, 2016 · 19 comments
Closed

Support AWS Application Load Balancers (ALB) #8137

tpounds opened this issue Aug 11, 2016 · 19 comments

Comments

@tpounds
Copy link
Contributor

tpounds commented Aug 11, 2016

AWS just announced Layer 7 load balancing. According to the FAQ provisioning an Application Load Balancers requires calling new APIs so a new top-level resource will need to be created.

see:
https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/
https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/faqs/

@tpounds tpounds changed the title Support AWS Application Load Balancers Support AWS Application Load Balancers (ALB) Aug 11, 2016
@catsby
Copy link
Contributor

catsby commented Aug 11, 2016

We'll see what we can do 😉

@jen20
Copy link
Contributor

jen20 commented Aug 11, 2016

I'm working on this at the moment - expecting to have it in time for 0.7.1.

@jen20 jen20 self-assigned this Aug 11, 2016
@kamoljan
Copy link

@jen20 where do you think you can make it?

@anosulchik
Copy link

@jen20 THanks for update, looking forward to start using it will terraform.

@catsby
Copy link
Contributor

catsby commented Aug 12, 2016

@jen20 where do you think you can make it?

It's in the works right now, though we don't promise any timelines on deliveries in general. As soon as we can!

@robmorgan
Copy link

thanks guys! looking forward 👍

@llarsson
Copy link

Just going to write the word "elb" here to make this issue show up in searches for that term. ;)

@stekershaw
Copy link

It may be implied but just to be safely explicit: the ecs_aws_service resource would ideally also support the new Application Load Balancers.

@catsby
Copy link
Contributor

catsby commented Aug 15, 2016

@stekershaw that may not come in the initial Application Load Balancers PR, but it will follow shortly, same for integrating the new ALBs with AutoScaling Groups

@morgante
Copy link

What's the status of this?

@bronislav
Copy link

@morgante Terraform 0.7.1 added ALB support

@radeksimko
Copy link
Member

@bronislav correct, ALB is supported in 0.7.1. ECS integration is coming, besides that Terraform should now support all the ALB related functionality.

Do let us know if you find any other missing features or bugs in ALB related resources. I'd close this issue once we merge that linked ECS PR.

@kamoljan
Copy link

@bronislav and @radeksimko thank you guys!

@kesor
Copy link

kesor commented Aug 22, 2016

Notably missing from 0.7.1 is support for target groups in AutoScaling, this is quite essential.
https://docs.aws.amazon.com/AutoScaling/latest/APIReference/API_AttachLoadBalancerTargetGroups.html

@radeksimko
Copy link
Member

@kesor
Copy link

kesor commented Aug 22, 2016

@radeksimko awesome! guess I missed seeing it in the changelog.

@kesor
Copy link

kesor commented Aug 22, 2016

The alb_target_group should support tag or tags like aws_elb does.

@stack72
Copy link
Contributor

stack72 commented Aug 23, 2016

Hi @kesor you are correct - I have opened another issue to track the work on that

#8420

Going to close this for now and make all followup work separate :)

P.

@stack72 stack72 closed this as completed Aug 23, 2016
@ghost
Copy link

ghost commented Apr 23, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests