docs: clarify account map configuration and remove outdated UI reference#862
Merged
docs: clarify account map configuration and remove outdated UI reference#862
Conversation
* Remove "Confirm Root Account Name" step that referenced non-existent star icon * Add detailed instructions for updating static account map in _defaults.yaml * Clarify that root_account_account_name should always be core-root internally * Move root account verification guidance to account ID update step with current AWS console labels Addresses customer feedback about outdated UI references in account setup documentation. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
The REPO_ACCESS_TOKEN PAT was hitting GitHub API rate limits, causing release asset downloads to fail with HTTP 403 errors. The GITHUB_TOKEN has separate per-workflow rate limits that won't be exhausted by other workflows. Use github.token directly in the composite action instead of the PAT. This works because composite actions have access to the github context. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
c845c08 to
27b5e83
Compare
aknysh
approved these changes
Jan 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
stacks/orgs/acme/_defaults.yamlroot_account_account_nameshould always becore-rootinternally, even if the actual AWS account has a different display namewhy
Addresses customer feedback about outdated and misleading UI references in the account setup documentation. The "star" icon mentioned in the original step no longer exists in the current AWS console. This change removes the confusion and provides clearer, more actionable guidance for users setting up account configuration.
references