<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AWS Fargate Runtime Injection ARM in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/AWS-Fargate-Runtime-Injection-ARM/m-p/270059#M35720</link>
    <description>&lt;P&gt;Attaching this documentation from Dynatrace in case it could help.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/deployment/other/pod-runtime" target="_blank"&gt;Application observability with pod runtime injection — Dynatrace Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KeeganNelson_0-1739472282395.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26411i3AFB869B42BDBFEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KeeganNelson_0-1739472282395.png" alt="KeeganNelson_0-1739472282395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 18:44:52 GMT</pubDate>
    <dc:creator>KeeganNelson</dc:creator>
    <dc:date>2025-02-13T18:44:52Z</dc:date>
    <item>
      <title>AWS Fargate Runtime Injection ARM</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/AWS-Fargate-Runtime-Injection-ARM/m-p/269911#M35702</link>
      <description>&lt;P&gt;We are running our Production Workload on Fargate with x86 and Runtime Injection of Paas Agent&lt;/P&gt;&lt;P&gt;Now we want to cut our Bill and switch to ARM, but it seems not to be possible with Dynatrace&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt; const dynatrace = taskDefinition.addContainer('oneagent-container', {
                image: ContainerImage.fromRegistry('public.ecr.aws/docker/library/alpine:3'),
                memoryReservationMiB: 128,
                essential: false,
       
                 secrets: {
                     DT_API_URL: Secret.fromSsmParameter(props.dynatrace.baseUrl),
                     DT_PAAS_TOKEN: Secret.fromSsmParameter(props.dynatrace.paasToken),
                 },
                environment: {
                    DT_ONEAGENT_OPTIONS: 'flavor=default&amp;amp;include=all',
                },
                entryPoint: ['/bin/sh', '-c'],
                command: [
                    `ARCHIVE=$(mktemp) &amp;amp;&amp;amp; wget -O $ARCHIVE "$DT_API_URL/v1/deployment/installer/agent/unix/paas/latest?Api-Token=$DT_PAAS_TOKEN&amp;amp;$DT_ONEAGENT_OPTIONS" &amp;amp;&amp;amp; unzip -o -d /opt/dynatrace/oneagent $ARCHIVE &amp;amp;&amp;amp; rm -f $ARCHIVE`
                ],
            });&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Feb 2025 15:20:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/AWS-Fargate-Runtime-Injection-ARM/m-p/269911#M35702</guid>
      <dc:creator>ds-manzinger</dc:creator>
      <dc:date>2025-02-12T15:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Fargate Runtime Injection ARM</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/AWS-Fargate-Runtime-Injection-ARM/m-p/270059#M35720</link>
      <description>&lt;P&gt;Attaching this documentation from Dynatrace in case it could help.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/deployment/other/pod-runtime" target="_blank"&gt;Application observability with pod runtime injection — Dynatrace Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KeeganNelson_0-1739472282395.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/26411i3AFB869B42BDBFEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KeeganNelson_0-1739472282395.png" alt="KeeganNelson_0-1739472282395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 18:44:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/AWS-Fargate-Runtime-Injection-ARM/m-p/270059#M35720</guid>
      <dc:creator>KeeganNelson</dc:creator>
      <dc:date>2025-02-13T18:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Fargate Runtime Injection ARM</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/AWS-Fargate-Runtime-Injection-ARM/m-p/270139#M35726</link>
      <description>&lt;P&gt;Thank you, looks like the arch parameter will solve my problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Was able to test it on staging and it works&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Didn't look at Kubernetes Documentation&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 19:33:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/AWS-Fargate-Runtime-Injection-ARM/m-p/270139#M35726</guid>
      <dc:creator>ds-manzinger</dc:creator>
      <dc:date>2025-02-15T19:33:56Z</dc:date>
    </item>
  </channel>
</rss>

