Skip to main content
Logo

AWS addOn

Strengthen the security of your AWS resources with our state-of-the-art data scan addon, guaranteeing complete protection of your sensitive data, enhanced compliance and unrivalled peace of mind in the cloud.


Report Bug · Request Feature

Configuration

Default.json

For each of your environments, the following keys are mandatory:

  • rules: This refers to the set of rules files you want to apply to this environment.
  • prefix: the prefix is the particle to be placed in front of the environment variables to be quoted here.

The following keys are recommended to ensure better readability when re-reading the configuration:

  • name: The name refers to the environment concerned by one or more keywords.
  • description: the description helps to clarify the name and avoid any possible confusion about the environment concerned.

You can also specify the regions you want to scan, this can be used to avoid scanning all regions and reduce execution time. Without specifying this, all regions will be scan.

Example of configuration for 2 AWS environments.

Environment

There are several ways to identify yourself in an AWS environment. Obviously, you can only scan the environment for which you are at least a reader (IAM role):

AWS_ACCESS_KEY_ID=XXXXXXXXX  
AWS_SECRET_ACCESS_KEY=XXXXXXXXX
AWS_SESSION_TOKEN=XXXXXX # This one is optionnal, use it if you're using temporary credentials (IAM role)

Additional documentation

AWS SDK for JavaScript v3