Disclaimer: This extension is not endorsed by, directly affiliated with, maintained, or sponsored by Amazon Web Services. All product and company names are the registered trademarks of their original owners. The use of any trade name or trademark is for identification and reference purposes only and does not imply any association with the trademark holder of their product brand.
If you use multiple AWS Accounts via the SSO dashboard at *.awsapp.com you may have noticed that after you select an account a new tab is opened but there is no immediate way of knowing in which account you are logged in, you only get the account id.
This extension solves this. It will automatically get all the accounts available in *.awsapp.com and once you are in *.aws.amazon.com it will prepend the account name to your role.
We are not publishing this to the extension store un purpose. We want to make sure whoever uses this extension knows what they are doing. You can download the zip file with the extension code or you can build it yourself if you don't trust the maintainers, we won't be offended.
- Download the zip form the releases page.
- Extract the zip file into a folder.
- Go to
chrome://extensions/
- Click on "Load unpacked"
- Select the folder.
- Reload the AWS SSO page.
- Because you don't trust the maintainers, you will need to review the code 😅.
- Clone the repo
git clone git@github.com:streaver/aws-multiple-accounts-extension.git
- Install dependencies
npm install
- Build it
npm run build
- Go to
chrome://extensions/
- Click on "Load unpacked"
- Select the folder.
- Reload the AWS SSO page.
- Clone the repo
git clone git@github.com:streaver/aws-multiple-accounts-extension.git
- Install dependencies
npm install
- Build it
npm run dev
- Each time you change things go the
chrome://extensions
page an reload the extension
npm run test
npm run prettier
npm run build
This extension was built with ❤️ by Streaver. Reach out to us if you need DevOps help or just to say hi!