Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto update AWS nodes on new release #107

Open
jasny opened this issue Dec 1, 2021 · 0 comments
Open

Auto update AWS nodes on new release #107

jasny opened this issue Dec 1, 2021 · 0 comments

Comments

@jasny
Copy link
Member

jasny commented Dec 1, 2021

Allow nodes on AWS to automatically update when a new release is published.

Docker Hub to AWS SNS

  • Setup a webhook in Docker Hub
  • The webhook will trigger an AWS Lambda function (via API gateway?)
  • Lambda triggers an AWS SNS notification.
    • Anyone should be able to subscribe to the SNS topic.

CloudFormation

When deployed using our CloudFormation template, a node should automatically update. Only update if there is a new version of the tag specified in as cloudformation parameters.

Example: if the v1.6 tag is chosen, only update if the v1.6 tag is updated (eg with v1.6.5). Don't do anything when v1.7.0 is released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant