Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.
This repository was archived by the owner on May 13, 2024. It is now read-only.

Provide machine-readable list of AMIs #206

@joschi

Description

@joschi

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"
         }
      }
   }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions