buildkite/elastic-stack-updater

Name: elastic-stack-updater

Owner: Buildkite

Description: Automatically update an elastic stack

Created: 2017-06-16 05:24:40.0

Updated: 2018-05-25 00:27:18.0

Pushed: 2018-05-25 00:27:17.0

Homepage:

Size: 52

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Elastic Stack Updater

Updates our internal elastic stacks on a regular schedule. Since updating the stack requires admin IAM permissions, a lambda function is used.

To trigger the lambda function the following policy is required:


"Version": "2012-10-17",
"Statement": [
    {
        "Sid": "InvokePermission",
        "Effect": "Allow",
        "Action": [
            "lambda:InvokeFunction"
        ],
        "Resource": "arn:aws:lambda:us-east-1:445615400570:function:updateElasticStack"
    }
]


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.