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.

asked 4 months ago237 views
3 Answers
2
Accepted Answer

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
EXPERT
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
profile picture
EXPERT
reviewed 4 months ago
profile pictureAWS
EXPERT
reviewed 4 months ago
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
EXPERT
David
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
  • 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
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
  • I already have MFA setup, but I am understanding that can also be reset using the root email

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions