binbashar / le-ref-architecture-doc

Binbash Leverage Reference Architecture documentation
https://leverage.binbash.co
MIT License
42 stars 20 forks source link

Doc | Post-deployment section: add new step for --fetch-mfa-device #139

Closed rodriguez-matias closed 2 years ago

rodriguez-matias commented 2 years ago

What?

Where?

Leverage Documentation: first-steps -- > post-deployment https://leverage.binbash.com.ar/first-steps/post-deployment/

Why?

Following @angelofenoglio 's recomendation: In order to skip errors during the last steps of the first landing zone realted to the configuration of the MFA devices for the aws profiles, we need to follow this steps

  1. Create new passwords for users in Management and Security accounts
  2. Configure the new credentilas running leverage credentials configure  without the flag --fetch-mfa-device
  3. Enable MFA and change the aws profile names
  4. Run again  leverage credentials configure  with the flag --fetch-mfa-device skiping credenials configuration.

New step

image

rodriguez-matias commented 2 years ago

Hey! @exequielrafaela , @angelofenoglio . Thanks for your comments. I've already commited the change requests that you both mentioned. Please check if everything is ok for you.

image