AWS Inspector agent install on EC2

0

Error while installing AWS Agent on EC2- error is cannot execute binary file

2개 답변
0

Is there an error message? What is the OS running on EC2?

AWS
답변함 2년 전
0

It looks like you're installing the Amazon Inspector Classic agent - please be aware there is a newer version of Amazon Inspector that can be used in many situations.

First - it seems you may be downloading the executable as root (using sudo), and for some reason the downloaded file is not executable. This will result in invalid permissions on the executable, and lead to the error you're seeing.

You may need to run sudo chmod +x <<FILENAME>> in order to make the file executable.

Please refer to this support article for detailed instructions on installing the Amazon Inspector Classic agent: https://aws.amazon.com/premiumsupport/knowledge-center/set-up-amazon-inspector/

If you were intending to use Amazon Inspector (the newer service), please review the Getting Started guide here: https://docs.aws.amazon.com/inspector/latest/user/getting_started_tutorial.html

AWS
Greg_H
답변함 2년 전

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

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

질문 답변하기에 대한 가이드라인

관련 콘텐츠