-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inter region sharing is not allowed. #318
Comments
Hi @manjulaK, yes, this is a known limitation of Lake Formation. It is supposed to throw an error when a request is open from a different region, but I was able to reproduce that in fact is allows you to create the request. In particular for sharing issues, I highly recommend you to upgrade to V1.4.0. In this last release we reviewed the whole sharing workflow to make it more robust and error-less. |
### Feature or Bugfix - Feature/Bugfix ### Detail - Cross-region sharing is not possible for table sharing because Lake Formation does not allow (yet) cross region sharing. - Cross-region sharing of folders using access points currently includes errors in the implemented policy For this reason for the time being we display an error for cross-region sharing to disallow this behaviour ### Relates - #318 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
In the PR #322 we added an error message that prevents users to open a cross-region share request, this will ensure you do not run into this issue. In the future we can explore options to allow cross-region sharing, for example with Bucket policies #284, but in general working with data in different accounts is not recommended. So if possible we advice you to avoid this architecture, if it is not possible because of compliance or because of AWS services not available in a region we can discuss alternatives. |
### Feature or Bugfix - Feature/Bugfix ### Detail - Cross-region sharing is not possible for table sharing because Lake Formation does not allow (yet) cross region sharing. - Cross-region sharing of folders using access points currently includes errors in the implemented policy For this reason for the time being we display an error for cross-region sharing to disallow this behaviour ### Relates - #318 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Describe the bug
It is not possible to share a data set from Account A (region A) to Account B (region B) . This is a critical requirement.
How to Reproduce
Expected behavior
No response
Your project
No response
Screenshots
No response
OS
unix
Python version
3.1
AWS data.all version
v1.3
Additional context
No response
The text was updated successfully, but these errors were encountered: