<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chandegara Rushit</title>
    <description>The latest articles on DEV Community by Chandegara Rushit (@chandegara_rushit).</description>
    <link>https://dev.to/chandegara_rushit</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2753842%2F1c0bae46-8067-4bc7-a2ee-eb28a388d075.png</url>
      <title>DEV Community: Chandegara Rushit</title>
      <link>https://dev.to/chandegara_rushit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chandegara_rushit"/>
    <language>en</language>
    <item>
      <title>How to Enable Multi-Session Support in the AWS Console</title>
      <dc:creator>Chandegara Rushit</dc:creator>
      <pubDate>Thu, 23 Jan 2025 17:53:24 +0000</pubDate>
      <link>https://dev.to/chandegara_rushit/how-to-enable-multi-session-support-in-the-aws-console-3h9n</link>
      <guid>https://dev.to/chandegara_rushit/how-to-enable-multi-session-support-in-the-aws-console-3h9n</guid>
      <description>&lt;h2&gt;
  
  
  Have you explored AWS Multi-Session Support yet?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;You might have spotted the option to enable it in the top-right corner of the AWS Management Console when you're logged in.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4qmi95tb17fkild451ni.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4qmi95tb17fkild451ni.png" alt="Multi-Session AWS Console" width="800" height="338"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;AWS has rolled out &lt;strong&gt;multi-session support&lt;/strong&gt; in the AWS Management Console, allowing users to log in to up to 5 accounts simultaneously—be it root, IAM, or federated roles across different accounts or even within the same account.&lt;/p&gt;

&lt;p&gt;Gone are the days of logging out and back in repeatedly. With this feature, you can seamlessly switch between dev, staging, and production accounts or roles, all in one browser!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How It Works&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Enable Multi-Session:&lt;/strong&gt; Click your account name in the AWS Console, then select “Turn on multi-session support.”&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Add a New Session:&lt;/strong&gt; Choose “Add session” and sign in to a new AWS account or role in a fresh tab.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Isolated Tabs:&lt;/strong&gt; Each session opens in its own tab with a unique subdomain, such as:&lt;/li&gt;
&lt;li&gt;&lt;code&gt;https://123456789012-abcdefgh.us-east-1.console.aws.amazon.com&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Important Notes&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Supports up to 5 concurrent sessions.&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Browser-specific – needs to be enabled per browser.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Update bookmarks&lt;/strong&gt; to reflect unique session URLs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Security Considerations
&lt;/h2&gt;

&lt;p&gt;While this feature is a massive productivity boost, there's a &lt;strong&gt;security concern&lt;/strong&gt; worth noting:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AWS Account IDs in Subdomains&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Once multi-session support is enabled, the account ID becomes part of the console URL.&lt;/li&gt;
&lt;li&gt;Even if you use an account alias, the account ID remains visible in the subdomain.&lt;/li&gt;
&lt;li&gt;Some argue that account IDs should be private, while others see them as mere identifiers.&lt;/li&gt;
&lt;li&gt;Regardless of where you stand in this debate, AWS account IDs appearing in URLs could potentially expose identifiers that might aid attackers in targeted phishing attempts or enumeration tactics.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flypkfanpelfmumnsqab7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flypkfanpelfmumnsqab7.png" alt="Security Considerations" width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why This Feature is a Game-Changer&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Security Investigations:&lt;/strong&gt; Quickly switch between accounts to analyze events.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Support Teams:&lt;/strong&gt; Troubleshoot issues across multiple environments.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DevOps Engineers:&lt;/strong&gt; Compare configurations between dev, staging, and prod.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloud Architects:&lt;/strong&gt; Easily manage multi-account setups.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This feature is currently available in all Commercial AWS Regions and needs to be enabled per browser.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;#CloudSecurity #AWSCommunity #AWSSecurity #DevOps #CloudComputing #CloudManagement #SecurityBestPractices #AWSUpdates #DevSecOps&lt;/code&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>devops</category>
      <category>productivity</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
