Skip to content

Commit

Permalink
feat: add link to connectivity-patterns repo from AWS PL page (#1406)
Browse files Browse the repository at this point in the history
Co-authored-by: eaddingtonwhite <[email protected]>
Co-authored-by: Allen Helton <[email protected]>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 6588749 commit b9cdcde
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 29 deletions.
9 changes: 0 additions & 9 deletions docs/cache/learn/security/_category_.json

This file was deleted.

20 changes: 0 additions & 20 deletions docs/cache/learn/security/private-link.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/platform/connectivity/_category_.json
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."
}
}
39 changes: 39 additions & 0 deletions docs/platform/connectivity/private-link.md
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.
9 changes: 9 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ const sidebars = {
}
]
},
{
type: "category",
label: "Connectivity",
items: [
{
type: "autogenerated", dirName: "platform/connectivity"
}
]
},
{
type: 'category',
label: 'Quotas and Limits',
Expand Down
1 change: 1 addition & 0 deletions site/redirects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const REDIRECTS = {

// ## Relocated Pages
'/develop/datatypes': '/cache/develop/basics/datatypes',
'/cache/learn/security/private-link': '/platform/connectivity/private-link',

// caching-with-serverless
'/how-it-works/caching-with-serverless': '/cache/introduction/what-is-serverless-caching',
Expand Down

0 comments on commit b9cdcde

Please sign in to comment.