How to Find Amazon Aurora PostgreSQL 11.x Databases
Amazon has announced that the end of support for Aurora PostgreSQL 11.x is January 31, 2024.
Fix Inventory's search makes it easy to find all Aurora PostgreSQL 11.x databases in your cloud accounts.
Prerequisites​
This guide assumes that you have already installed and configured Fix Inventory to collect your AWS resources.
Directions​
Execute the following search in Fix Inventory Shell to list all expired resources:
> search is(aws_rds_cluster) and db_type=aurora-postgresql and db_version~11
note
This search finds all resources that have an expires
property that is less than the current time. Fix Inventory automatically expands @utc@
to the current date and time. See help placeholders
for more information on placeholder strings.