/usr/bin/rds-version is in rdscli 1.4.007-0ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #!/bin/sh
ld=${AWS_RDS_HOME:-/usr/share/rdscli}
[ -x "${ld}/bin/service" ] && service="${ld}/bin/service" ||
service="${ld}/service"
exec "$service" version "$@"
|