Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RDS version statuses to HOODAW #6749

Open
mikebell opened this issue Jan 28, 2025 · 1 comment
Open

Add RDS version statuses to HOODAW #6749

mikebell opened this issue Jan 28, 2025 · 1 comment
Labels
go Pull requests that update Go code hoodaw-component needs-refining

Comments

@mikebell
Copy link
Contributor

Background

We need a status page to show upcoming end of support RDS instances.

Data for Postgres https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html

AWS command for listing instances on a specific postgres version - aws rds describe-db-instances --query "DBInstances[?Engine=='postgres' && starts_with(EngineVersion, '13')].[DBInstanceIdentifier]" --output table

@timckt
Copy link
Contributor

timckt commented Jan 29, 2025

This one has the dependency with #6728 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code hoodaw-component needs-refining
Projects
Status: Todo
Development

No branches or pull requests

4 participants