Skip to content

colemai/audit-aws-iam

Repository files navigation

audit IAM

This stack will monitor IAM and alert on things CloudCoreo developers think are violations of best practices

Description

This repo is designed to work with CloudCoreo. It will monitor IAM against best practices for you and send a report to the email address designated by the config.yaml AUDIT_AWS_IAM_ALERT_RECIPIENT value

Hierarchy

composite inheritance hierarchy

Required variables with no default

AUDIT_AWS_IAM_ALERT_RECIPIENT:

  • description: Enter the email address(es) that will receive notifications. If more than one, separate each with a comma.

Required variables with default

AUDIT_AWS_IAM_ALERT_LIST:

  • description: Which alerts would you like to check for? (Default is all IAM alerts)
  • default: iam-unusediamgroup, iam-inactive-key-no-rotation, iam-active-key-no-rotation, iam-passwordreuseprevention, iam-missing-password-policy, iam-expirepasswords, iam-no-mfa, iam-root-no-mfa, iam-root-active-key, iam-root-active-password, iam-user-attached-policies

AUDIT_AWS_IAM_ALLOW_EMPTY:

  • description: Would you like to receive empty reports? Options - true / false. Default is false.
  • default: false

AUDIT_AWS_IAM_SEND_ON:

  • description: Send reports always or only when there is a change? Options - always / change. Default is change.
  • default: change

AUDIT_AWS_IAM_REGIONS:

  • description: List of AWS regions to check. Default is us-east-1,us-west-1,us-west-2.
  • default: us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1

AUDIT_AWS_IAM_ROLLUP_REPORT:

  • description: Would you like to send a Summary ELB report? Options - notify / nothing. Default is no / nothing.
  • default: nothing

AUDIT_AWS_IAM_HTML_REPORT:

  • description: notify or nothing
  • default: notify

Optional variables with default

None

Optional variables with no default

None

Tags

  1. Audit
  2. Best Practices
  3. Alert
  4. IAM

Categories

  1. Audit

Diagram

diagram

Icon

icon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages