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.
Resoto'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 Resoto to collect your AWS cloud resources.
Directions​
Execute the following search in Resoto 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. Resoto automatically expands @utc@
to the current date and time. See help placeholders
for more information on placeholder strings.