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.
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
Featured Posts