Amazon Web Services (AWS) config
This page shows an example configuration file for running an AWS assessment.

Example AWS config
{
"name": "DMS System",
"cloudServiceProvider": 2,
"exitStrategy": 3,
"assessmentType": 1,
"providerDetails": {
"accessKey": "AKAAXASJHMTOST9YTLHE",
"secretKey": "",
"region": "eu-central-1"
}
}
Run with the config
Save your config (for example as config/aws.json) and run:
python3 main.py aws --config config/aws.json
Notes
- Keep your
accessKeyandsecretKeysecure. - Do not commit real credentials to GitHub.