Sample Header Ad - 728x90

Successfully installed amazon-efs-utils but cannot find it

1 vote
2 answers
4818 views
`
$ 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
` 1. Is it possible that the URL from where amazon-efs-utils gets downloaded is blocked and hence it did not really get downloaded? 2. I ran yum with --verbose option 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 URL amazon-efs-utils would be downloaded from so that I can try whitelisting that URL on my server and try again? I am using Amazon Linux2 EC2 btw.
Asked by Biju (111 rep)
Mar 10, 2021, 03:06 AM
Last activity: Apr 12, 2025, 07:01 AM