-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add link to connectivity-patterns repo from AWS PL page (#1406)
Co-authored-by: eaddingtonwhite <[email protected]> Co-authored-by: Allen Helton <[email protected]>
- Loading branch information
1 parent
6588749
commit b9cdcde
Showing
6 changed files
with
58 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"label": "Connectivity", | ||
"position": 4, | ||
"collapsible": true, | ||
"collapsed": true, | ||
"link": { | ||
"description": "Learn your connectivity options with the Momento platform." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: AWS PrivateLink Connectivity | ||
sidebar_position: 1 | ||
sidebar_label: AWS PrivateLink | ||
description: Learn how to securely connect to the Momento platform within your Amazon VPC using AWS PrivateLink for optimized security and cost efficiency. | ||
hide_title: true | ||
keywords: | ||
- Momento Cache | ||
- Momento Topics | ||
- Momento platform | ||
- AWS PrivateLink | ||
- VPC endpoint | ||
- secure connection | ||
- compliance | ||
- private IP | ||
- cloud network cost optimization | ||
- private access | ||
- Amazon VPC | ||
- secure infrastructure | ||
- reduce NAT gateway costs | ||
- network traffic savings | ||
- enterprise security | ||
- high-security cloud architecture | ||
--- | ||
|
||
# Connect securely with AWS PrivateLink and Momento's private access options | ||
|
||
Momento prioritizes security and flexibility to meet your infrastructure needs, whether you're scaling for growth or optimizing for compliance. For applications not deployed in a private VPC, Momento offers a [public endpoint](/platform/regions) that's secure by default. But for customers needing access *from within a VPC*, we provide an option to connect securely through [AWS PrivateLink](https://aws.amazon.com/privatelink/). | ||
|
||
This option enables you to establish a direct, private connection from your Amazon VPC to Momento's services, keeping your data secure without ever needing to route traffic over the public internet. | ||
|
||
![PrivateLink Connectivity Diagram](/img/vpc-diagram.jpeg) | ||
|
||
### Why choose AWS PrivateLink with Momento? | ||
|
||
* **Optimized security** - Your data stays within a private IP space, granting a high-security posture by eliminating public internet exposure. | ||
* **Cost efficiency** - Skip the NAT gateway costs by routing directly through PrivateLink to Momento, reducing your cloud expenses on network traffic. | ||
|
||
For detailed setup instructions, patterns, and best practices, visit our [connectivity patterns repository](https://github.com/momentohq/connectivity-patterns) to start integrating PrivateLink with Momento. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters