Skip to content

docs: Lead the cleanup section with the action that prevents leftovers - #12

Merged
renato-freis merged 1 commit into
mainfrom
docs/simplify-cleanup
Aug 20, 2026
Merged

docs: Lead the cleanup section with the action that prevents leftovers#12
renato-freis merged 1 commit into
mainfrom
docs/simplify-cleanup

Conversation

@renato-freis

Copy link
Copy Markdown
Contributor

Summary

Rewrites the cleanup section so it leads with the action instead of the CloudFormation internals.

The previous text opened with "Two items are not stack-managed and need a check afterwards", which explains the mechanism before telling the reader what to do, and it listed Lambda log groups as something to chase even though they expire on their own from the retention period.

Change

The section now opens with the action that prevents leftovers: delete the channels before destroying the stacks. That is sufficient, because #11 made channel deletion remove the encoder password from Parameter Store. The verification command stays for operators who destroyed the stacks with channels still configured, and the log group behavior is one closing line rather than a bullet.

Documentation only. No code or infrastructure change.

The cleanup section explained the CloudFormation ownership problem before
telling the reader what to do about it, and it listed Lambda log groups as
something to chase even though they expire on their own.

It now opens with the action: delete the channels before destroying the stacks.
That is enough to leave nothing behind, because deleting a channel removes its
encoder password. The verification command stays for the case where the stacks
were destroyed with channels still configured.
@renato-freis
renato-freis merged commit 8ef9d7a into main Aug 20, 2026
6 checks passed
@renato-freis
renato-freis deleted the docs/simplify-cleanup branch August 20, 2026 02:38
Sign up for free to 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