You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
37
-
* * *
38
-
39
-
## Installation
40
-
41
-
To pull the latest version of the `aws` provider, run the following command:
42
-
43
-
```bash
44
-
REGISTRY PULL aws;
45
-
```
46
-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
47
-
48
-
## Authentication
49
-
50
-
The following system environment variables are used for authentication by default:
51
-
52
-
-`AWS_ACCESS_KEY_ID` - AWS Access Key ID (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
53
-
-`AWS_SECRET_ACCESS_KEY` - AWS Secret Access Key (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
54
-
55
-
These variables are sourced at runtime (from the local machine or as CI variables/secrets).
56
-
57
-
<details>
58
-
59
-
<summary>Using different environment variables</summary>
60
-
61
-
To use different environment variables (instead of the defaults), use the `--auth` flag of the `stackql` program. For example:
The following parameter is required for the `aws` provider:
84
-
85
-
-`region` - AWS region (e.g. `us-east-1`)
86
-
35
+
See also:
36
+
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
37
+
* * *
38
+
39
+
## Installation
40
+
41
+
To pull the latest version of the `aws` provider, run the following command:
42
+
43
+
```bash
44
+
REGISTRY PULL aws;
45
+
```
46
+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
47
+
48
+
## Authentication
49
+
50
+
The following system environment variables are used for authentication by default:
51
+
52
+
-`AWS_ACCESS_KEY_ID` - AWS Access Key ID (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
53
+
-`AWS_SECRET_ACCESS_KEY` - AWS Secret Access Key (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
54
+
-`AWS_SESSION_TOKEN` - [__OPTIONAL:__ only required if using `aws sts assume-role`] AWS Session Token (see [Temporary security credentials in IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html))
55
+
56
+
These variables are sourced at runtime (from the local machine or as CI variables/secrets).
57
+
58
+
<details>
59
+
60
+
<summary>Using different environment variables</summary>
61
+
62
+
To use different environment variables (instead of the defaults), use the `--auth` flag of the `stackql` program. For example:
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
37
-
* * *
38
-
39
-
## Installation
40
-
41
-
To pull the latest version of the `aws` provider, run the following command:
42
-
43
-
```bash
44
-
REGISTRY PULL aws;
45
-
```
46
-
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
47
-
48
-
## Authentication
49
-
50
-
The following system environment variables are used for authentication by default:
51
-
52
-
-`AWS_ACCESS_KEY_ID` - AWS Access Key ID (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
53
-
-`AWS_SECRET_ACCESS_KEY` - AWS Secret Access Key (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
54
-
55
-
These variables are sourced at runtime (from the local machine or as CI variables/secrets).
56
-
57
-
<details>
58
-
59
-
<summary>Using different environment variables</summary>
60
-
61
-
To use different environment variables (instead of the defaults), use the `--auth` flag of the `stackql` program. For example:
The following parameter is required for the `aws` provider:
84
-
85
-
-`region` - AWS region (e.g. `us-east-1`)
86
-
87
-
This parameter must be supplied to the `WHERE` clause of each `SELECT` statement.
35
+
See also:
36
+
[[` SHOW `]](https://stackql.io/docs/language-spec/show)[[` DESCRIBE `]](https://stackql.io/docs/language-spec/describe)[[` REGISTRY `]](https://stackql.io/docs/language-spec/registry)
37
+
* * *
38
+
39
+
## Installation
40
+
41
+
To pull the latest version of the `awscc` provider, run the following command:
42
+
43
+
```bash
44
+
REGISTRY PULL awscc;
45
+
```
46
+
> To view previous provider versions or to pull a specific provider version, see [here](https://stackql.io/docs/language-spec/registry).
47
+
48
+
## Authentication
49
+
50
+
The following system environment variables are used for authentication by default:
51
+
52
+
-`AWS_ACCESS_KEY_ID` - AWS Access Key ID (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
53
+
-`AWS_SECRET_ACCESS_KEY` - AWS Secret Access Key (see [How to Create AWS Credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html))
54
+
-`AWS_SESSION_TOKEN` - [__OPTIONAL:__ only required if using `aws sts assume-role`] AWS Session Token (see [Temporary security credentials in IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html))
55
+
56
+
These variables are sourced at runtime (from the local machine or as CI variables/secrets).
57
+
58
+
<details>
59
+
60
+
<summary>Using different environment variables</summary>
61
+
62
+
To use different environment variables (instead of the defaults), use the `--auth` flag of the `stackql` program. For example:
The following parameter is required for the `awscc` provider:
85
+
86
+
-`region` - AWS region (e.g. `us-east-1`)
87
+
88
+
This parameter must be supplied to the `WHERE` clause of each `SELECT` statement, with the exception of global services such as `iam`, `route53`, `cloudfront`, etc.
0 commit comments