<?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: Accessing the regions that are disabled by default in AWS from Databricks. In AWS we have 4 regi in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/accessing-the-regions-that-are-disabled-by-default-in-aws-from/m-p/114835#M44963</link>
    <description>&lt;P&gt;Hello - We are looking to deploy and run Databricks in AWS in Bahrain, or UAE. Is this possible? This post is older so wondering if this is a viable option.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2025 13:46:34 GMT</pubDate>
    <dc:creator>AndreaCuda</dc:creator>
    <dc:date>2025-04-08T13:46:34Z</dc:date>
    <item>
      <title>Accessing the regions that are disabled by default in AWS from Databricks. In AWS we have 4 regions that are disabled by default. You must first enabl...</title>
      <link>https://community.databricks.com/t5/data-engineering/accessing-the-regions-that-are-disabled-by-default-in-aws-from/m-p/12637#M7416</link>
      <description>&lt;P&gt;&lt;B&gt;Accessing the regions that are disabled by default in AWS from Databricks.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In AWS we have 4 regions that are disabled by default. You must&lt;U&gt; first enable it before you can create and manage resources&lt;/U&gt;. The following Regions are disabled by default:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Africa (Cape Town)&lt;/LI&gt;&lt;LI&gt;Asia Pacific (Hong Kong)&lt;/LI&gt;&lt;LI&gt;Europe (Milan)&lt;/LI&gt;&lt;LI&gt;Middle East (Bahrain)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Databricks, when we try to access/mount the bucket in these regions it will fail. The reason is that the AWS SDK we bundle in Databricks doesn't have&amp;nbsp;the by-default-disabled region information. So auto-region detection will not work for these regions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In such a special case, to access the buckets in the disabled regions, we have to provide&amp;nbsp;an S3 endpoint along with the&amp;nbsp;STS endpoint&amp;nbsp;to mount the bucket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%scala
dbutils.fs.mount("s3a://&amp;lt;Bucket-in-Milan&amp;gt;/", "/mnt/milan/",
  extraConfigs = Map(
    "fs.s3a.credentialsType" -&amp;gt; "AssumeRole",
    "fs.s3a.stsAssumeRole.arn" -&amp;gt; "arn:aws:iam::000000000000:role/MyRole",
    "fs.s3a.acl.default" -&amp;gt; "BucketOwnerFullControl",
    "fs.s3a.endpoint" -&amp;gt; "s3.eu-south-1.amazonaws.com",
    "fs.s3a.stsAssumeRole.stsEndpoint" -&amp;gt; "sts.eu-south-1.amazonaws.com"
  )
)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Africa (Cape Town) : &lt;A href="http://sts.af-south-1.amazonaws.com" alt="http://sts.af-south-1.amazonaws.com" target="_blank"&gt;sts.af-south-1.amazonaws.com&lt;/A&gt;	;	&lt;A href="http://s3.af-south-1.amazonaws.com" alt="http://s3.af-south-1.amazonaws.com" target="_blank"&gt;s3.af-south-1.amazonaws.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Asia Pacific (Hong Kong)	: &lt;A href="http://sts.ap-east-1.amazonaws.com" alt="http://sts.ap-east-1.amazonaws.com" target="_blank"&gt;sts.ap-east-1.amazonaws.com&lt;/A&gt;	;	&lt;A href="http://s3.ap-east-1.amazonaws.com" alt="http://s3.ap-east-1.amazonaws.com" target="_blank"&gt;s3.ap-east-1.amazonaws.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Europe (Milan) : &lt;A href="http://sts.eu-south-1.amazonaws.com" alt="http://sts.eu-south-1.amazonaws.com" target="_blank"&gt;sts.eu-south-1.amazonaws.com&lt;/A&gt;	;	&lt;A href="http://s3.eu-south-1.amazonaws.com" alt="http://s3.eu-south-1.amazonaws.com" target="_blank"&gt;s3.eu-south-1.amazonaws.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Middle East (Bahrain) : &lt;A href="http://sts.me-south-1.amazonaws.com" alt="http://sts.me-south-1.amazonaws.com" target="_blank"&gt;sts.me-south-1.amazonaws.com&lt;/A&gt;;	&lt;A href="http://s3.me-south-1.amazonaws.com" alt="http://s3.me-south-1.amazonaws.com" target="_blank"&gt;s3.me-south-1.amazonaws.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 22:30:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/accessing-the-regions-that-are-disabled-by-default-in-aws-from/m-p/12637#M7416</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2021-10-22T22:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing the regions that are disabled by default in AWS from Databricks. In AWS we have 4 regi</title>
      <link>https://community.databricks.com/t5/data-engineering/accessing-the-regions-that-are-disabled-by-default-in-aws-from/m-p/114835#M44963</link>
      <description>&lt;P&gt;Hello - We are looking to deploy and run Databricks in AWS in Bahrain, or UAE. Is this possible? This post is older so wondering if this is a viable option.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 13:46:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/accessing-the-regions-that-are-disabled-by-default-in-aws-from/m-p/114835#M44963</guid>
      <dc:creator>AndreaCuda</dc:creator>
      <dc:date>2025-04-08T13:46:34Z</dc:date>
    </item>
  </channel>
</rss>

