Code Monkey home page Code Monkey logo

terraform-aws-iam-keys-check's Introduction

Deprecation notice

This module is no longer being upgraded or maintained. We recommend you use terraform-aws-iam-sleuth instead.

Creates an AWS Lambda function to check that IAM Access Keys are not older than 90 days on a scheduled interval using truss-aws-tools.

Creates the following resources:

  • IAM role for Lambda function to check age of IAM Access Keys.
  • CloudWatch Event to trigger function on a schedule.
  • AWS Lambda function to actually check age of IAM Access Keys and send alert to slack if any keys are older than 90 days.

Terraform Versions

Terraform 0.12: Pin module to ~> 2.0. Submit pull-requests to master branch.

Terraform 0.11: Pin module to ~> 1.0. Submit pull-requests to terraform011 branch.

Usage

module "iam-keys-check" {
  source  = "trussworks/iam-keys-check/aws"
  version = "2.0.0"

  interval_minutes  = "1440"
  s3_bucket         = "lambda-builds-us-west-2"
  version_to_deploy = "2.8"
  ssm_slack_webhook_url = "slack-webhook-url"
  slack_channel = "infra"

  tags = {
    Owner = "infra"
  }
}

Requirements

Name Version
terraform ~> 0.12.0
aws ~> 2.70

Providers

Name Version
aws ~> 2.70

Inputs

Name Description Type Default Required
cloudwatch_logs_retention_days Number of days to keep logs in AWS CloudWatch. string 90 no
doc_url URL for documentation on how to rotate keys. string "https://example.com" no
interval_minutes How often to check IAM Access Keys. string 1440 no
s3_bucket The name of the S3 bucket used to store the Lambda builds. string n/a yes
slack_channel Slack channel to send alert to string n/a yes
ssm_slack_webhook_url Name of the Slack webhook url parameter in Parameter Store. string n/a yes
tags Map of additional tags to apply to resources; 'Name' tag automatically applied. map(string) {} no
version_to_deploy The version the Lambda function to deploy. string n/a yes

Outputs

No output.

terraform-aws-iam-keys-check's People

Contributors

cblkwell avatar chrisgilmerproj avatar ralren avatar rpdelaney avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.