AWS Extend Switch Roles: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
* [[Chrome#Extensions|Chrome]]
* [[Chrome#Extensions|Chrome]]
* [[Firefox#Add-ons|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 that allows switching between AWS accounts.
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