Skip to main content
Version: 0.1.9

aws_credentials

Table that will hold the user's AWS credentials. When you interact with AWS, you specify your AWS security credentials to verify who you are and whether you have permission to access the resources that you are requesting. AWS uses the security credentials to authenticate and authorize your requests.

When a new connection to IaSQL is issued, the AWS credentials are stored. The keys can be generated from the AWS console for each registered user

See

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html

Columns

access_key_id: string

AWS Access Key

secret_access_key: string

AWS Secret Access Key

session_token: string

AWS Session Token For temporary security credentials only