Skip to content

hemslo/aws-generated-data

 
 

Repository files navigation

AWS Generated data

This repository holds data generated from AWS static HTML resources.

The output of these functions are structured files, easily consumable by automations.

Usage

$ export AGD_RDS_EOL_ENGINES="postgres:https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html mysql:https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html"
$ make ci-run

Plugins

AWS RDS

Parses the AWS RDS release calendar and outputs a YAML file with the following structure (rds_eol.yaml)

---
- engine: <RDS-engine-name>
  eol: <EOL-YEAR-MONTH-DAY>
  version: <RDS-engine-version>
...

Feel free to add items to the list manually, if you know of any EOL dates. Entries older than 1 year are automatically removed.

License

This project is licensed under the terms of the MIT license.

About

This repository holds data generated from AWS static HTML resources, possibly with some added logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.2%
  • Makefile 6.6%
  • Dockerfile 1.2%