我正在尝试创建一个脚本,以从RDS恢复最新快照。
如果使用此查询,它将为我获取正确的快照标识符。
aws rds describe-db-snapshots --db-instance-identifier test --query="reverse(sort_by(DBSnapshots, &SnapshotCreateTime))[0]"
是否可以将此查询中的“ DBSnapshotIdentifier”添加到 “ aws rds restore-db-instance-from-db-snapshot” 命令可以在单个脚本中执行?