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.

preguntada hace 4 meses257 visualizaciones
3 Respuestas
2
Respuesta aceptada

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
EXPERTO
respondido hace 4 meses
profile picture
EXPERTO
revisado hace 4 meses
profile picture
EXPERTO
revisado hace 4 meses
profile pictureAWS
EXPERTO
revisado hace 4 meses
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
EXPERTO
David
respondido hace 4 meses
profile picture
EXPERTO
revisado hace 4 meses
  • 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
respondido hace 4 meses
profile picture
EXPERTO
revisado hace 4 meses
  • I already have MFA setup, but I am understanding that can also be reset using the root email

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas