<?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: Error on Starting Databricks SQL Warehouse Serverless with Instance Profile in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62587#M32005</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/76914"&gt;@Ayushi_Suthar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;I have double-checked and confirmed that the &lt;STRONG&gt;Databricks instance profile&lt;/STRONG&gt; is correctly matching with the AWS Instance Profile Name and Role ARN. The trust relationship is also exactly matching with both Databricks workspace IDs. However, I have noticed that while this Databricks instance profile can &lt;STRONG&gt;successfully&lt;/STRONG&gt; start a &lt;STRONG&gt;SQL Serverless&lt;/STRONG&gt; cluster on &lt;STRONG&gt;us-west-2&lt;/STRONG&gt;, it is &lt;STRONG&gt;unable&lt;/STRONG&gt; to do so on the &lt;U&gt;&lt;STRONG&gt;ap-southeast-1&lt;/STRONG&gt;&lt;/U&gt; workspace.I suspect that this may be due to the recent launch of Serverless on ap-southeast-1. Could this be a bug?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tam_0-1709556141842.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6492iD89D9C95A3D8B08E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Tam_0-1709556141842.png" alt="Tam_0-1709556141842.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tam_1-1709556414123.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6493i7914A2EC36345D4A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Tam_1-1709556414123.png" alt="Tam_1-1709556414123.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2024 12:49:27 GMT</pubDate>
    <dc:creator>Tam</dc:creator>
    <dc:date>2024-03-04T12:49:27Z</dc:date>
    <item>
      <title>Error on Starting Databricks SQL Warehouse Serverless with Instance Profile</title>
      <link>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62446#M31970</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have &lt;STRONG&gt;two workspaces&lt;/STRONG&gt;, one in &lt;STRONG&gt;us-west-2&lt;/STRONG&gt; and the other in &lt;STRONG&gt;ap-southeast-1&lt;/STRONG&gt;. I have configured the &lt;STRONG&gt;&lt;U&gt;same instance profile&lt;/U&gt;&lt;/STRONG&gt; for both workspaces. I followed the documentation to set up the instance profile for&amp;nbsp;&lt;STRONG&gt;Databricks SQL Warehouse Serverless&lt;/STRONG&gt; by adding the&lt;STRONG&gt; trust relationship statement&lt;/STRONG&gt; to our AWS instance profile role. However, while the instance profile &lt;STRONG&gt;works fine on us-west-2&lt;/STRONG&gt;, I am encountering an&lt;STRONG&gt; error on &lt;U&gt;ap-southeast-1&lt;/U&gt;:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;"The Instance profile selected is not configured correctly to use with Serverless compute. Update the instance profile in your AWS account. You must have AWS privileges to update your instance profile."&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Instance ProfileTrust Relationships:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "Effect": "Allow",
    "Principal": {
        "AWS": [
            "arn:aws:iam::790110701330:role/serverless-customer-resource-role"
        ]
    },
    "Action": "sts:AssumeRole",
    "Condition": {
        "StringEquals": {
            "sts:ExternalId": [
                "databricks-serverless-#########1506611", // us-west-2
                "databricks-serverless-#########9360059"  // ap-southeast-1
            ]
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tam_1-1709300806768.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6476i508211C4C1020645/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Tam_1-1709300806768.png" alt="Tam_1-1709300806768.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 13:47:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62446#M31970</guid>
      <dc:creator>Tam</dc:creator>
      <dc:date>2024-03-01T13:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Starting Databricks SQL Warehouse Serverless with Instance Profile</title>
      <link>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62540#M31990</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/94046"&gt;@Tam&lt;/a&gt;&amp;nbsp;, Hope you are doing well!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked the error in details and it would be because the Instance Profile Name and the Role ARN name don't match exactly. Please see points 3 and 4 here in the docs: &lt;A href="https://docs.databricks.com/sql/admin/serverless.html#step-2-confirm-or-set-up-an-aws-instance-profile-to-use-with-your-serverless-sql-warehouses" target="_blank"&gt;https://docs.databricks.com/sql/admin/serverless.html#step-2-confirm-or-set-up-an-aws-instance-profile-to-use-with-your-serverless-sql-warehouses&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also for serverless resources, you are indeed required to add a different set of policies to your S3 role in order for the serverless resource to access the S3 bucket.&lt;/P&gt;
&lt;P&gt;Please review the below document for the same:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/en/compute/sql-warehouse/data-access-configuration.html#confirm-or-set-up-an-aws-instance-profile-to-use-with-your-serverless-sql-warehouses" target="_blank" rel="noopener noreferrer"&gt;https://docs.databricks.com/en/compute/sql-warehouse/data-access-configuration.html#confirm-or-set-up-an-aws-instance-profile-to-use-with-your-serverless-sql-warehouses&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if this helps and leave a like if this information is useful, followups are appreciated.&lt;BR /&gt;Kudos&lt;BR /&gt;Ayushi&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 07:15:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62540#M31990</guid>
      <dc:creator>Ayushi_Suthar</dc:creator>
      <dc:date>2024-03-04T07:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Starting Databricks SQL Warehouse Serverless with Instance Profile</title>
      <link>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62587#M32005</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/76914"&gt;@Ayushi_Suthar&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;I have double-checked and confirmed that the &lt;STRONG&gt;Databricks instance profile&lt;/STRONG&gt; is correctly matching with the AWS Instance Profile Name and Role ARN. The trust relationship is also exactly matching with both Databricks workspace IDs. However, I have noticed that while this Databricks instance profile can &lt;STRONG&gt;successfully&lt;/STRONG&gt; start a &lt;STRONG&gt;SQL Serverless&lt;/STRONG&gt; cluster on &lt;STRONG&gt;us-west-2&lt;/STRONG&gt;, it is &lt;STRONG&gt;unable&lt;/STRONG&gt; to do so on the &lt;U&gt;&lt;STRONG&gt;ap-southeast-1&lt;/STRONG&gt;&lt;/U&gt; workspace.I suspect that this may be due to the recent launch of Serverless on ap-southeast-1. Could this be a bug?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tam_0-1709556141842.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6492iD89D9C95A3D8B08E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Tam_0-1709556141842.png" alt="Tam_0-1709556141842.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tam_1-1709556414123.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6493i7914A2EC36345D4A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Tam_1-1709556414123.png" alt="Tam_1-1709556414123.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 12:49:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62587#M32005</guid>
      <dc:creator>Tam</dc:creator>
      <dc:date>2024-03-04T12:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error on Starting Databricks SQL Warehouse Serverless with Instance Profile</title>
      <link>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62903#M32129</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/94046"&gt;@Tam&lt;/a&gt;&amp;nbsp;, Good Day!&lt;/P&gt;
&lt;P&gt;Please ensure the IAM profile is added in the workspace as a Regular role and not a Meta role.&lt;/P&gt;
&lt;P&gt;In addition to the above, Engineering has identified another issue that was fixed today morning.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please try now and let us know how it goes? Please ensure the IAM profile is added in the workspace as a Regular role and not a Meta role.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know if this helps and leave a like if this information is useful, followups are appreciated.&lt;BR /&gt;Kudos&lt;BR /&gt;Ayushi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 14:05:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-on-starting-databricks-sql-warehouse-serverless-with/m-p/62903#M32129</guid>
      <dc:creator>Ayushi_Suthar</dc:creator>
      <dc:date>2024-03-07T14:05:29Z</dc:date>
    </item>
  </channel>
</rss>

