docs(deployment): document DNS Query Log Config replacement cascade upgrade path#270
Conversation
Add a 'Known deployment issues' section to DEPLOYMENT_GUIDE.md documenting the UPDATE_FAILED that hits stacks deployed before aws-samples#222 (tag-exclusion fix) when they pick up the fix on a subsequent deploy. Both resolution paths covered: - Option A (recommended): manual disassociate + delete via Route53 console - Option B: comment-out DnsFirewall, deploy, uncomment, redeploy Closes aws-samples#269
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #270 +/- ##
=======================================
Coverage ? 86.09%
=======================================
Files ? 167
Lines ? 39535
Branches ? 3512
=======================================
Hits ? 34036
Misses ? 5499
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Two open questions on this — happy to push a follow-up commit either way: 1. Section placement. The issue specifies adding a 2. Add a third resolution option using the AWS CLI? The PR currently has Option A (Route 53 console) and Option B (two-phase deploy with This is what I actually used to recover the dev stack last week. Proposed ordering: CLI as Option A (recommended — reproducible, paste-able, works for SSO-only / CI/CD operators), console as Option B (more discoverable for first-time operators), two-phase deploy as Option C (no-AWS-access fallback). Let me know on either and I'll push the update. |
I like adding the CLI version - post a fast followup referencing the closed item #269 |
Closes #269
Summary
docs/guides/DEPLOYMENT_GUIDE.mddocumenting theUPDATE_FAILEDonAWS::Route53Resolver::ResolverQueryLoggingConfigAssociationthat hits stacks deployed before fix(cdk): exclude ResolverQueryLoggingConfig from resource tags #222 when they pick up the tag-exclusion fix on a subsequent deploy.DnsFirewall, deploy, uncomment, redeploy).node docs/scripts/sync-starlight.mjs.Docs only, no code changes.
Test plan
## Known deployment issuessection sits between### For administratorsand## Related docsdocs/src/content/docs/getting-started/Deployment-guide.mdregenerated alongside the source