내용으로 건너뛰기

Can't install AWS ADS on arm instance

0

Can't install AWS ADS on arm instance and get this error: install: line 641: /opt/aws/discovery/aws-discovery-cmd: cannot execute binary file: Exec format error

2개 답변
3
수락된 답변

Usually that error message means Linux doesn't recognize the file as a shell script or as an executable file.

Typically the cause is running an executable on the wrong architecture - if you try to run x86 executables on an ARM CPU, this message comes up.

Looks like only x86 is supported

If the host that the agent is being installed on runs Linux, then verify that the host at least supports the Intel i686 CPU architecture (also known as the P6 micro architecture).

https://docs.aws.amazon.com/application-discovery/latest/userguide/gen-prep-agents.html

전문가
답변함 일 년 전
전문가
검토됨 일 년 전
전문가
검토됨 일 년 전
  • Instance type: t4g.micro AMI: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64

  • You’re trying to install a x86 application on an arm device. Looks like arm isn’t supported.

0

Can't install AWS ADS on Instance type: t4g.micro - AMI: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64 and get this error: install: line 641: /opt/aws/discovery/aws-discovery-cmd: cannot execute binary file: Exec format error.

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.