Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 8d7b9bc

Browse files
authored
Merge pull request #2120 from magento-devdocs/imported-magento-devdocs-8771
Imported magento devdocs 8771
2 parents 2205a39 + 9927032 commit 8d7b9bc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/cloud/project/privatelink-service.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ The PrivateLink service integration for {{site.data.var.ece}} projects includes
2525
- You cannot establish SSH connections using PrivateLink. For SSH, use the Magento SSH capabilities. See [Enable SSH keys][].
2626
- Magento support does not cover troubleshooting AWS PrivateLink issues beyond initial enablement.
2727
- 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.
2930

3031
## PrivateLink connection types
3132

@@ -60,7 +61,8 @@ Enabling PrivateLink can take up to 5 business days. Providing incomplete, or in
6061
- **Services and communication ports**–Magento must open ports to enable service communication between VPCs, for example _Webserver, HTTP port 80_, _SFTP port 2222_
6162
- **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```
6263
- **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.
6466

6567
### Enablement workflow
6668

@@ -89,7 +91,7 @@ The following workflow outlines the enablement process for PrivateLink integrati
8991

9092
- **Magento** supplies the Magento account principal (root user for AWS or Azure account) and requests access to the customer VPC endpoint service.
9193

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.
9395

9496
- Update the customer endpoint service configuration to accept requests initiated from Magento account. See the Cloud platform documentation for instructions:
9597

@@ -120,7 +122,7 @@ To test the connection to the VPC endpoint service:
120122
magento-cloud login
121123
```
122124

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.
124126

125127
```bash
126128
magento-cloud environment:checkout <environment-id>

0 commit comments

Comments
 (0)