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

Add possibility to create AWS Network Load Balancer with attached Security Group #2049

Open
1 task done
tzmijowski opened this issue Jan 22, 2024 · 0 comments
Open
1 task done

Comments

@tzmijowski
Copy link

Summary

Since August 2023 it's possible to create NLB with SG. (https://aws.amazon.com/about-aws/whats-new/2023/08/network-load-balancer-supports-security-groups/) Unfortunately, the current module implementation doesn't offer this feature. Moreover, once NLB is created without SG, it's not possible to attach SG(s) later in time by modifying LB.

Important considerations (https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-security-groups.html#security-group-considerations)

  • You can associate security groups with a Network Load Balancer when you create it. If you create a Network Load Balancer without associating any security groups, you can't associate them with the load balancer later on. We recommend that you associate a security group with your load balancer when you create it.
  • After you create a Network Load Balancer with associated security groups, you can change the security groups associated with the load balancer at any time.

Issue Type

Feature Idea

Component Name

elb_network_lb module

Additional Information

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
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