Modify AWS Switch Role Display Name

Viewed 1865

AWS allows switching your roles to seamlessly access different accounts. How to modify the Display Name parameter once it is entered and saved (along with the Account and Role values).

Screen-while-configuring-switch-role

2 Answers

There is no Edit page for the roles, so what you should do is to click the account drop-down at the top right and select Switch Roles, then re-create the role with the new display name.

The new setup will overwrite the old one.

There is a cookie named: noflush_awsc-roleInfo. If you delete that cookie from the browser dev console entire role history will be dropped.

Related