Skip to content

chore(keys): remove the retired AWS gateway from the index - #170

Merged
sanity merged 1 commit into
mainfrom
chore/remove-aws-gateway-entry
Sep 4, 2026
Merged

chore(keys): remove the retired AWS gateway from the index#170
sanity merged 1 commit into
mainfrom
chore/remove-aws-gateway-entry

Conversation

@sanity

Copy link
Copy Markdown
Contributor

Problem

The AWS gateway is being shut down to cut ~$198/mo. It was deliberately kept listed by bare IP through the changeover so no peer lost a bootstrap target while gw1/gw2.freenet.org adoption happened.

That adoption is now complete: gw1 has 170 peers and gw2 has 147 — comparable shares of the live network, where gw2 started from zero on 2026-08-29.

Approach

Drop the AWS entry, leaving the two role-based nova gateways.

The release path stopped touching that host in freenet-core#5540, so nothing in a release run reaches for it any more.

Rollout

Peers re-fetch this file at startup. One holding a stale copy will dial the AWS address until it refetches — and that gateway stays running until this has propagated, so the dial still succeeds. The two nova entries work throughout. There is no window where a peer has no usable gateway.

Order from here: this merges and deploys → the AWS gateway and gkapi stop → the instance is terminated separately, by hand.

[AI-assisted - Claude]

The AWS gateway is being shut down. It was kept listed by bare IP through the
changeover so no peer lost a bootstrap target while adoption of gw1/gw2
happened; that is now complete — gw1 and gw2 are carrying 170 and 147 peers
respectively, comparable shares of the live network.
The release path stopped touching that host in freenet-core#5540, so nothing
in a release run reaches for it any more.
Peers re-fetch this file at startup. One holding a stale copy will dial the AWS
address until it refetches; that entry stays live until the gateway is actually
stopped, and the two nova entries work throughout, so there is no window where
a peer has no usable gateway.
Claude-Session: https://claude.ai/code/session_01SvxFMoTCSqeqyMc8VmpKDZ
@sanity
sanity merged commit bc424ee into mainSep 4, 2026
3 checks passed
@sanity
sanity deleted the chore/remove-aws-gateway-entry branch September 4, 2026 02:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@sanity