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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