<?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>article AWS Integration cannot have non-default services added to the monitoring configuration in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/AWS-Integration-cannot-have-non-default-services-added-to-the/ta-p/280101</link>
    <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P data-unlink="true"&gt;As part of the &lt;A href="https://docs.dynatrace.com/docs/shortlink/aws-monitoring-guide" target="_blank" rel="noopener"&gt;AWS Integration docs&lt;/A&gt;, especially for non-default AWS Services Monitoring, an EC2-based Environment ActiveGate capable of performing the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; Task over the AWS IAM Role&amp;nbsp;in the AWS Account wishing to be monitored is required.&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;The IAM Role associated with the ActiveGate is unable to perform the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; Task, leading to a lack of Metrics/Logs ingest for AWS Resources within the AWS Account.&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;P&gt;With an incorrect configuration applied, there will be logs similar to the following found within the &lt;A href="https://docs.dynatrace.com/docs/shortlink/activegate-diagnostics#collect-and-review-locally" target="_blank" rel="noopener"&gt;ActiveGate's SupportArchive&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;\log\dynatracegateway.0.0.log&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;com.amazonaws.services.securitytoken.model.AWSSecurityTokenServiceException: User: arn‌‌sts::{AG-AWS-Account-Number}:assumed-role/{AG-Role-Name}/{AG-Instance-ID} is not authorized to perform: sts:AssumeRole on resource: arn‌‌iam::{Target-AWS-Account-Number}:role/{Target-Role-Name}(Service: AWSSecurityTokenService; Status Code: 403; Error Code: AccessDenied; Request ID: XXXX; Proxy: null)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleErrorResponse(AmazonHttpClient.java:1879)&lt;/LI-CODE&gt;
&lt;P&gt;Within the Dynatrace UI &amp;gt; Settings Classic &amp;gt; Cloud &amp;gt; AWS, there will be a warning stating that the given integration is "Running on Dynatrace provided infrastructure".&lt;/P&gt;
&lt;P&gt;The AWS Integration cannot have &lt;A href="https://docs.dynatrace.com/docs/shortlink/aws-cloud-services-hub#aws-non-default" target="_blank" rel="noopener"&gt;non-default AWS Services&lt;/A&gt; added to the integration for monitoring.&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Resolution&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure the ActiveGate being used for the integration is deployed as an EC2 instance, and has the &lt;FONT face="courier new,courier"&gt;aws_monitoring_enabled&lt;/FONT&gt; set to &lt;FONT face="courier new,courier"&gt;true&lt;/FONT&gt; within the &lt;FONT face="courier new,courier"&gt;custom.properties&lt;/FONT&gt; file:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/sgw-configure#aws-monitoring" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/sgw-configure#aws-monitoring&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Confirm the Target AWS Account has the proper IAM Role deployed - &lt;A href="https://github.com/dynatrace-oss/cloud-snippets/blob/main/aws/role-based-access/role_based_access_monitored_account_template.yml" target="_blank" rel="noopener"&gt;dynatrace-monitoring-role&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;Redeploy the linked CloudFormation Template as-needed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Confirm the IAM Policy attached to the ActiveGate matches the &lt;A href="https://github.com/dynatrace-oss/cloud-snippets/blob/main/aws/role-based-access/role_based_access_AG_account_template.yml" target="_blank" rel="noopener"&gt;dynatrace-activegate-role&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;From the ActiveGate's CLI&amp;nbsp;
&lt;PRE&gt;&lt;FONT face="courier new,courier"&gt;curl http://169.254.169.254/latest/meta-data/iam/info&lt;/FONT&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Redeploy the linked CloudFormation Template as-needed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Test the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; task from the ActiveGate's CLI
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;aws sts assume-role --role-arn &amp;lt;ARN_of_monitoring_role&amp;gt; --role-session-name TestSession --external-id &amp;lt;external_id&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;The external_id can be found within the AWS Integration's config within the Dynatrace Settings.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Confirm there is no &lt;A href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html" target="_blank" rel="noopener"&gt;AWS Service Control Policy&lt;/A&gt; configured which could be blocking the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; task, especially if the ActiveGate is deployed in a different AWS Account + ORG than the Target AWS Account.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;P&gt;If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:&lt;/P&gt;
&lt;DIV class="p-client_container"&gt;
&lt;DIV class="p-ia4_client_container"&gt;
&lt;DIV class="p-ia4_client p-ia4_client--with-search-in-top-nav p-ia4_client--workspace-switcher-rail-visibletest p-ia4_client--sidebar-wide p-ia4_client--narrow-feature-on"&gt;
&lt;DIV class="p-client_workspace_wrapper" role="tabpanel" aria-label="Dynatrace"&gt;
&lt;DIV class="p-client_workspace" role="tabpanel" aria-label="DMs"&gt;
&lt;DIV class="p-client_workspace__layout"&gt;
&lt;DIV class="active-managed-focus-container" role="none"&gt;
&lt;DIV class="p-view_contents p-view_contents--primary" tabindex="-1" role="dialog" aria-label="Conversation with Anton Konikov"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="channel_tab_panel__zJ5Bt c-tabs__tab_panel c-tabs__tab_panel--active c-tabs__tab_panel--full_height" role="none" data-qa="tabs_content_container"&gt;
&lt;DIV class="p-file_drag_drop__container"&gt;
&lt;DIV class="p-workspace__primary_view_body"&gt;
&lt;DIV class="p-message_pane p-message_pane--classic-nav p-message_pane--scrollbar-float-adjustment p-message_pane--with-bookmarks-bar" data-qa="message_pane"&gt;
&lt;DIV role="presentation"&gt;
&lt;DIV class="c-virtual_list c-virtual_list--scrollbar c-message_list c-message_list--floating c-message_list--dark c-scrollbar c-scrollbar--fade" role="presentation"&gt;
&lt;DIV class="c-scrollbar__hider" role="presentation" data-qa="slack_kit_scrollbar"&gt;
&lt;DIV class="c-scrollbar__child" role="presentation"&gt;
&lt;DIV class="c-virtual_list__scroll_container" tabindex="-1" role="list" data-qa="slack_kit_list" aria-label="Anton Konikov (direct message, active)"&gt;
&lt;DIV id="1734101723.604509" class="c-virtual_list__item" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734101723.604509"&gt;
&lt;DIV class="c-message_kit__background p-message_pane_message__message c-message_kit__message p-message_pane_message__message--last" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="1" data-border-radius-top-cap="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Link to the ActiveGate being used for the integration&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;An ActiveGate SupportArchive&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;The ActiveGate's IAM Role in JSON Format&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;The Target AWS Account's IAM Role in JSON Format&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;What non-default Services we are trying to add&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Jun 2025 16:26:40 GMT</pubDate>
    <dc:creator>bsnurka</dc:creator>
    <dc:date>2025-06-25T16:26:40Z</dc:date>
    <item>
      <title>AWS Integration cannot have non-default services added to the monitoring configuration</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/AWS-Integration-cannot-have-non-default-services-added-to-the/ta-p/280101</link>
      <description>&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="2"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P data-unlink="true"&gt;As part of the &lt;A href="https://docs.dynatrace.com/docs/shortlink/aws-monitoring-guide" target="_blank" rel="noopener"&gt;AWS Integration docs&lt;/A&gt;, especially for non-default AWS Services Monitoring, an EC2-based Environment ActiveGate capable of performing the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; Task over the AWS IAM Role&amp;nbsp;in the AWS Account wishing to be monitored is required.&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P&gt;&amp;nbsp;The IAM Role associated with the ActiveGate is unable to perform the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; Task, leading to a lack of Metrics/Logs ingest for AWS Resources within the AWS Account.&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Troubleshooting steps&lt;/H1&gt;
