Answer the question
In order to leave comments, you need to log in
How to combine two aws cli queries?
There is a queer:
aws rds describe-db-snapshots --query 'reverse(sort_by(DBSnapshots,&SnapshotCreateTime))'
aws rds describe-db-snapshots --query 'DBSnapshots[?starts_with(DBSnapshotIdentifier, `stage-`) == `true`].[DBSnapshotIdentifier]'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question