<?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 Connectivity of dbx serverless to api gateway dns in aws  is failing in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/connectivity-of-dbx-serverless-to-api-gateway-dns-in-aws-is/m-p/129988#M3972</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to establish the connection between dbx serverless account which is in "Account A" to the api gateway dns name which is in "Account B" is failing. i have created a api gateway with the custom domain for ex : "api-dev.amazon.com" and also create a ACM certificate along with "A" record for it.&lt;BR /&gt;&lt;BR /&gt;While accessing the dns with the api endpoint in the same network its working fine for me. But while accessing it from other network its failing and giving the below error&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;nnectionError: &lt;/SPAN&gt;&lt;SPAN&gt;HTTPSConnectionPool(host='api-dev.amazon.com', port=443): Max retries exceeded with url: /v1/quality (Caused by NewConnectionError('&amp;lt;urllib3.connection.HTTPSConnection object at 0x7f7745d552d0&amp;gt;: Failed to establish a new connection: [Errno -2] Name or service not known'))&lt;BR /&gt;&lt;BR /&gt;Can someone kindly guide on this issue on how to solve the connectivity issue&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Aug 2025 08:57:05 GMT</pubDate>
    <dc:creator>deepud26</dc:creator>
    <dc:date>2025-08-28T08:57:05Z</dc:date>
    <item>
      <title>Connectivity of dbx serverless to api gateway dns in aws  is failing</title>
      <link>https://community.databricks.com/t5/administration-architecture/connectivity-of-dbx-serverless-to-api-gateway-dns-in-aws-is/m-p/129988#M3972</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to establish the connection between dbx serverless account which is in "Account A" to the api gateway dns name which is in "Account B" is failing. i have created a api gateway with the custom domain for ex : "api-dev.amazon.com" and also create a ACM certificate along with "A" record for it.&lt;BR /&gt;&lt;BR /&gt;While accessing the dns with the api endpoint in the same network its working fine for me. But while accessing it from other network its failing and giving the below error&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;nnectionError: &lt;/SPAN&gt;&lt;SPAN&gt;HTTPSConnectionPool(host='api-dev.amazon.com', port=443): Max retries exceeded with url: /v1/quality (Caused by NewConnectionError('&amp;lt;urllib3.connection.HTTPSConnection object at 0x7f7745d552d0&amp;gt;: Failed to establish a new connection: [Errno -2] Name or service not known'))&lt;BR /&gt;&lt;BR /&gt;Can someone kindly guide on this issue on how to solve the connectivity issue&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 08:57:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/connectivity-of-dbx-serverless-to-api-gateway-dns-in-aws-is/m-p/129988#M3972</guid>
      <dc:creator>deepud26</dc:creator>
      <dc:date>2025-08-28T08:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity of dbx serverless to api gateway dns in aws  is failing</title>
      <link>https://community.databricks.com/t5/administration-architecture/connectivity-of-dbx-serverless-to-api-gateway-dns-in-aws-is/m-p/130038#M3975</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/181446"&gt;@deepud26&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;There are a few different things that could be causing this, and without more details it’s hard to pinpoint the exact issue. What I suggest is running the following command in "Account B" in a notebook:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;nslookup api-dev.amazon.com&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don’t get any DNS information back, then either:&lt;BR /&gt;&lt;BR /&gt;1. the domain is not public (which may not be what you want), or&lt;BR /&gt;2. the API Gateway is set up as Private and the VPC endpoint is not configured correctly.&lt;BR /&gt;3. or maybe something else&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope that helps a bit. Let me know how it goes.&lt;BR /&gt;&lt;BR /&gt;Best, Ilir&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 14:51:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/connectivity-of-dbx-serverless-to-api-gateway-dns-in-aws-is/m-p/130038#M3975</guid>
      <dc:creator>ilir_nuredini</dc:creator>
      <dc:date>2025-08-28T14:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connectivity of dbx serverless to api gateway dns in aws  is failing</title>
      <link>https://community.databricks.com/t5/administration-architecture/connectivity-of-dbx-serverless-to-api-gateway-dns-in-aws-is/m-p/130174#M3978</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102399"&gt;@ilir_nuredini&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm trying the below way&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; requests&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; json&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;API_URL &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;'&lt;A href="https://api-dev.amazon.com/v1/quality" target="_blank" rel="noopener"&gt;https://api-dev.amazon.com/v1/quality&lt;/A&gt;'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;headers &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Authorization"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"Bearer &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;token&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"Content-Type"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"application/json"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;response &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; requests.&lt;/SPAN&gt;&lt;SPAN&gt;get&lt;/SPAN&gt;&lt;SPAN&gt;(API_URL, &lt;/SPAN&gt;&lt;SPAN&gt;headers&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;headers)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; response.status_code &lt;/SPAN&gt;&lt;SPAN&gt;==&lt;/SPAN&gt; &lt;SPAN&gt;200&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; data &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; response.&lt;/SPAN&gt;&lt;SPAN&gt;json&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"data:"&lt;/SPAN&gt;&lt;SPAN&gt;, data)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Failed to get data:"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;, response.status_code, response.text)&lt;BR /&gt;&lt;BR /&gt;below error im getting :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&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;DIV class=""&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;DIV class=""&gt;&amp;nbsp;&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 class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;ConnectionError&lt;/STRONG&gt;: &lt;/SPAN&gt;HTTPSConnectionPool(host='api-dev.amazon.com', port=443): Max retries exceeded with url: /v1/quality (Caused by NewConnectionError('&amp;lt;urllib3.connection.HTTPSConnection object at 0x7fa108596d90&amp;gt;: Failed to establish a new connection: [Errno -2] Name or service not known'))&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;!&lt;/SPAN&gt;&lt;SPAN&gt;nslookup api&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;dev.amazon.com&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;** server can't find api-dev.amazon.com: NXDOMAIN&lt;BR /&gt;&lt;BR /&gt;This is a serverless setup that we are trying to create connectivity&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&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>Fri, 29 Aug 2025 14:55:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/connectivity-of-dbx-serverless-to-api-gateway-dns-in-aws-is/m-p/130174#M3978</guid>
      <dc:creator>deepud26</dc:creator>
      <dc:date>2025-08-29T14:55:10Z</dc:date>
    </item>
  </channel>
</rss>

