Hide account id hides the account_id for each profile.
Show only matching roles filters to only show profiles with roles that match your role in your master account.
+
Automatic tab grouping for multi-Session (Experimental, Supporters only) automatically organizes tabs from the same AWS Management Console multi-session into tab groups. The tab group name will be the corresponding profile name. When a tab group is removed, the corresponding session will be automatically signed out.
Sign-in endpoint in current region (Experimental, Supporters only) instead of signin.aws.amazon.com when you browse a non-global page in AWS Management Console. For those working geographically far from Virginia, the switch role may be a little faster.
Automatically assume last assumed role (Experimental) automatically assumes last assumed role on the next sign-in if did not back to the base account and signed out.
Configuration storage specifies which storage to save to. 'Sync' can automatically share it between browsers with your account but cannot store many profiles.
diff --git a/src/updated.html b/src/updated.html
index 212b1e1..423174f 100644
--- a/src/updated.html
+++ b/src/updated.html
@@ -14,7 +14,7 @@
margin: 0;
}
a { text-decoration: none }
- h1, h2, h3, p { margin: .5em 0 }
+ h1, h2, h3, h4, p { margin: .5em 0 }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
section { margin: 20px 0 }
@@ -40,39 +40,48 @@
AWS Extend Switch Roles - Update Notice
Recent main updates
-
Migration profile data to IndexedDB
+
Multi-Session Support
- Change the storage location of profile data to IndexedDB. While this removes any fixed upper limit on the number of profiles,
- there will now be a restriction based on the text size of the Configuration.
+ Support for the new AWS Management Console "Multi-Session" feature, enabling simultaneous sign-in to multiple AWS accounts in different browser tabs.
+ The AWS Management Console now supports simultaneous sign-in for multiple AWS accounts - AWS
+
+
Maintain up to 5 different AWS account sessions in separate browser tabs
+
Each tab's session is managed independently, allowing for more flexible operations
+
Role chaining capability is now available. However, switch role targets are limited to the user context of the currently active browser tab.
+
Keep your organization's main account tab open, and switch to the target roles to work from it as needed.
+
-
'Visual mode' setting
-
- 'Visual mode' has been added in the 'Configuration' to provide 3 options:
- following the browser default settings derived from the OS settings,
- or explicitly setting the mode to light or dark.
-
-
-
'aws_account_alias' parameter
-
- Previously, when you logged in your account alias, you had to set the alias to 'aws_account_id',
- but now you can specify both the account ID and the alias with 'aws_account_alias'.
- This will ensure that the target profiles are displayed regardless of whether you log in the account ID or the alias.
-
'Sign-in endpoint in current region' setting (Experimental, Supporters only)
+
'Automatic tab grouping for multi-session' setting (Experimental, Supporters only)
- The 'Switch role' requests to the sign-in endpoint in the current region instead of signin.aws.amazon.com when you browse a non-global page in AWS Management Console.
- For those working geographically far from Virginia, the switch roll may be a little faster.
+ This feature automatically organizes tabs from the same AWS Management Console multi-session into tab groups.
+ When a tab group is removed, the corresponding session will be automatically signed out.
+
+
Improves visibility by grouping tabs by profile name
+
Tab group color is automatically selected from 9 fixed colors closest to the profile-defined color
+
Supported only in Chrome and Edge versions that support tab groups
+
We recommend using Delete group instead of Close Group as both actions will trigger session sign-out.
+
+
+
+
+
To open a new tab in the same group:
+
+
Windows: Hold down the Control key while clicking a link
+
macOS: Hold down the Command key while clicking a link
+
-
5.0.2 New version!
+
6.0.0 New version!
+
+
Add support for multi-session on the AWS Management Console
+
Add support for multi-level source profile references to enable role chaining
+
Add experimental feature: Automatic tab grouping for multi-session for supporters
+
+
+
5.0.2
Fix to highlight the relevant part when validation fails in the configuration textarea
Fix Show only matching roles when target role ARN has a path
@@ -104,23 +113,6 @@
4.0.0
Change the storage location of profile data to IndexedDB, removing the registration number limit
Update the host specification for the AWS Management Console
-
-
3.0.0
-
-
Migrate to Manifest V3
-
Add 'Visual mode' that can change UI to Dark Mode
-
-
-
2.1.0–2.3.2
-
-
Truncate the display name when the length exceeds the limit
-
Updating the target AWS console URLs, support new health dashboard and LightSail
-
Support 'aws_account_alias' parameter on base account
-
Implement 'Sign-in endpoint in current region' setting (Experimental, Supporters only)
-
Support 'role_name' parameter that expresses the name of role at login, on base account
-
Implement 'Configuration storage' setting to select 'Sync' or 'Local'
-
Change the configuration by Config Sender API saving to 'Local' storage