Skip to content

Commit

Permalink
feat(elasticloadbalancingv2): enable zonal shift for network load bal…
Browse files Browse the repository at this point in the history
…ancer (aws#31990)

### Issue # (if applicable)

Closes aws#31983.

### Reason for this change

AWS CDK does not support for configuring zonal shift for a NLB.

### Description of changes

Add `zonalShift` prop to `NetworkLoadBalancerProps`

### Description of how you validated changes

Add both unit and 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
badmintoncryer authored Nov 7, 2024
1 parent d8ad02a commit 497abdc
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 94 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@
{
"Key": "dns_record.client_routing_policy",
"Value": "partial_availability_zone_affinity"
},
{
"Key": "zonal_shift.config.enabled",
"Value": "true"
}
],
"Scheme": "internal",
Expand Down

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.

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

Loading

0 comments on commit 497abdc

Please sign in to comment.