Skip to content

Signiant/es-service-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

es-service-updater

Build Status

Purpose

Lambda function to send notifications to a specified slack channel every monday at 9am if there is an update available for specified open search clusters in the region this is deployed to.

  • run ./deploy.sh {s3-bucket} {env} {region} {lambda-prefix} "SlackChannel={channelname} DomainName={elastic domain name} Region={region} SlackWebhookUrl={slackwebhookurl}"

Installing

The easiest deployment of this solution is using AWS SAM

  • export your AWS credentials (or use --profile option with sam commands)
  • update the samconfig.toml file
    • region - if other than us-east-1
    • parameter overrides
      • SlackChannel - slack Channel to send notifications to
      • SlackWebhookUrl - slack webhook url for the above channel
      • DomainNameList - comma separated list of OS domain names to monitor
      • EnvironmentIdentifier - optional environment identifier (e.g. prod/stage) - if not supplied, "default" will be used
  • deploy the lambda using SAM: ./utils/deploy.sh default

This will deploy/update the lambda.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •