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

[Enhancement]: minimum_load_balancer_capacity support for aws_lb resource #40497

Open
arrudm opened this issue Dec 9, 2024 · 1 comment
Open
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elb Issues and PRs that pertain to the elb service. service/elbv2 Issues and PRs that pertain to the elbv2 service.

Comments

@arrudm
Copy link

arrudm commented Dec 9, 2024

Description

AWS recently launched LCU Reservation support for Application Load Balancers (ALB) and Network Load Balancers (NLB). This feature enables proactive capacity management by allowing customers to set minimum capacity thresholds, ensuring consistent performance during traffic spikes.

The AWSCC provider now supports this in v1.23.0+ via the awscc_elasticloadbalancingv2_load_balancer resource. We should explore supporting the same for the AWS provider aws_lb resource.

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

Refer to AWSCC equivalent https://registry.terraform.io/providers/hashicorp/awscc/latest/docs/resources/elasticloadbalancingv2_load_balancer#nestedatt--minimum_load_balancer_capacity

References

https://aws.amazon.com/about-aws/whats-new/2024/11/load-balancer-capacity-unit-reservation-application-balancers/

Would you like to implement a fix?

None

@arrudm arrudm added the enhancement Requests to existing resources that expand the functionality or scope. label Dec 9, 2024
Copy link

github-actions bot commented Dec 9, 2024

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 9, 2024
@AdamTylerLynch AdamTylerLynch added service/elbv2 Issues and PRs that pertain to the elbv2 service. service/elb Issues and PRs that pertain to the elb service. labels Dec 9, 2024
@justinretzolk justinretzolk removed the needs-triage Waiting for first response or review from a maintainer. label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/elb Issues and PRs that pertain to the elb service. service/elbv2 Issues and PRs that pertain to the elbv2 service.
Projects
None yet
Development

No branches or pull requests

3 participants