πŸ”ΈHow can users access AWS ?

There are 3 way to access AWS

  1. AWS Management console (protected by password + MFA)

  2. AWS CLI (protected by access keys)

  3. AWS SDK (code) (protected by access keys)

Last updated