You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
In order to simplify configuration management and infrastructure-as-code for users of the official AMI, there should be a machine-readable list of available AMIs per version and per region:
In order to simplify configuration management and infrastructure-as-code for users of the official AMI, there should be a machine-readable list of available AMIs per version and per region:
https://github.com/Graylog2/graylog2-images/blob/2.4/aws/README.md
I propose the following format:
{ "serial" : 1, "last_update" : "2018-01-19T23:42:00.000Z", "amis" : { "<version>" : { "<region-1>" : { "id" : "<ami-id>" }, "<region-2>" : { "id" : "<ami-id>" } }, "2.3.2-2" : { "eu-central-1" : { "id" : "ami-4b54ed24" } }, "2.4.0-1" : { "us-east-1" : { "id" : "ami-9f2663e5" } } } }