13 Sep 2023 12:41 PM - last edited on 12 Oct 2023 12:51 PM by MaciejNeumann
Hi,
Our setup for OneAgent Installation on ECS Fargate container uses run-time Injection with the below command:
ARCHIVE=$(mktemp) && wget --no-check-certificate -O $ARCHIVE \"$DT_API_URL/v1/deployment/installer/agent/unix/paas/latest?Api-Token=$DT_PAAS_TOKEN&$DT_ONEAGENT_OPTIONS\" && unzip -o -d /opt/dynatrace/oneagent $ARCHIVE && rm -f $ARCHIVE"
Does this type of OA installation require installer command to be run in the ECS task definition?
Regards
Solved! Go to Solution.
13 Sep 2023 01:27 PM
If you have followed to this configuration, you don't need to do anything else in runtime mode:
https://www.dynatrace.com/support/help/shortlink/aws-fargate#runtime