3 C
New York
Sunday, March 29, 2026

Customise your AWS Administration Console expertise with visible settings together with account shade, area and repair visibility


Voiced by Polly

In August 2025, we launched AWS Person Expertise Customization (UXC) functionality to tailor person interfaces (UIs) to satisfy your particular wants and full your duties effectively. With this functionality, your account administrator can customise some UI element of AWS Administration Console, akin to assigning a shade to an AWS account for simpler identification.

At this time, we’re asserting further customization functionality in UXC that permits selective show of related AWS Areas and providers on your crew members. By hiding unused Areas and providers, you may cut back cognitive load and eradicate pointless clicks and scrolling, serving to you focus higher and work sooner. With this launch, we provide the power to customise account shade, Area, and repair visibility collectively.

Categorize account by shade

You may set a shade on your accounts to visually distinguish between them. To get began, sign up to the AWS Administration Console and select your account identify on the navigation bar. Your account shade isn’t set but. To set the colour, select Account.

Within the Account show settings, choose your most popular account shade and select Replace. You may see the chosen shade within the navigation bar.

By altering the account shade, you may clearly distinguish the account’s goal. For instance, you should utilize orange for growth accounts, gentle blue for check accounts, and crimson for manufacturing accounts.

Customise Areas and providers visibility

You may management which AWS Areas seem within the Area selector or which AWS providers seem within the console navigation. In different phrases, you may set to indicate solely the Areas and providers which can be related to your account.

To get began, select the gear icon on the navigation bar and select See all person settings. In case you are in an administrator function, you may see a brand new Account settings tab within the unified settings. When you’ve got not configured a setting, all Areas and providers are seen.

To set seen Areas, select Edit within the Seen Areas part. Choose your seen Areas to All obtainable Areas or Choose Areas and configure your checklist. Select Save modifications.

After configuring seen Area setting, you will see that solely chosen Areas within the Areas selector on the navigation bar within the console.

You may as well set seen providers in the identical means. Search or choose providers from the class. I used the Common providers class to pick my favorites. Whenever you end choice, select Save modifications.

After configuring seen providers setting, you will see that solely chosen providers within the All providers menu on the navigation bar.

Whenever you search the service identify within the search bar, you may solely select chosen providers.

The Areas and providers visibility settings management solely the looks of providers and Areas within the console. They don’t limit entry by the AWS Command Line Interface (AWS CLI), AWS SDKs, AWS APIs, or Amazon Q Developer.

You may as well handle these account customization settings programmatically with new visibleServices and visibleRegions parameters. For instance, you should utilize AWS CloudFormation pattern template:

AWSTemplateFormatVersion: "2010-09-09"
Description: Customise AWS Console look for this account

Sources:
  AccountCustomization:
    Sort: AWS::UXC::AccountCustomization
    Properties:
      AccountColor: crimson
      VisibleServices:
        - s3
        - ec2
        - lambda
      VisibleRegions:
        - us-east-1
        - us-west-2

And you’ll deploy your Cloudformation template.

$ aws cloudformation deploy 
  --template-file account-customization.yaml 
  --stack-name my-account-customization

To study extra, go to the AWS Person Expertise Customization API Reference and AWS CloudFormation template reference.

Give it a strive within the AWS Administration Console at the moment and supply suggestions by deciding on the Suggestions hyperlink on the backside of the console, posting to the AWS re:Publish discussion board for the AWS Administration Console, or reaching out to your AWS Help contacts.

— Channy

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Stay Connected

0FansLike
0FollowersFollow
0SubscribersSubscribe
- Advertisement -spot_img

Latest Articles