Skip to content

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.

Pre-requisite

  • Install Python
  • Install uv

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 aurora-postgresql:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/aurorapostgresql-release-calendar.html' AGD_RDS_EOL_OUTPUT='rds_eol.yaml' AGD_MSK_RELEASE_CALENDAR_URL='https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html' AGD_MSK_EOL_OUTPUT='msk_eol.yaml'

$ 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

4 stars

Watchers

10 watching

Forks

Releases

Packages

Used by

Contributors

Languages