-
Notifications
You must be signed in to change notification settings - Fork 155
Add cross-region docs for aws #3128
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
Conversation
🔍 Preview links for changed docs |
@shainaraskas I think there's something that needs clarifying in the example: VPC is in |
@alxchalkias this would explain why my verification failed when I tested. tested again with this approach and got a 🟢 I'll fix this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ⛵
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Co-authored-by: David Kilfoyle <[email protected]>
Adds procedure for cross-region support for AWS privatelink
this is the core change:

https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/3128/deploy-manage/security/private-connectivity-aws#ec-aws-inter-region-private-link
I've also
question for reviewers
question about AZs in this new world. we have a consideration about AZs:
however, in the tutorial explaining the XR feature, amazon indicates that there is a change to the way AZs impact your configuration:
right now, we don't talk about selecting AZs that match the service provider availability. we do explain how to check your VPC endpoint availability, but we don't tell people to use this info in the setup. is this missing from the core setup procedure for non cross-region VPC endpoints?