<?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 Workflows AWS Connector Execution - Memory Limitations in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Workflows-AWS-Connector-Execution-Memory-Limitations/ta-p/281112</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;When leveraging&amp;nbsp;&lt;SPAN class="_rup8ap0-1-6-0 _pym1vh2-1-6-1" data-sourcepos="3:1-3:159"&gt;Dynatrace&lt;/SPAN&gt; Workflows to&amp;nbsp;automate your AWS infrastructure using AWS Connector, you can target a rich set of services, such as Amazon Web Services S3 (Simple Storage Service), AWS EC2 (Elastic Compute Cloud) or AWS SSM (Systems Manager).&amp;nbsp;&lt;/P&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;If you want to list resources of any kind, such as Buckets from Amazon Web Services S3, Instances from AWS EC2 or list documents from AWS SSM, you may encounter issues. This article will walk you through a memory limitation problem that might occur and explain how to resolve it.&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;When running an AWS Connector&amp;nbsp;Action with the goal to list resources, the execution might crash, causing the execution to abort with an error such as:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Error running action: Execution crashed - OOM - error ref 76e23678-80f5-4845-b82b-aed80dfeb53f&lt;/LI-CODE&gt;
&lt;P&gt;In the case of an execution crash when listing resources like in the error message shown above, it could be that&amp;nbsp;the queried result is not limited in size, resulting in an OOM (Out-Of-Memory) error. This is caused by the result size being larger than the memory limitations in the Dynatrace platform.&lt;/P&gt;
&lt;H1&gt;Resolution&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/H1&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt;Each AWS Connector Action used for listing resources offers a &lt;/SPAN&gt;&lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt;pagination token&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt; or &lt;/SPAN&gt;&lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt;maximum result&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt; field in their Action Widget that can be used for achieving this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true"&gt;The naming of these fields can vary per action depending on what Amazon Web Services defined in their official documentation, e.g. &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxItems&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxResults&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxBuckets&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxParts&lt;/SPAN&gt;&lt;/EM&gt; etc. for &lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;maximum result&lt;/STRONG&gt; or &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;NextToken&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;ContinuationToken&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;Marker&lt;/SPAN&gt;&lt;/EM&gt; etc. for the &lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;pagination token&lt;/STRONG&gt;. Please refer to the &lt;A href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/" target="_blank" rel="noopener" data-prosemirror-content-type="mark" data-prosemirror-mark-name="link"&gt;official documentation&lt;/A&gt; to find the corresponding field names for the action you are troubleshooting.&lt;/P&gt;
&lt;H3 data-prosemirror-content-type="node" data-prosemirror-node-name="heading" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;Example: EC2 Describe Instances Crashes with Out-Of-Memory Error&lt;/H3&gt;
&lt;P&gt;For example, executing the &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;ec2-describe-instances&lt;/SPAN&gt;&lt;/EM&gt; action with the goal to list all AWS EC2 (Elastic Compute Cloud) instances, it is possible limit the result by utilizing the &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxResults&lt;/SPAN&gt;&lt;/EM&gt; or &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;NextToken&lt;/SPAN&gt;&lt;/EM&gt; (also see &lt;A href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstancesCommandInput/" target="_blank" rel="noopener" data-prosemirror-content-type="mark" data-prosemirror-mark-name="link"&gt;the official documentation&lt;/A&gt;) fields:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image-20250514-142727.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28878i39BEE60C568BA8B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image-20250514-142727.png" alt="image-20250514-142727.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;Alternatively, it’s also possible to specify&lt;EM&gt;&amp;nbsp;I&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;nstanceIds&lt;/SPAN&gt;&lt;/EM&gt; or use &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;Filters&lt;/SPAN&gt;&lt;/EM&gt; to narrow down the results.&lt;/P&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 affected workflow&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;screenshot of the used Workflows Action and it's input&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;information about the execution result and any error messages shown&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, 09 Jul 2025 13:19:48 GMT</pubDate>
    <dc:creator>Daniel_Kaufmann</dc:creator>
    <dc:date>2025-07-09T13:19:48Z</dc:date>
    <item>
      <title>Workflows AWS Connector Execution - Memory Limitations</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Workflows-AWS-Connector-Execution-Memory-Limitations/ta-p/281112</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H1&gt;Summary&lt;/H1&gt;
&lt;P&gt;When leveraging&amp;nbsp;&lt;SPAN class="_rup8ap0-1-6-0 _pym1vh2-1-6-1" data-sourcepos="3:1-3:159"&gt;Dynatrace&lt;/SPAN&gt; Workflows to&amp;nbsp;automate your AWS infrastructure using AWS Connector, you can target a rich set of services, such as Amazon Web Services S3 (Simple Storage Service), AWS EC2 (Elastic Compute Cloud) or AWS SSM (Systems Manager).&amp;nbsp;&lt;/P&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;If you want to list resources of any kind, such as Buckets from Amazon Web Services S3, Instances from AWS EC2 or list documents from AWS SSM, you may encounter issues. This article will walk you through a memory limitation problem that might occur and explain how to resolve it.&lt;/P&gt;
&lt;H1&gt;Problem&lt;/H1&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;When running an AWS Connector&amp;nbsp;Action with the goal to list resources, the execution might crash, causing the execution to abort with an error such as:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Error running action: Execution crashed - OOM - error ref 76e23678-80f5-4845-b82b-aed80dfeb53f&lt;/LI-CODE&gt;
&lt;P&gt;In the case of an execution crash when listing resources like in the error message shown above, it could be that&amp;nbsp;the queried result is not limited in size, resulting in an OOM (Out-Of-Memory) error. This is caused by the result size being larger than the memory limitations in the Dynatrace platform.&lt;/P&gt;
&lt;H1&gt;Resolution&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/H1&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt;Each AWS Connector Action used for listing resources offers a &lt;/SPAN&gt;&lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt;pagination token&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt; or &lt;/SPAN&gt;&lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt;maximum result&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN data-mark-type="annotation" data-mark-annotation-type="inlineComment" data-id="07117981-fb91-44e1-8f99-5bf7a7f172a2" data-prosemirror-content-type="mark" data-prosemirror-mark-name="annotation"&gt; field in their Action Widget that can be used for achieving this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true"&gt;The naming of these fields can vary per action depending on what Amazon Web Services defined in their official documentation, e.g. &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxItems&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxResults&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxBuckets&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxParts&lt;/SPAN&gt;&lt;/EM&gt; etc. for &lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;maximum result&lt;/STRONG&gt; or &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;NextToken&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;ContinuationToken&lt;/SPAN&gt;&lt;/EM&gt;, &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;Marker&lt;/SPAN&gt;&lt;/EM&gt; etc. for the &lt;STRONG data-prosemirror-content-type="mark" data-prosemirror-mark-name="strong"&gt;pagination token&lt;/STRONG&gt;. Please refer to the &lt;A href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/" target="_blank" rel="noopener" data-prosemirror-content-type="mark" data-prosemirror-mark-name="link"&gt;official documentation&lt;/A&gt; to find the corresponding field names for the action you are troubleshooting.&lt;/P&gt;
&lt;H3 data-prosemirror-content-type="node" data-prosemirror-node-name="heading" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;Example: EC2 Describe Instances Crashes with Out-Of-Memory Error&lt;/H3&gt;
&lt;P&gt;For example, executing the &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;ec2-describe-instances&lt;/SPAN&gt;&lt;/EM&gt; action with the goal to list all AWS EC2 (Elastic Compute Cloud) instances, it is possible limit the result by utilizing the &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;MaxResults&lt;/SPAN&gt;&lt;/EM&gt; or &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;NextToken&lt;/SPAN&gt;&lt;/EM&gt; (also see &lt;A href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/DescribeInstancesCommandInput/" target="_blank" rel="noopener" data-prosemirror-content-type="mark" data-prosemirror-mark-name="link"&gt;the official documentation&lt;/A&gt;) fields:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image-20250514-142727.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28878i39BEE60C568BA8B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image-20250514-142727.png" alt="image-20250514-142727.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P data-prosemirror-content-type="node" data-prosemirror-node-name="paragraph" data-prosemirror-node-block="true" data-pm-slice="1 1 []"&gt;Alternatively, it’s also possible to specify&lt;EM&gt;&amp;nbsp;I&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;nstanceIds&lt;/SPAN&gt;&lt;/EM&gt; or use &lt;EM&gt;&lt;SPAN class="code" data-prosemirror-content-type="mark" data-prosemirror-mark-name="code"&gt;Filters&lt;/SPAN&gt;&lt;/EM&gt; to narrow down the results.&lt;/P&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 affected workflow&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;screenshot of the used Workflows Action and it's input&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="1"&gt;information about the execution result and any error messages shown&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, 09 Jul 2025 13:19:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Workflows-AWS-Connector-Execution-Memory-Limitations/ta-p/281112</guid>
      <dc:creator>Daniel_Kaufmann</dc:creator>
      <dc:date>2025-07-09T13:19:48Z</dc:date>
    </item>
  </channel>
</rss>

