You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -799,7 +799,7 @@ create in the same Terraform configuration) — the toggle is the separate
799
799
**You must provide the egress path.** Quilt owns only the VPC→TGW leg. Before
800
800
apply, your TGW must:
801
801
802
-
- be reachable from the deployment account — share it via AWS RAM and accept
802
+
- be reachable from the deployment account — share it via [AWS Resource Access Manager](https://aws.amazon.com/ram/) and accept
803
803
the VPC attachment (or enable auto-accept) if the TGW lives in another
804
804
account;
805
805
- have route tables that forward the VPC's egress out to the internet (e.g. via
@@ -814,7 +814,7 @@ accordingly if more than one Quilt stack shares a TGW (the default is
814
814
**IPv6** egress through the TGW is opt-in (`transit_gateway_ipv6_egress`,
815
815
default `false`). The VPC is dual-stack, so set this `true`**only if your TGW
816
816
actually carries IPv6 egress**: pointing `::/0` at a TGW that can't route IPv6
817
-
black-holes those packets, and clients without Happy Eyeballs (e.g. Python's
817
+
black-holes those packets, and clients without [Happy Eyeballs](https://en.wikipedia.org/wiki/Happy_Eyeballs) IPv6+IPv4 dual stack support (e.g. Python's
818
818
`requests`/`urllib3`) then stall on the connection timeout before falling back
819
819
to IPv4. Left `false`, the new VPC has no IPv6 default route, so an IPv6
820
820
attempt fails immediately (`ENETUNREACH`) and the client uses IPv4 with no
0 commit comments