<?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: Limitations When Using Instance Profiles to Connect to Kinesis in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/105428#M42118</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/90996"&gt;@Takuya-Omi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Looks like this is a workaround:&amp;nbsp;&lt;A href="https://community.databricks.com/t5/data-engineering/dlt-can-t-authenticate-with-kinesis-using-instance-profile/m-p/68570#M33702" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/dlt-can-t-authenticate-with-kinesis-using-instance-profile/m-p/68570#M33702&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2025 14:19:59 GMT</pubDate>
    <dc:creator>Alberto_Umana</dc:creator>
    <dc:date>2025-01-13T14:19:59Z</dc:date>
    <item>
      <title>Limitations When Using Instance Profiles to Connect to Kinesis</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/105426#M42117</link>
      <description>&lt;P&gt;I encountered an issue where I couldn’t successfully connect to Kinesis Data Streams using instance profile authentication while working with Delta Live Tables (DLT) in a Unity Catalog (UC)-enabled environment.&lt;/P&gt;&lt;P&gt;According to the documentation, instance profiles are not supported in shared access mode. On the other hand, UC-enabled pipelines must run in shared access mode.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/connect/streaming/kinesis.html#authenticate-with-amazon-kinesis" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/connect/streaming/kinesis.html#authenticate-with-amazon-kinesis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/delta-live-tables/unity-catalog.html#requirements" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/delta-live-tables/unity-catalog.html#requirements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If alternative authentication methods are not an option (e.g., due to organizational security policies prohibiting the issuance of AWS access keys), my understanding is that UC-enabled DLT cannot be used in this scenario.&lt;/P&gt;&lt;P&gt;In contrast, I have confirmed that using Hive Metastore allows a successful connection to Kinesis with instance profile authentication.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I’m sharing this because it’s a recent issue that I found a bit challenging.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;If anyone has ideas or workarounds for this limitation, please share them here.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 14:16:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/105426#M42117</guid>
      <dc:creator>Takuya-Omi</dc:creator>
      <dc:date>2025-01-13T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations When Using Instance Profiles to Connect to Kinesis</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/105428#M42118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/90996"&gt;@Takuya-Omi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Looks like this is a workaround:&amp;nbsp;&lt;A href="https://community.databricks.com/t5/data-engineering/dlt-can-t-authenticate-with-kinesis-using-instance-profile/m-p/68570#M33702" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/dlt-can-t-authenticate-with-kinesis-using-instance-profile/m-p/68570#M33702&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 14:19:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/105428#M42118</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-01-13T14:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations When Using Instance Profiles to Connect to Kinesis</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/105439#M42127</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for sharing. However, I have already followed the steps mentioned in the article, and I’m still unable to establish a connection.&lt;/P&gt;&lt;P&gt;When using AWS access keys, the connection is successful, which confirms that there are no issues with access to Kinesis or the network configuration.&lt;BR /&gt;Additionally, the connection works with DLT pipelines that are not UC-enabled, so it seems unlikely that there are any errors in the IAM roles or policies configured for the instance profile.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 15:43:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/105439#M42127</guid>
      <dc:creator>Takuya-Omi</dc:creator>
      <dc:date>2025-01-13T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations When Using Instance Profiles to Connect to Kinesis</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/117624#M45535</link>
      <description>&lt;P&gt;I'm in the same boat - tried every workaround possible, nothing works for me. Databricks is pushing Unity Catalog hard so i find it unsettling that there is no solution for this issue other than reverting back to using hive metastore.&lt;/P&gt;</description>
      <pubDate>Sat, 03 May 2025 22:59:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-when-using-instance-profiles-to-connect-to-kinesis/m-p/117624#M45535</guid>
      <dc:creator>am1go</dc:creator>
      <dc:date>2025-05-03T22:59:08Z</dc:date>
    </item>
  </channel>
</rss>

