You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: