cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OneAgent Installation on ECS Fargate run-time Injection (Use case)

mdg_jay
Visitor

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

1 REPLY 1

radek_jasinski
DynaMight Guru
DynaMight Guru

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

Have a nice day!

Featured Posts