AWS Console - Open All SSO Accounts

Open all accounts and roles on AWS Console SSO screen used by AWS IAM Identity Center.

< Feedback on AWS Console - Open All SSO Accounts

Question/comment

§
Posted: 2024-10-09

Need to refine the selectors, otherwise the user dropdown in the upper-right corner will keep on opening and closing in an infinite loop:

        const collapsedButtons = document.querySelectorAll('[data-testid="account-list"] button[aria-expanded="false"]');

§
Posted: 2024-10-09

We can also restrict the script to the Accounts tab of the AWS access portal page:

// @match        https://*.awsapps.com/start/#/?tab=accounts

Post reply

Sign in to post a reply.