Skip to content

Binary release not found for Linux / amd64 #487

@antonykingupsun

Description

@antonykingupsun

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions