阿里云主机删除云盾和安骑士教程

默认情况下,新创建从阿里云 ECS 都会被安装阿里云盾和安骑士(最近好像升级为云监控了),主要用来监控服务器的运行情况,比如进程等。因为我使用了 Plesk 主机管理面板,自带了一些监控,所以用不到阿里云盾和安骑士。

在移除阿里云盾和安骑士前,先对主机进行快照备份,一般来说,移除不会有问题,不怕一万就怕玩意,阿里云的快照还是非常好用的。目前快照功能需要收费,这样备份一下,保存个几天,也用不了多少钱。

wget http://update.aegis.aliyun.com/download/uninstall.sh
chmod +x uninstall.sh
./uninstall.sh
wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh
chmod +x quartz_uninstall.sh
./quartz_uninstall.sh

执行上述的命令之后,差不多就完成删除任务了,但是我们在执行 ps -aux | grep aliyun 的时候,会发现还有一个 aliyundun 的残余进程,需要我们清除。

pkill aliyun-service
rm -rf /etc/init.d/agentwatch /usr/sbin/aliyun-service /usr/local/aegis*

这样运行完之后,阿里云盾就卸载完了。如果想再进一步阻止云盾的干扰,可以把云盾的 IP 列入黑名单中,可以加到 Plesk 自带的防火墙中,也可以加到阿里云的安全组策略中,IP信息如下:

140.205.201.0/28
140.205.201.16/29
140.205.201.32/28
140.205.225.192/29
140.205.225.200/30
140.205.225.184/29
140.205.225.183/32
140.205.225.206/32
140.205.225.205/32
140.205.225.195/32
140.205.225.204/32

扩展阅读:

阿里云云安全:https://security.aliyun.com/

云安全管理中心:https://yundun.console.aliyun.com/

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>