Skip to content

Commit

Permalink
feat(elasticloadbalancingv2): alb dualstack without public ipv4 (#30248)
Browse files Browse the repository at this point in the history
### Issue # (if applicable)

Closes #30256.

### Reason for this change
ALB supported a new dual-stack ALB without public IPv4.

https://aws.amazon.com/jp/about-aws/whats-new/2024/05/application-load-balancer-ipv6-internet-clients/


### Description of changes
Add `IpAddressType.DUAL_STACK_WITHOUT_PUBLIC_IPV4`



### Description of how you validated changes
Add unit tests & integ tests



### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mazyu36 authored Sep 13, 2024
1 parent 5c5be0c commit 4068af3
Show file tree
Hide file tree
Showing 16 changed files with 2,828 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4068af3

Please sign in to comment.