<?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: Connecting  AWS MSK from Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100919#M40475</link>
    <description>&lt;P&gt;&lt;SPAN&gt;When configuring your connection to Amazon Managed Streaming for Apache Kafka (MSK) using an IAM role, you have the option to use either a new IAM role specifically created for this purpose or the IAM role associated with your Databricks workspace.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps. Louis&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2024 13:51:35 GMT</pubDate>
    <dc:creator>Louis_Frolio</dc:creator>
    <dc:date>2024-12-04T13:51:35Z</dc:date>
    <item>
      <title>Connecting  AWS MSK from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100894#M40466</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I am new to AWS and MSK. I have created MSK on VPC with public subnet and I am trying to connect it from Databricks&amp;nbsp; on AWS. I see that both MSK and VPC are in two different VPC.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we need to create VPC peering to establish the connection between the two. I have not seen any documentation or any thread mentioning this setup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsha&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 12:09:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100894#M40466</guid>
      <dc:creator>DB_Five</dc:creator>
      <dc:date>2024-12-04T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting  AWS MSK from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100896#M40467</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Greetings DB_Five, To connect an Amazon Managed Streaming for Apache Kafka (MSK) cluster from a Databricks workspace on AWS when both are in different Virtual Private Clouds (VPCs), you will need to establish a network connection between the two VPCs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Several options are available:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. VPC Peering&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. AWS PrivateLink&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. AWS Transit Gateway&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&amp;nbsp; Louis.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 12:16:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100896#M40467</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2024-12-04T12:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting  AWS MSK from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100915#M40473</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for your quick update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will continue with the setup. I also have one more question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is mentioned in the set up that, we have to have the bellow in the Kafka client properties.&lt;/P&gt;&lt;P&gt;In addition, if you choose to configure your connection using an IAM role, you must modify the value provided to&amp;nbsp;kafka.sasl.jaas.config&amp;nbsp;to include the role ARN, as in the following example:&amp;nbsp;shadedmskiam.software.amazon.msk.auth.iam.IAMLoginModule&amp;nbsp;required&amp;nbsp;awsRoleArn="arn:aws:iam::123456789012:role/msk_client_role"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Do we have to createa new IAM role with permissions to access Kafka or we can use the IAM role associated with the workspace creation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Harsha&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 13:35:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100915#M40473</guid>
      <dc:creator>DB_Five</dc:creator>
      <dc:date>2024-12-04T13:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting  AWS MSK from Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100919#M40475</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When configuring your connection to Amazon Managed Streaming for Apache Kafka (MSK) using an IAM role, you have the option to use either a new IAM role specifically created for this purpose or the IAM role associated with your Databricks workspace.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps. Louis&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 13:51:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/connecting-aws-msk-from-databricks/m-p/100919#M40475</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2024-12-04T13:51:35Z</dc:date>
    </item>
  </channel>
</rss>

