「サポート情報」→「インストールスクリプト」で表示されるコマンドを順番に実行するだけもとりあえずはインストール出来るもよう
これでいいのかな・・・?
もっといけてる方法がないかこれから模索します。
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"