generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Following the installation instructions for Linux in the readme, I get a file ec2-instance-selector containing the string 'Not Found'. I would expect that to contain the binary executable. Building from the source works for me from the current main branch.
$ os=$(uname | tr 'A-Z' 'a-z')
$ echo $os
linux
$ arch=$(printf "%s" "$(uname -m | tr 'A-Z' 'a-z' | sed -E 's/x86_64|i[3-6]86/amd64/;s/aarch64|arm64/arm64/')")
$ echo $arch
amd64
$ curl -Lo ec2-instance-selector https://github.com/aws/amazon-ec2-instance-selector/releases/latest/download/ec2-instance-selector-$os-$arch
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 9 100 9 0 0 9 0 0:00:01 --:--:-- 0:00:01 0
$ cat ec2-instance-selector
Not Found
Pointing a web browser at that location gives a 404.
Is there an updated location for the binary?
Thanks,
A.
Metadata
Metadata
Assignees
Labels
No labels