diff --git a/iambic/config/wizard.py b/iambic/config/wizard.py index ba3392ef0..683ebbf2c 100644 --- a/iambic/config/wizard.py +++ b/iambic/config/wizard.py @@ -992,7 +992,7 @@ def configuration_wizard_aws_account_edit(self): else: account = self.config.aws.accounts[0] - choices = ["Go back", "Update IAMbic control", "Update Region"] + choices = ["Go back", "Update region"] if not account.org_id: choices.append("Update name") @@ -1003,7 +1003,7 @@ def configuration_wizard_aws_account_edit(self): ).unsafe_ask() if action == "Go back": return - elif action == "Update name": + elif action == "Update region": account.default_region = set_aws_region( "What region should IAMbic use?", account.default_region )