Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 38 additions & 32 deletions website/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,30 @@
---
title: awscc
hide_title: false
hide_table_of_contents: false
keywords:
- awscc
- aws
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage AWS Cloud Control resources using SQL
custom_edit_url: null
image: /img/stackql-aws-provider-featured-image.png
id: 'provider-intro'
---
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';
---
title: awscc
hide_title: false
hide_table_of_contents: false
keywords:
- awscc
- aws
- stackql
- infrastructure-as-code
- configuration-as-data
- cloud inventory
description: Query, deploy and manage AWS Cloud Control resources using SQL
custom_edit_url: null
image: /img/stackql-aws-provider-featured-image.png
id: 'provider-intro'
---

import CopyableCode from '@site/src/components/CopyableCode/CopyableCode';

AWS Cloud Control API provider for StackQL.

:::info

For the native AWS provider see the [__`aws`__](https://aws-provider.stackql.io/) provider.

:::

:::info Provider Summary

<div class="row">
Expand All @@ -30,19 +36,19 @@ AWS Cloud Control API provider for StackQL.

:::

## Authentication
This provider uses AWS credentials for authentication. Configure your credentials using one of the following methods:
- Environment variables: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`
- AWS credentials file: `~/.aws/credentials`
- IAM roles for EC2 instances
- AWS STS temporary credentials
For more information on AWS authentication, see the [AWS documentation](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html).
## Regions
## Authentication

This provider uses AWS credentials for authentication. Configure your credentials using one of the following methods:

- Environment variables: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`
- AWS credentials file: `~/.aws/credentials`
- IAM roles for EC2 instances
- AWS STS temporary credentials

For more information on AWS authentication, see the [AWS documentation](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html).

## Regions

Resources are available in all AWS regions. Use the `region` parameter to specify the target region for your operations.

## Services
Expand Down
Loading