Skip to main content
Skip table of contents

Amazon Web Services

AWS Credentials

AWS discovery leverages cloudquery with the AWS source plugin to build up an inventory of cloud resources that should be matched with troubleshooting commands.

Workspace Builder requires the following AWS credentials:

CODE
awsAccessKeyId

awsSecretAccessKey

AWS CloudQuery Version Details

  • Currently supported source plugin: AWS v23.6.0

  • Available resources: See this link

AWS WorkspaceInfo Configuration

To perform discovery of AWS resources, provide the AWS credentials inside of the workspaceInfo.yaml under the cloudConfig section. For example:

CODE
cloudConfig:
  aws:
    awsAccessKeyId: 
    awsSecretAccessKey: 

The supported fields for aws (block name = "aws") are:

Field Name

Description

awsAccessKeyId

The access key ID

awsSecretAccessKey

The secret associated with the access key

Level of Detail

To configure the specific Level of Detail (LoD) that is collected with a discovered AWS resource, AWS tags can be applied to the resource. Currently there is no way to specific the LOD within the workspaceInfo.yaml.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.