Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 948 Bytes

File metadata and controls

32 lines (23 loc) · 948 Bytes

AWS IAM - Password Policy & MFA

Note: DON'T perform this exercise unless you understand what you are doing and what is the outcome of applying these changes to your account

Objectives

  1. Create password policy with the following settings:

  2. At least minimum 8 characters

  3. At least one number

  4. Prevent password reuse

  5. Then enable MFA for the account.

Solution

Password Policy:

  1. Go to IAM service in AWS
  2. Click on "Account settings" under "Access management"
  3. Click on "Change password policy"
  4. Check "Enforce minimum password length" and set it to 8 characters
  5. Check "Require at least one number"
  6. Check "Prevent password reuse"
  7. Click on "Save changes"

MFA:

  1. Click on the account name
  2. Click on "My Security Credentials"
  3. Expand "Multi-factor authentication (MFA)" and click on "Activate MFA"
  4. Choose one of the devices
  5. Follow the instructions to set it up and click on "Assign MFA"