Closed mikesplain closed 1 year ago
This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days
@bryantbiggs Mind taking a look at this PR when you have a moment? Thanks!
This PR is included in version 4.0.2 :tada:
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Based on the nat64/dns64 docs, a route is required to utilize dns64 & nat64 for IPv6 only services to non-IPv6 services.
Motivation and Context
Fixes #923
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull requestI tested this both in our internal stack and against the ipv6-dualstack example. New route should be created as long as nat gateways are enabled other criteria you'll see in the PR.
I only updated private subnet route tables and database subnet route tables since it seemed to fit the existing patterns but if I missed anything or you feel differently, I'm open to any suggestions. Thanks!