Reset password notification

1

I have entered an additional security contact for the AWS account.

If I select the "Forgot your password?" option for the root user and then enter my email address, will this security contact be notified (as well as the root user email)

This is why I want to know: if my email is hacked, it will be possible for someone to gain access to our AWS account which is potentially much more damaging to us than an email being hacked. The additional security email uses a different domain and provider and so unlikely to hacked as well at the same time.

已提问 4 个月前257 查看次数
3 回答
2
已接受的回答

Hello.

I tried resetting the root user's password by setting it up with my AWS account, but the email is only sent to the root user's email address.
Emails were not sent to the email address set using the steps in the document below.
https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-update-contact-alternate.html

We recommend configuring MFA for AWS root users.

profile picture
专家
已回答 4 个月前
profile picture
专家
已审核 4 个月前
profile picture
专家
已审核 4 个月前
profile pictureAWS
专家
已审核 4 个月前
2

From a technical standpoint I recommend setting up an EventBrige rule that captures Login Events for root user and then sending the json through a transformer with SNS to a relevant contact.

There's a post about something similar here: https://repost.aws/knowledge-center/root-user-account-eventbridge-rule

profile pictureAWS
专家
David
已回答 4 个月前
profile picture
专家
已审核 4 个月前
  • Thanks for the suggestion. Looks like a complicated way to do something quite simple but will take a look

  • Oh it's not complicated at all. The json transfromer is a personal suggestion so the email to you looks clean and human readable instead of json block text. You don't need to use CF at all to implement it. Just make an eventbridge rule for UserIdentity root for login events and have it send through SNS to your email (or security contact).

  • Ok, I just set it up, I agree its quite straightforward, thanks

1

Enabling MFA for the root user will help to address this security concern -> https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_mfa.html

profile pictureAWS
Anand
已回答 4 个月前
profile picture
专家
已审核 4 个月前
  • I already have MFA setup, but I am understanding that can also be reset using the root email

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容