$ sudo yum install -y amazon-efs-utils --verbose
Loading "extras_suggestions" plugin
Loading "langpacks" plugin
Loading "priorities" plugin
Loading "update-mood" plugin
Adding en_US to language list
Config time: 0.391
Yum version: 3.4.3
rpmdb time: 0.000
Setting up Package Sacks
amzn2-core
pkgsack time: 0.052
Obs Init time: 0.172
Package amazon-efs-utils-1.29.1-1.amzn2.noarch already installed and latest version
Nothing to do
Installation of amazon-efs-utils seems to be successful as shown above.
But when I try to run the tool, I get this error:
$ sudo amazon-efs-utils
sudo: amazon-efs-utils: command not found
Is it possible that the URL from where
amazon-efs-utilsgets downloaded is blocked and hence it did not really get downloaded?I ran
yumwith--verboseoption to see if it would print a trace of which URL it tries to download the tool from. But it did not! Any idea how I can find which URLamazon-efs-utilswould be downloaded from so that I can try whitelisting that URL on my server and try again?
I am using Amazon Linux2 EC2 btw.