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.

gefragt vor 4 Monaten257 Aufrufe
3 Antworten
2
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor 4 Monaten
profile picture
EXPERTE
überprüft vor 4 Monaten
profile pictureAWS
EXPERTE
überprüft vor 4 Monaten
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
EXPERTE
David
beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor 4 Monaten
  • 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
beantwortet vor 4 Monaten
profile picture
EXPERTE
überprüft vor 4 Monaten
  • I already have MFA setup, but I am understanding that can also be reset using the root email

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen