Posted on

How to access AWS?

There are three options:

  1. AWS Management Console which is protected by a password and a MFA device
  2. AWS Command Line Interface (CLI) which is protected by Access Keys
  3. AWS Software Developer Kit (SDK) which is used by application developers and is protected by Access keys

Access Keys are generated via the AWS Access Console and it is up to the end users to manage their own keys


Very important – Access Keys are just like a password and should not be shared. Think of the AccessKeyID as a username and the SecretAccessKey as a password