Register AWS Accounts to the Terminal
- Set AWS Credential
- The command to check the Current AWS Credentials
aws sts get-caller-identity
- The command to clear the AWS Account from the terminal
unset AWS_ACCESS_KEY_ID
unset AWS_SECRET_ACCESS_KEY
unset AWS_SESSION_TOKEN