AWS Extend Switch Roles: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://github.com/tilfin/aws-extend-switch-roles#aws-extend-switch-roles =Internal= * Amazon * Crome * Firefox")
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 6: Line 6:


* [[Amazon_AWS#Miscellaneous|Amazon]]
* [[Amazon_AWS#Miscellaneous|Amazon]]
* [[Crome]]
* [[Chrome#Extensions|Chrome]]
* [[Firefox]]
* [[Firefox#Add-ons|Firefox]]
* [[AWS_Cross-Account_Delegation_Access|AWS cross-account delegation access]]
 
=Overview=
 
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