This repository holds data generated from AWS static HTML resources.
The output of these functions are structured files, easily consumable by automations.
- Install Python
- Install uv
$ 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
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.
This project is licensed under the terms of the MIT license.