-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
elbv2: IPv6 only support #30256
Closed
2 tasks
pahud opened this issue
May 17, 2024
· 4 comments
· Fixed by #30248 or softwaremill/tapir#4137 · May be fixed by ajobayer/aws-secure-environment-accelerator#4, WontonSam/apollo-federation-subgraph-compatibility#620 or NOUIY/aws-solutions-constructs#135
Closed
2 tasks
elbv2: IPv6 only support #30256
pahud opened this issue
May 17, 2024
· 4 comments
· Fixed by #30248 or softwaremill/tapir#4137 · May be fixed by ajobayer/aws-secure-environment-accelerator#4, WontonSam/apollo-federation-subgraph-compatibility#620 or NOUIY/aws-solutions-constructs#135
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Comments
pahud
added
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
labels
May 17, 2024
github-actions
bot
added
the
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
label
May 17, 2024
pahud
added
p2
effort/medium
Medium work item – several days of effort
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
and removed
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
needs-triage
This issue or PR still needs to be triaged.
labels
May 17, 2024
thank you for letting me know @go-to-k |
1 task
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@aws-cdk/aws-elasticloadbalancingv2
Related to Amazon Elastic Load Balancing V2
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Application Load Balancer launches IPv6 only support for internet clients
https://aws.amazon.com/about-aws/whats-new/2024/05/application-load-balancer-ipv6-internet-clients/
Let's include this support in CDK.
Use Case
For customers using ALB for IPv6 only.
Proposed Solution
Add a new enum with some checks as only ALB support that.
aws-cdk/packages/aws-cdk-lib/aws-elasticloadbalancingv2/lib/shared/enums.ts
Lines 4 to 14 in 8bac15d
Other Information
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-ipaddresstype
Acknowledgements
CDK version used
all
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: