skip to Main Content

Amazon web services – How can I get the names of manual snapshots older than 30 days from RDS DB Instances using AWS CLI

I have a working command to fetch manual snapshots info. How can I use the query option to filter out only snapshots older than 30 days? aws rds describe-db-cluster-snapshots --query "DBClusterSnapshots[*].[DBClusterSnapshotIdentifier, DBClusterIdentifier, SnapshotCreateTime, Status, Engine]" --output table Thanks very much

VIEW QUESTION

Amazon web services – aws rds version

Is it possible to get aws rds version? I know for Aws rds Aurora version select aurora_version(); aurora_version ---------------- 16.3.0 (1 row) select version(); version ------------------------------------------------------------------------------------------------------------- PostgreSQL 16.3 on aarch64-unknown-linux-gnu, compiled by aarch64-unknown-linux-gnu-gcc (GCC) 9.5.0, 64-bit (1 row) SHOW server_version…

VIEW QUESTION
Back To Top
Search