You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/cloud/project/privatelink-service.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ The PrivateLink service integration for {{site.data.var.ece}} projects includes
25
25
- You cannot establish SSH connections using PrivateLink. For SSH, use the Magento SSH capabilities. See [Enable SSH keys][].
26
26
- Magento support does not cover troubleshooting AWS PrivateLink issues beyond initial enablement.
27
27
- Customers are responsible for costs associated with managing their own VPC.
28
-
- You cannot use the HTTPS protocol to connect to Magento Commerce over PrivateLink.
28
+
- You cannot use the HTTPS protocol (port 443) to connect to Magento Commerce over PrivateLink.
29
+
- PrivateDNS is not available.
29
30
30
31
## PrivateLink connection types
31
32
@@ -60,7 +61,8 @@ Enabling PrivateLink can take up to 5 business days. Providing incomplete, or in
60
61
-**Services and communication ports**–Magento must open ports to enable service communication between VPCs, for example _Webserver, HTTP port 80_, _SFTP port 2222_
61
62
-**Magento Cloud Project ID**–Provide the {{site.data.var.ece}} Pro project ID. You can get the Project ID and other project information using the folllowing [Magento Cloud CLI][] command: ```magento-cloud project:info```
62
63
-**Connection type**–Specify unidirectional or bidirectional for connection type
63
-
-**Service endpoint**–For bidirectional PrivateLink connections, provide the DNS URL for the VPC service endpoint that Magento must connect to, for example `com.amazonaws.vpce.<cloud-region>.vpce-svc-<service-id>`.
64
+
-**Endpoint service**–For bidirectional PrivateLink connections, provide the DNS URL for the VPC endpoint service that Magento must connect to, for example `com.amazonaws.vpce.<cloud-region>.vpce-svc-<service-id>`.
65
+
-**Endpoint service access granted**-Provide the Magento account principal with access to this endpoint service: `arn:aws:iam::402592597372:root`. If access to the endpoint service is not provided, the bidirectional PrivateLink connection to the service in your VPC is **not** added, which delays the setup.
64
66
65
67
### Enablement workflow
66
68
@@ -89,7 +91,7 @@ The following workflow outlines the enablement process for PrivateLink integrati
89
91
90
92
-**Magento** supplies the Magento account principal (root user for AWS or Azure account) and requests access to the customer VPC endpoint service.
91
93
92
-
-**Customer** enables Magento access to the endpoint service in customer VPC.
94
+
-**Customer** enables Magento access to the endpoint service in the customer VPC. This assumes that the Magento account principal has access to `arn:aws:iam::402592597372:root`, as previously described in the **Endpoint service access granted** prerequisite.
93
95
94
96
- Update the customer endpoint service configuration to accept requests initiated from Magento account. See the Cloud platform documentation for instructions:
95
97
@@ -120,7 +122,7 @@ To test the connection to the VPC endpoint service:
120
122
magento-cloud login
121
123
```
122
124
123
-
1. From the project root directory, checkout the environment configured to access the PrivateLink service endpoint.
125
+
1. From the project root directory, checkout the environment configured to access the PrivateLink endpoint service.
0 commit comments