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: apigen/infra/README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,3 @@ npm run diff # cdk diff --all (needs AWS creds for the target account)
59
59
60
60
Changes merged to `2.2.x` under `apigen/infra/**` are deployed automatically by
61
61
`.github/workflows/apiref-infra.yml`.
62
-
63
-
## Cleanup runbook (legacy resources, when stable for ~1 week)
64
-
65
-
The cutover from the legacy distribution is done; these legacy resources can be
66
-
removed once the new stack has been stable for a sensible cooling-off period:
67
-
68
-
- Delete CloudFront distribution `E37G1C2KWNAPBD` (disable, wait, delete).
69
-
- Delete CloudFront Functions `apiref-phpstan-org-viewer-request` and `secure-headers-response` (the latter has no remaining users after `E37G1C2KWNAPBD` is gone).
70
-
- Delete the legacy ACM cert `arn:aws:acm:us-east-1:928192134594:certificate/18f4edec-8bec-4f52-a02b-a9738053b817` once unreferenced.
71
-
- Empty and delete S3 bucket `web-apiref.phpstan.org`.
72
-
- Delete the `APIREF_AWS_ACCESS_KEY_ID` and `APIREF_AWS_SECRET_ACCESS_KEY` GitHub secrets.
73
-
- (Optional follow-up) Migrate `update-playground-api.yml` and `update-playground-runner.yml` to OIDC — they're the last workflows in this repo still using `PLAYGROUND_RUNNER_AWS_*` static keys.
0 commit comments