&lt;P&gt;With an incorrect configuration applied, there will be logs similar to the following found within the &lt;A href="https://docs.dynatrace.com/docs/shortlink/activegate-diagnostics#collect-and-review-locally" target="_blank" rel="noopener"&gt;ActiveGate's SupportArchive&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;\log\dynatracegateway.0.0.log&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;com.amazonaws.services.securitytoken.model.AWSSecurityTokenServiceException: User: arn‌‌sts::{AG-AWS-Account-Number}:assumed-role/{AG-Role-Name}/{AG-Instance-ID} is not authorized to perform: sts:AssumeRole on resource: arn‌‌iam::{Target-AWS-Account-Number}:role/{Target-Role-Name}(Service: AWSSecurityTokenService; Status Code: 403; Error Code: AccessDenied; Request ID: XXXX; Proxy: null)
	at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleErrorResponse(AmazonHttpClient.java:1879)&lt;/LI-CODE&gt;
&lt;P&gt;Within the Dynatrace UI &amp;gt; Settings Classic &amp;gt; Cloud &amp;gt; AWS, there will be a warning stating that the given integration is "Running on Dynatrace provided infrastructure".&lt;/P&gt;
&lt;P&gt;The AWS Integration cannot have &lt;A href="https://docs.dynatrace.com/docs/shortlink/aws-cloud-services-hub#aws-non-default" target="_blank" rel="noopener"&gt;non-default AWS Services&lt;/A&gt; added to the integration for monitoring.&lt;/P&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;Resolution&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/H1&gt;
&lt;OL&gt;
&lt;LI&gt;Ensure the ActiveGate being used for the integration is deployed as an EC2 instance, and has the &lt;FONT face="courier new,courier"&gt;aws_monitoring_enabled&lt;/FONT&gt; set to &lt;FONT face="courier new,courier"&gt;true&lt;/FONT&gt; within the &lt;FONT face="courier new,courier"&gt;custom.properties&lt;/FONT&gt; file:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/shortlink/sgw-configure#aws-monitoring" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/sgw-configure#aws-monitoring&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Confirm the Target AWS Account has the proper IAM Role deployed - &lt;A href="https://github.com/dynatrace-oss/cloud-snippets/blob/main/aws/role-based-access/role_based_access_monitored_account_template.yml" target="_blank" rel="noopener"&gt;dynatrace-monitoring-role&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;Redeploy the linked CloudFormation Template as-needed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Confirm the IAM Policy attached to the ActiveGate matches the &lt;A href="https://github.com/dynatrace-oss/cloud-snippets/blob/main/aws/role-based-access/role_based_access_AG_account_template.yml" target="_blank" rel="noopener"&gt;dynatrace-activegate-role&lt;/A&gt;
&lt;OL&gt;
&lt;LI&gt;From the ActiveGate's CLI&amp;nbsp;
&lt;PRE&gt;&lt;FONT face="courier new,courier"&gt;curl http://169.254.169.254/latest/meta-data/iam/info&lt;/FONT&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Redeploy the linked CloudFormation Template as-needed.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Test the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; task from the ActiveGate's CLI
&lt;OL&gt;
&lt;LI&gt;
&lt;PRE&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;aws sts assume-role --role-arn &amp;lt;ARN_of_monitoring_role&amp;gt; --role-session-name TestSession --external-id &amp;lt;external_id&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;The external_id can be found within the AWS Integration's config within the Dynatrace Settings.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Confirm there is no &lt;A href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps.html" target="_blank" rel="noopener"&gt;AWS Service Control Policy&lt;/A&gt; configured which could be blocking the &lt;FONT face="courier new,courier"&gt;sts:AssumeRole&lt;/FONT&gt; task, especially if the ActiveGate is deployed in a different AWS Account + ORG than the Target AWS Account.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H1&gt;&amp;nbsp;&lt;/H1&gt;
&lt;H1&gt;What's next&lt;/H1&gt;
&lt;P&gt;If this article did not help, please open a support ticket, mention that this article was used and provide the following in the ticket:&lt;/P&gt;
&lt;DIV class="p-client_container"&gt;
&lt;DIV class="p-ia4_client_container"&gt;
&lt;DIV class="p-ia4_client p-ia4_client--with-search-in-top-nav p-ia4_client--workspace-switcher-rail-visibletest p-ia4_client--sidebar-wide p-ia4_client--narrow-feature-on"&gt;
&lt;DIV class="p-client_workspace_wrapper" role="tabpanel" aria-label="Dynatrace"&gt;
&lt;DIV class="p-client_workspace" role="tabpanel" aria-label="DMs"&gt;
&lt;DIV class="p-client_workspace__layout"&gt;
&lt;DIV class="active-managed-focus-container" role="none"&gt;
&lt;DIV class="p-view_contents p-view_contents--primary" tabindex="-1" role="dialog" aria-label="Conversation with Anton Konikov"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="tabbed_channel__Abx5r"&gt;
&lt;DIV class="channel_tab_panel__zJ5Bt c-tabs__tab_panel c-tabs__tab_panel--active c-tabs__tab_panel--full_height" role="none" data-qa="tabs_content_container"&gt;
&lt;DIV class="p-file_drag_drop__container"&gt;
&lt;DIV class="p-workspace__primary_view_body"&gt;
&lt;DIV class="p-message_pane p-message_pane--classic-nav p-message_pane--scrollbar-float-adjustment p-message_pane--with-bookmarks-bar" data-qa="message_pane"&gt;
&lt;DIV role="presentation"&gt;
&lt;DIV class="c-virtual_list c-virtual_list--scrollbar c-message_list c-message_list--floating c-message_list--dark c-scrollbar c-scrollbar--fade" role="presentation"&gt;
&lt;DIV class="c-scrollbar__hider" role="presentation" data-qa="slack_kit_scrollbar"&gt;
&lt;DIV class="c-scrollbar__child" role="presentation"&gt;
&lt;DIV class="c-virtual_list__scroll_container" tabindex="-1" role="list" data-qa="slack_kit_list" aria-label="Anton Konikov (direct message, active)"&gt;
&lt;DIV id="1734101723.604509" class="c-virtual_list__item" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734101723.604509"&gt;
&lt;DIV class="c-message_kit__background p-message_pane_message__message c-message_kit__message p-message_pane_message__message--last" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;UL class="p-rich_text_list p-rich_text_list__bullet p-rich_text_list--nested" data-stringify-type="unordered-list" data-list-tree="true" data-indent="0" data-border="1" data-border-radius-top-cap="0"&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;Link to the ActiveGate being used for the integration&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;An ActiveGate SupportArchive&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;The ActiveGate's IAM Role in JSON Format&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;The Target AWS Account's IAM Role in JSON Format&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;What non-default Services we are trying to add&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jun 2025 16:26:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/AWS-Integration-cannot-have-non-default-services-added-to-the/ta-p/280101</guid>
      <dc:creator>bsnurka</dc:creator>
      <dc:date>2025-06-25T16:26:40Z</dc:date>
    </item>
  </channel>
</rss>

