13

I am a longtime Amazon.com customer, and now I am interested in using Amazon Web Services (AWS). So I have a question on creating an AWS account.

  1. Do I have an option to create an AWS account that's completely separate from my Amazon.com account (with different email addresses)?

  2. What would happen if I use the same email address for AWS and Amazon.com?

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
stackoverflowuser2010
  • 38,621
  • 48
  • 169
  • 217

6 Answers6

6

Soooo..... Ages ago... I made an AWS account, it will not let me log in to normal amazon.com with that account telling me every time my password is incorrect which it is not.... attempting to create a new account with same email asks me if i want to disable my old account..... so yea it seems the answer is:

  1. YES: simply create the account from AWS.

  2. If creating accounts at amazon.com THEN aws with same e-mail, you will have one linked account to log in to both. On the other hand if both are created seperately on different e-mails, and somehow one gets compromised the other doesn't, but then you have two different logins to deal with.

So as it turns out they lied about it disabling my aws account, I decided to try it, and now I have two accounts under the same e-mail, with different passwords... So if you want that, create on aws first, then create with same email on amazon.com and when it says it will disable the other account, don't worry it won't, however it will require you to choose a different password.

Oh and one last thing... If I try to log into AWS with Amazon.com password it brings me to create a new AWS account and it's a pain to get out of that screen...

user10881814
  • 69
  • 1
  • 3
6

These are both great questions

First,

Yes, you can and SHOULD create an aws root account email that is unique for your AWS account(s). While approaches may vary, and your email server may filter out what would otherwise be perfectly applicable emails, here is how I do it

I create an email account that is ONLY for my AWS root accounts. AWS Requires EVERY AWS account to have a unique email

here is my pattern: myname.aws.accts@gmail.com

I have an admin (Organization) account, so I use the following email: myname.aws.accts+admin@gmail.com

I have one prod, one test and one dev account. Here are the following email patterns:

myname.aws.accts+prod@gmail.com; myname.aws.accts+test@gmail.com; myname.aws.accts+dev@gmail.com.

I've also used the pattern: myname.aws.accts+123456789012@gmail.com where 123456789012 represents the AWS Account number.

These are all interpreted as unique by AWS but route to the same email account: myname.aws.accts@gmail.com

One last comment. I have another client who uses MS Exchange and for some reason the email+extension@mybiz.com has the 'extension' portion filtered out, and these emails do NOT process. In this biz we worked around this by creating alias' emails that are still unique to AWS and aliased them in the exchange server to the awsadmin@ email. does the job. probably not best practice, but in a pinch...

Second

Yes. You can link your AWS and amazon.com accounts to the same root user email.
DON'T DO IT

This is generally an anti-pattern. NOT best practice, and fraught with problems...

I know of no good reason to do this. Once done, it is nigh near impossible to convince AWS - AMAZON to unlink these accounts. You WONT be able to separate them yourself - they are strongly coupled once the link is made. you might succeed in separating your AWS and AMAZON account if you are a paying customer of AWS business or Enterprise level support, and even then, they may tell you to just delete the AWS account if you don't want AWS and amazon shared.

CamBeeler
  • 101
  • 2
  • 6
5

My Amazon Retail account was compromised last week. I closed it and guess what - no access to my Amazon AWS account. On querying this I was told (by Amazon) that you have to have an Amazon Retail account and that it has to be THE SAME account as your AWS one.

So a service that is a honeypot for criminals gives them the keys to your Web based business, and Amazon have zero interest in separating the two. That is nuts - sites are moving next week, can't take the risk.

People have been shouting about it on the Amazon forum for years, so I think that whilst there may be workarounds the fundamental principle must be correct. I can't risk playing about with workarounds for something as dumb as this.

Rick
  • 51
  • 1
  • 2
3

Once the two accounts - store and AWS - are created with the same email account, I believe they are forever linked via a single master Amazon account, and there seems to be no way to separate them: If you change the password or email address on one, it reflects in the other.

When my only AWS use was an unimportant VM with a website, it was no big deal, but once I start hosting higher-value stuff, it gets a lot more scary.

As far as I can tell, the only way to separate them is to create a new AWS account (with different email address) and transfer your resources from the old to the new.

This appears to be a painful exercise, you can't directly move an EC2 instance, though you can transfer a snapshot of an image, but everything else I don't know about yet. I would be surprised if I could transfer a fixed Elastic IP, which means changing an IP address I've been using for a long time.

In the short term - as far as I can tell - the only way to secure AWS from your consumer account compromise is to put MFA on the AWS account and then use IAM for access. That's not a bad idea anyway.

I'll be creating a new AWS account (with different email address) for all stuff going forward, and transitioning old-to-new as I get to it, but this looks like a miserable (and unbillable) exercise.

It's just crazy that Amazon doesn't appear to have a way to address this.

Yay for me being an early adopter?

EDIT: It might be possible to link two accounts via "Organizations"; that might give some options for migration that are a bit less painful. Not sure yet.

EDIT Nov 2022: Amazon appears to have rolled out split credentials: when I logged into my unified account - same email for store and AWS - it invited me to create a diff password for the AWS stuff. This is wonderful!

Steve Friedl
  • 3,929
  • 1
  • 23
  • 30
1

So your AWS and Amazon are the same accounts so you cannot create a separate retail account with the same address. (Though you can get around it by doing email+SOMETHING@domain.toplevel) So if your amazon.com account gets compromised, they theoretically have access to your AWS account.

To keep your AWS account secure, there are a few things you can do. Firstly and probably most importantly, you need to make sure you have MFA setup on the account. In fact, you should do this whether you use amazon.com with the same account or not.

I heavily suggest looking at the Trusted Advisor Best Practice Checks on AWS' website.

1

The rule of thumb here: they are not interchangeable.

  1. If you created AWS account it will not allow you to login automatically to Amazon.com.
  2. The same with consumer account, it doesn't provide access to AWS by default, because AWS has separate verification process.
  3. Amazon Music account means access to consumer Amazon.com but not to AWS.

Though, I never tried to delete AWS and don't know what happens if you delete either of them, whether this causes deletion of the other or not.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90