AWS Extend Switch Roles: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
=Configuration= | =Configuration= | ||
Once installed, go to triple vertical dot → Settings → left vertical menu → Extensions → "AWS Extend Switch Roles" → Details → Extension Options → Configuration editor. | |||
Example: | |||
<syntaxhighlight lang='text'> | |||
[profile test.aws] | |||
role_arn = arn:aws:iam::000000000000:role/some-role | |||
color = ff9300 | |||
</syntaxhighlight> |
Revision as of 20:41, 20 November 2019
External
Internal
Overview
A Chrome extension and a Firefox add-on that allows switching between AWS accounts.
Configuration
Once installed, go to triple vertical dot → Settings → left vertical menu → Extensions → "AWS Extend Switch Roles" → Details → Extension Options → Configuration editor.
Example:
[profile test.aws]
role_arn = arn:aws:iam::000000000000:role/some-role
color = ff9300