Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
aws rds describe-db-snapshots --query 'reverse(sort_by(DBSnapshots,&SnapshotCreateTime))'
aws rds describe-db-snapshots --query 'DBSnapshots[?starts_with(DBSnapshotIdentifier, `stage-`) == `true`].[DBSnapshotIdentifier]'
aws rds describe-db-snapshots --query 'reverse(sort_by(DBSnapshots,&SnapshotCreateTime))|[?starts_with(DBSnapshotIdentifier, `stage-`) == `true`]|[:1].DBSnapshotIdentifier' --output text