<?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: Can't create AWS p3 instance in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104182#M2675</link>
    <description>&lt;P&gt;I've been having a lot better luck loading the g class, which has some good GPU options (g6e) so I think I'm going to give up on these p3 instances. But just some posts on Reddit make it seem like AWS is trying to direct traffic away from these? Though &lt;A href="https://www.reddit.com/r/aws/comments/1h5u4rh/going_kind_of_crazy_trying_to_provision_gpu/" target="_self"&gt;this post&lt;/A&gt; suggests they are trying to that via costs, not availability...&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jan 2025 07:09:27 GMT</pubDate>
    <dc:creator>jjsnlee</dc:creator>
    <dc:date>2025-01-04T07:09:27Z</dc:date>
    <item>
      <title>Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103779#M2639</link>
      <description>&lt;P&gt;Hi, I'm trying to create a `p3.2xlarge` in my workspace, but the cluster fails to instantiate, specifically getting this error message: `&lt;SPAN&gt;No zone supports both the driver instance type [p3.2xlarge] and the worker instance type [p3.2xlarge]` (though I am just creating a Single Node instance). I can create other clusters with other GPU instance types (eg, g6 class).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can confirm that I have Limit capacity for P instances (76 vCPUs in the region, us-east-1). Does anyone have any clues on how I can debug this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 19:50:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103779#M2639</guid>
      <dc:creator>jjsnlee</dc:creator>
      <dc:date>2024-12-31T19:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103781#M2641</link>
      <description>&lt;P&gt;Can you please share the complete error showed in the event logs when trying to run the cluster? does the availability zone available have the capacity for this instances?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 20:15:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103781#M2641</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-31T20:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103783#M2643</link>
      <description>&lt;P&gt;Here is an example (this was when I tried a `&lt;SPAN&gt;p3.8xlarge`, and I set the Availability Zone = Auto for the cluster)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;```In zone us-east-1c, insufficient capacity for the following node type: p3.8xlarge. AWS Error: Failure happened when talking to AWS, AWS API error code: Unsupported AWS error message: Your requested instance type (p3.8xlarge) is not supported in your requested Availability Zone (us-east-1c). Please retry your request by not specifying an Availability Zone or choosing us-east-1a, us-east-1d, us-east-1e, us-east-1f. In zone us-east-1d, insufficient capacity for the following node type: p3.8xlarge. AWS Error: Failure happened when talking to AWS, AWS API error code: Unsupported AWS error message: Your requested instance type (p3.8xlarge) is not supported in your requested Availability Zone (us-east-1d). Please retry your request by not specifying an Availability Zone or choosing us-east-1a, us-east-1e, us-east-1f.```&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The odd thing is it gives that message once, and then just gives a more succinct message in the Event Log: `No zone supports both the driver instance type [p3.8xlarge] and the worker instance type [p3.8xlarge]` afterwards. And every time I try to start the cluster it continues with that message, as if it doesn't try again across the different AZ's.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 20:35:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103783#M2643</guid>
      <dc:creator>jjsnlee</dc:creator>
      <dc:date>2024-12-31T20:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103785#M2645</link>
      <description>&lt;P&gt;I tried on my internal environment setting it on&amp;nbsp;&lt;SPAN&gt;us-east-1a or&amp;nbsp;us-east-1b and it has worked on my side, can you try to force them to be created on any of this 2, is it the same exact issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 21:28:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103785#M2645</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-31T21:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103912#M2646</link>
      <description>&lt;P&gt;Facing the same issue. Tried specifying the Availability zone as eu-west-1a, eu-west-1b and auto. But event logs throws the same error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tyagip1_0-1735822123004.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13816i578F16568BC18F88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tyagip1_0-1735822123004.png" alt="tyagip1_0-1735822123004.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2025 12:48:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/103912#M2646</guid>
      <dc:creator>tyagip1</dc:creator>
      <dc:date>2025-01-02T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104158#M2671</link>
      <description>&lt;P&gt;Can you please provide me an screenshot of the complete configuration you are currently setting up for this cluster?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 22:15:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104158#M2671</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-03T22:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104182#M2675</link>
      <description>&lt;P&gt;I've been having a lot better luck loading the g class, which has some good GPU options (g6e) so I think I'm going to give up on these p3 instances. But just some posts on Reddit make it seem like AWS is trying to direct traffic away from these? Though &lt;A href="https://www.reddit.com/r/aws/comments/1h5u4rh/going_kind_of_crazy_trying_to_provision_gpu/" target="_self"&gt;this post&lt;/A&gt; suggests they are trying to that via costs, not availability...&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2025 07:09:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104182#M2675</guid>
      <dc:creator>jjsnlee</dc:creator>
      <dc:date>2025-01-04T07:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104196#M2676</link>
      <description>&lt;P&gt;I understand thanks for sharing.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2025 12:33:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104196#M2676</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-04T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104466#M2689</link>
      <description>&lt;P&gt;"first_on_demand": 1,&lt;BR /&gt;"node_type_id": "p3.2xlarge"&lt;BR /&gt;"node_type_id": "p3.2xlarge"&lt;BR /&gt;"data_security_mode": "SINGLE_USER",&lt;BR /&gt;"runtime_engine": "STANDARD",&lt;BR /&gt;"effective_spark_version": "16.0.x-gpu-ml-scala2.12",&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 07:40:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104466#M2689</guid>
      <dc:creator>tyagip1</dc:creator>
      <dc:date>2025-01-07T07:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104512#M2696</link>
      <description>&lt;P&gt;This is failing to you with same error?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 12:48:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104512#M2696</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-07T12:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104655#M2706</link>
      <description>&lt;P&gt;Yes, That's correct!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 08:25:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104655#M2706</guid>
      <dc:creator>tyagip1</dc:creator>
      <dc:date>2025-01-08T08:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create AWS p3 instance</title>
      <link>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104722#M2712</link>
      <description>&lt;P&gt;I was able to start a cluster with same exact configuration on my internal environment with no issues, I have selected east-1a as the AZ to deploy.&lt;BR /&gt;&lt;BR /&gt;By any chance have you engaged AWS support on this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 15:13:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/can-t-create-aws-p3-instance/m-p/104722#M2712</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-08T15:13:43Z</dc:date>
    </item>
  </channel>
</rss>

