Amazon Web Services¶
Audits Amazon Web Services configuration against CIS Benchmarks and maps findings to your enabled compliance frameworks.
| Category | Cloud Platform |
| Connector Type | aws |
| Auth Method | IAM access key (read-only) |
| Default Schedule | 0 */6 * * * (every 6 hours) |
| Vendor Docs | AWS IAM User Guide |
Prerequisites¶
Requirements
Read-only audit access to Amazon Web Services and an auditor:write permission to add the connector in Analytics.
- Read-only audit credentials in Amazon Web Services (step 1)
- Network: Analytics can reach the Amazon Web Services API endpoint on port 443
-
auditor:writeto add the connector;auditor:executeto run it on demand
Step 1: Create credentials in Amazon Web Services¶
- Sign in to the AWS Console and open IAM.
- Create (or choose) an IAM user for auditing and attach the AWS-managed
SecurityAuditpolicy (read-only). - Under the user's Security credentials, create an access key pair.
- Record the Access Key ID and Secret Access Key, and note the region to audit.
Step 2: Configure in Analytics¶
- Open Reporter → Auditor and select the Connectors tab.
- Click Add Connector and choose Amazon Web Services.
-
Fill in the connector form:
Field Required Description Access Key ID Yes IAM access key id from step 1 Secret Access Key Yes IAM secret access key from step 1 Region Yes AWS region to audit, e.g. us-east-1Session Token No Only for temporary STS credentials -
Set the Schedule (default
0 */6 * * *— every 6 hours). - Toggle Enabled on and click Save.
Step 3: Validate¶
- Click Test Connection on the connector row to confirm the credentials.
- Click Run Now (requires
auditor:execute) to trigger an immediate audit. - After the run completes, open the Findings tab — Amazon Web Services findings appear with severity, evidence, framework mappings, and remediation guidance.
Troubleshooting¶
- Authentication failed — verify the access key pair and that the key is active.
- Access denied — confirm the
SecurityAuditmanaged policy (or equivalent read-only permissions) is attached. - Wrong region — the connector audits the configured region; add a connector per region if needed.
See also: Auditor · Audit Report