Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

No package aws available when running install-vault script #79

Open
palmlines opened this issue Jul 31, 2018 · 2 comments
Open

No package aws available when running install-vault script #79

palmlines opened this issue Jul 31, 2018 · 2 comments

Comments

@palmlines
Copy link

palmlines commented Jul 31, 2018

Hi, I'm using CentOS 7 and the package name is awscli. If there's an actual package named aws then perhaps the documentation should be updated.

sudo yum install -y aws curl unzip jq

The user-data script was interrupted with the following error:

The binary 'aws' is required by this script but is not installed or in the system's PATH.
@brikis98
Copy link
Collaborator

So in the epel repos it's called aws-cli and not aws?

@palmlines
Copy link
Author

I'm sorry I included an extra dash in the package name(updated my comment). For CentOS 7 the package is included in the base repo. You can find it here. There's the same package name on Fedora also. I checked whether there is a package called aws under the epel repo:

sudo yum install aws
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.fra10.de.leaseweb.net
 * epel: mirror.23media.de
 * extras: mirror.netcologne.de
 * updates: mirror.checkdomain.de
No package aws available.
Error: Nothing to do

It's clear to me that the package name should be changed to awscli in that line.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants