简体   繁体   中英

Can you set a default console region in aws?

I am setting up an account for a small organization and I decided to isolate the master account and create an admin IAM user. I set up the database and follow the tutorial to create an admin IAM user. I log in to the admin account later to verify everything looks good and don't see any services including the RDS instance. I go through the pain of verifying all of the details in the tutorials and more.

Turns out my console was just on a different region then the master account's console.

Seems like there ought to be either 1) a console view of all resources (across all regions so a true all resources view) OR 2) an ability to set a default console region.

Either of these would enable one to have a bit more sanity during management of their setup.

tl;dr: No. If you've logged into an account before, your browser caches the last region you were in for each service.

When you login to a new account the region isn't cached so it usually (service dependent) loads the us-east-1 / us-west-2 page.

+1000 for being able to set up a default console region either in the account, or in the AWS Organization for each sub-account/OU/the whole organization.

You can do it in the CLI, so why not the console? Seems like an easy feature add.

There's an old doc on it here: https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/console-help-gsg.pdf

Edit: This isn't just an issue for newbies, it would save a lot of mini heart attacks when people log in to an account and think they're missing resources, only to find out they're in the wrong region!

According to the recent announcement by AWS, it is now possible to have a preferred/default region set. Read more here: https://aws.amazon.com/about-aws/whats-new/2022/04/unified-settings-aws-management-console/

Execute in the console:

aws configure set default.region us-east-2

To expand on Sudhanshu's answer, you can now change you're preferred region in the Settings from the top right dropdown...

设置下拉菜单

Then Edit the Localisation section...

本土化

Notice it's usually set to Last used region ...

设置区域

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM