diff --git a/website/docs/index.md b/website/docs/index.md index 14490ba19..d2fd20c27 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -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
@@ -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