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:
awsAccessKeyId
awsSecretAccessKey
AWS CloudQuery Version Details
AWS WorkspaceInfo Configuration
To perform discovery of AWS resources, provide the AWS credentials inside of the workspaceInfo.yaml under the cloudConfig
section. For example:
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.