Is there antivirus software recommended to install AWS Linux 2 system?

0

I'm using the following AWS services:: AMI 2 Linux EC2, Load Balancers, SecurityHub, Guard Duty, Lambda, RDS, S3, SES, Route53, CloudWatch, CloudTrail, CloudFront, SNS, VPC, ACL, WAF, IAM.

Sometimes, the packages we install and the application we set up, and their dependencies may have security and vulnerability issues. The security and vulnerability issues can either be in a file or the packages we install and can be injected through the websites. To overcome such a scenario we need it in our system.

Can anyone suggest to me any antivirus software available for AWS AMI 2 Linux EC2 instance? also, is there any documentation on how to install the AV on the AWS Linux 2 Linux system?

1回答
0

Hello,

ClamAV is a popular open source antivirus: http://www.clamav.net/

It can be installed on AL2 from an EPEL repository:

sudo amazon-linux-extras install epel
sudo yum install clamav freshclam clamav-update
AWS
回答済み 2年前

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

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

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

関連するコンテンツ