<?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 AWS Integration in Cloud platforms</title>
    <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258799#M1800</link>
    <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;We have two different AWS account one is 'A' and another one is 'B' , As we know for AWS integration with Dynatrace&lt;/P&gt;
&lt;P&gt;we have to deploy ActiveGate on same&amp;nbsp; AWS account, Now my question is if I deploy ActiveGate on A ( AWS Account) then can I use same ActiveGate to integrate with B (AWS account).&lt;/P&gt;
&lt;P&gt;Kindly let me know this approach is feasible&amp;nbsp; or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regard&lt;/P&gt;
&lt;P&gt;Prithvi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2024 08:52:03 GMT</pubDate>
    <dc:creator>Prithvi_Mandal</dc:creator>
    <dc:date>2024-10-15T08:52:03Z</dc:date>
    <item>
      <title>AWS Integration</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258799#M1800</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;We have two different AWS account one is 'A' and another one is 'B' , As we know for AWS integration with Dynatrace&lt;/P&gt;
&lt;P&gt;we have to deploy ActiveGate on same&amp;nbsp; AWS account, Now my question is if I deploy ActiveGate on A ( AWS Account) then can I use same ActiveGate to integrate with B (AWS account).&lt;/P&gt;
&lt;P&gt;Kindly let me know this approach is feasible&amp;nbsp; or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regard&lt;/P&gt;
&lt;P&gt;Prithvi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 08:52:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258799#M1800</guid>
      <dc:creator>Prithvi_Mandal</dc:creator>
      <dc:date>2024-10-15T08:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Integration</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258803#M1803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78382"&gt;@Prithvi_Mandal&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Yes, you can definitely use an ActiveGate deployed on the A account to monitor the B account.&amp;nbsp;&lt;BR /&gt;Please remember that you need a DynatraceMonitoringRole in the B account with the A account in the Trust Relationships.&amp;nbsp;&lt;BR /&gt;So, in the A account&amp;nbsp;&lt;SPAN&gt;Dynatrace_ActiveGate_role's permissions should look like that:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;   &lt;SPAN&gt;"Version"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"2012-10-17"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;"Statement"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;[&lt;BR /&gt;      {&lt;BR /&gt;         &lt;SPAN&gt;"Action"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;[&lt;BR /&gt;            &lt;SPAN&gt;"sts:AssumeRole"&lt;BR /&gt;&lt;/SPAN&gt;         ]&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;         &lt;SPAN&gt;"Resource"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;[&lt;BR /&gt;            &lt;SPAN&gt;"arn&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F9676CCDE08B8746467ACFFDC4C9827E/images/emoticons/aws.png" alt=":aws:" title=":aws:" /&gt;iam::&amp;lt;accountA&amp;gt;:role/Dynatrace_monitoring_role"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;            &lt;SPAN&gt;"arn&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F9676CCDE08B8746467ACFFDC4C9827E/images/emoticons/aws.png" alt=":aws:" title=":aws:" /&gt;iam::&amp;lt;accountB&amp;gt;:role/Dynatrace_monitoring_role"&lt;BR /&gt;&lt;/SPAN&gt;         ]&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;         &lt;SPAN&gt;"Effect"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Allow"&lt;BR /&gt;&lt;/SPAN&gt;      }&lt;BR /&gt;   ]&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;And in the B account&amp;nbsp;DynatraceMonitoringRole's&amp;nbsp;Trust Relationships should look like:&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;   &lt;SPAN&gt;"Version"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"2012-10-17"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;   &lt;SPAN&gt;"Statement"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;[&lt;BR /&gt;      {&lt;BR /&gt;         &lt;SPAN&gt;"Effect"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Allow"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;         &lt;SPAN&gt;"Principal"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;{&lt;BR /&gt;            &lt;SPAN&gt;"AWS"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;[&lt;BR /&gt;               &lt;SPAN&gt;"arn&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F9676CCDE08B8746467ACFFDC4C9827E/images/emoticons/aws.png" alt=":aws:" title=":aws:" /&gt;iam::&amp;lt;accountA&amp;gt;:role/Dynatrace_ActiveGate"&lt;BR /&gt;&lt;/SPAN&gt;            ]&lt;BR /&gt;         }&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;         &lt;SPAN&gt;"Action"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"sts:AssumeRole"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;         &lt;SPAN&gt;"Condition"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;{&lt;BR /&gt;            &lt;SPAN&gt;"StringEquals"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;{&lt;BR /&gt;               &lt;SPAN&gt;"sts:ExternalId"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"&amp;lt;ExternalId&amp;gt;"&lt;BR /&gt;&lt;/SPAN&gt;            }&lt;BR /&gt;         }&lt;BR /&gt;      }&lt;BR /&gt;   ]&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Oct 2024 10:23:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258803#M1803</guid>
      <dc:creator>dawid_kaszubski</dc:creator>
      <dc:date>2024-10-10T10:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Integration</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258805#M1805</link>
      <description>&lt;P&gt;thanks you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/25915"&gt;@dawid_kaszubski&lt;/a&gt;&amp;nbsp; for your suggestion.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 10:25:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258805#M1805</guid>
      <dc:creator>Prithvi_Mandal</dc:creator>
      <dc:date>2024-10-10T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Integration</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258806#M1806</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78382"&gt;@Prithvi_Mandal&lt;/a&gt;&amp;nbsp;Here is some documentation you can refer to , look under "Deployment with existing ActiveGate"&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/aws-monitoring-guide#aws-policy-and-authentication" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/aws-monitoring-guide#aws-policy-and-authentication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 10:26:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/258806#M1806</guid>
      <dc:creator>p_devulapalli</dc:creator>
      <dc:date>2024-10-10T10:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Integration</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/263466#M1840</link>
      <description>&lt;P&gt;Hii&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/25915"&gt;@dawid_kaszubski&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Some confusion that , activegate deployed on A account already in use to monitored other AWS account (ie C account. but I want to use same activegate to monitored B account.&lt;/P&gt;&lt;P&gt;Please find attached template , Is there any need to change this template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Nov 2024 21:33:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/263466#M1840</guid>
      <dc:creator>Prithvi_Mandal</dc:creator>
      <dc:date>2024-11-24T21:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Integration</title>
      <link>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/263729#M1842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/78382"&gt;@Prithvi_Mandal&lt;/a&gt;&amp;nbsp;, the CloudFormation template you attached is tailored to use only one `&lt;SPAN&gt;DynatraceMonitoringRole`.&amp;nbsp; It's defined in line :49.&lt;BR /&gt;`- !Sub 'arn&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F9676CCDE08B8746467ACFFDC4C9827E/images/emoticons/aws.png" alt=":aws:" title=":aws:" /&gt;iam::${MonitoredAccountID}:role/${MonitoringRoleName}'&lt;BR /&gt;I've attached an example template for two accounts. If you want to monitor more accounts, you can configure it in the same manner.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 17:29:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Cloud-platforms/AWS-Integration/m-p/263729#M1842</guid>
      <dc:creator>dawid_kaszubski</dc:creator>
      <dc:date>2024-11-26T17:29:32Z</dc:date>
    </item>
  </channel>
</rss>

