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
Describe the bug iambic setup can fail to complete for AWS setup if there are conflicting IambicHubRole or IambicSpokeRole because AWS IAM Role name within an account must be unique.
The conflict typically comes from a previous failed iambic setup. Because there are not iambic uninstall, the operator has to manually clean up any conflicting AWS IAM Role.
To Reproduce
Create a AWS IAM Role name IambicSpokeRole or IambicHubRole in the mgmt account.
Run iambic setup
It will fail to create Stack either on mgmt account or any of the org member account.
See error
Expected behavior
iambic setup either preflight if there are any conflicting IAM role before attempting to create the stack.
iambic cleanup that can remove any conflicting resources for the AWS setup.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
Community Engagement
Your vote counts! Please support this bug report by adding a 👍 reaction to the original issue, which will aid the community and maintainers in addressing this problem.
Please refrain from adding "+1" or "me too" comments, as these create unnecessary noise for issue followers and do not help in prioritizing the issue. If you wish to contribute to solving this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered:
Describe the bug
iambic setup
can fail to complete for AWS setup if there are conflictingIambicHubRole
orIambicSpokeRole
because AWS IAM Role name within an account must be unique.The conflict typically comes from a previous failed
iambic setup
. Because there are notiambic uninstall
, the operator has to manually clean up any conflicting AWS IAM Role.To Reproduce
IambicSpokeRole
orIambicHubRole
in the mgmt account.iambic setup
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Community Engagement
Your vote counts! Please support this bug report by adding a 👍 reaction to the original issue, which will aid the community and maintainers in addressing this problem.
Please refrain from adding "+1" or "me too" comments, as these create unnecessary noise for issue followers and do not help in prioritizing the issue. If you wish to contribute to solving this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered: