Skip to content

Commit 6ee976b

Browse files
sir-sigurdclaude
andcommitted
Apply review suggestions: link AWS RAM and Happy Eyeballs in TGW docs
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f499603 commit 6ee976b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ create in the same Terraform configuration) — the toggle is the separate
799799
**You must provide the egress path.** Quilt owns only the VPC→TGW leg. Before
800800
apply, your TGW must:
801801

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
803803
the VPC attachment (or enable auto-accept) if the TGW lives in another
804804
account;
805805
- 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
814814
**IPv6** egress through the TGW is opt-in (`transit_gateway_ipv6_egress`,
815815
default `false`). The VPC is dual-stack, so set this `true` **only if your TGW
816816
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
818818
`requests`/`urllib3`) then stall on the connection timeout before falling back
819819
to IPv4. Left `false`, the new VPC has no IPv6 default route, so an IPv6
820820
attempt fails immediately (`ENETUNREACH`) and the client uses IPv4 with no

0 commit comments

Comments
 (0)