/usr/bin/elb-describe-lb-policies is in elbcli 1.0.17.0-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_ELB_HOME:-/usr/share/elbcli}
[ -x "${ld}/bin/service" ] && service="${ld}/bin/service" ||
service="${ld}/service"
exec "$service" elb-describe-lb-policies "$@"
|