AWS Extend Switch Roles: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page AWS Extend Switch Roles Browser Plugin to AWS Extend Switch Roles without leaving a redirect) |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
* [[Amazon_AWS#Miscellaneous|Amazon]] | * [[Amazon_AWS#Miscellaneous|Amazon]] | ||
* [[Chrome#Extensions|Chrome]] | * [[Chrome#Extensions|Chrome]] | ||
* [[Firefox# | * [[Firefox#Add-ons|Firefox]] | ||
* [[AWS_Cross-Account_Delegation_Access|AWS cross-account delegation access]] | |||
=Overview= | =Overview= | ||
A Chrome extension and a Firefox add-on | A Chrome extension and a Firefox add-on that allows switching between AWS accounts, using [[AWS_Cross-Account_Delegation_Access|AWS cross-account delegation access]]. | ||
=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> |
Latest revision as of 19:02, 19 August 2020
External
Internal
Overview
A Chrome extension and a Firefox add-on that allows switching between AWS accounts, using AWS cross-account delegation access.
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