Skip to content
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

VPC Private Connectivity #7400

Merged
merged 7 commits into from
Sep 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions source/manage/cloud-vpc-private-connectivity.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Cloud VPC Private Connectivity
stafot marked this conversation as resolved.
Show resolved Hide resolved
===============================

.. include:: ../_static/badges/ent-cloud-only.rst
:start-after: :nosearch:

VPC Private Connectivity (Private Link) offers Enterprise Cloud customers tailored solutions for private connectivity needs with Mattermost. These options enable customers to access Mattermost through AWS's network without using the public internet, or allow the Mattermost Infrastructure team to manage a Mattermost workspace hosted in the customer's VPC via an EKS cluster.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also provides the ability for customers to connect from Mattermost Cloud to their private webhook/endpoint/integration right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend spelling out acronyms (examples: AWS, VPC, and EKS) the first time they're used on a given docs page to provide readers with clear context.


The key objectives of this offering are:
stafot marked this conversation as resolved.
Show resolved Hide resolved

- Allowing customers to access Mattermost within their internal network
stafot marked this conversation as resolved.
Show resolved Hide resolved
- Enabling the Mattermost infrastructure team to perform operations on a Mattermost workspace hosted in the customer’s VPC, upon request
stafot marked this conversation as resolved.
Show resolved Hide resolved
- Establishing connectivity between the customer's VPC and Mattermost exclusively through AWS’s network, without exposure to the public internet
stafot marked this conversation as resolved.
Show resolved Hide resolved
- Ensuring the setup process is straightforward and easy to implement
stafot marked this conversation as resolved.
Show resolved Hide resolved
- Adhering to all security best practices
stafot marked this conversation as resolved.
Show resolved Hide resolved

Configure VPC Private Connectivity
-----------------------------------

- Mattermost will provide Terraform modules tailored to the customer’s requirements
stafot marked this conversation as resolved.
Show resolved Hide resolved
- Both Mattermost and customer Infrastructure teams will collaborate to establish connectivity on both sides
stafot marked this conversation as resolved.
Show resolved Hide resolved
- AWS Private Link will be used to connect AWS accounts
stafot marked this conversation as resolved.
Show resolved Hide resolved

Requirements
~~~~~~~~~~~~~

- Customers must own their AWS Account
stafot marked this conversation as resolved.
Show resolved Hide resolved

Considerations
~~~~~~~~~~~~~~~

- Proper communication is essential for setting expectations and scheduling changes.

Loading