LoginSignup
1

More than 5 years have passed since last update.

.ebextensionsでAmazon LinuxにDeepSecurity Agentをインストールしてみた

Posted at

「サポート情報」→「インストールスクリプト」で表示されるコマンドを順番に実行するだけもとりあえずはインストール出来るもよう
これでいいのかな・・・?

もっといけてる方法がないかこれから模索します。

01-ds-agent-install.config(例)
commands:
    01-command:
      command: wget https://app.deepsecurity.trendmicro.com:443/software/agent/amzn1/x86_64/ -O /tmp/agent.rpm --quiet
    02-command:
      command: rpm -ihv /tmp/agent.rpm
    03-command:
      command: sleep 10
    04-command:
      command: /opt/ds_agent/dsa_control -r
    05-command:
      command: /opt/ds_agent/dsa_control -a dsm://agents.deepsecurity.trendmicro.com:443/ "tenantID:TENANT_ID" "tenantPassword:TENANT_PASSWORD"

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1