Skip to content

Commit b4a9597

Browse files
authored
fix(docs): fix typo in Cube principal name in AWS docs (#9697)
1 parent ba13bd3 commit b4a9597

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pages/product/deployment/cloud/vpc/aws/private-link.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for creating and managing an Endpoint Service.
2121

2222
Cube Cloud needs to be added to the list of principals allowed to discover your Endpoint Service.
2323
To do so, please go to <Btn>AWS Console</Btn> -> <Btn>VPC</Btn> -> <Btn>Endpoint Services</Btn> -> <Btn>Your service</Btn> -> <Btn>Allow principals</Btn>
24-
and add `arn:aws:iam::331376342520` to the list.
24+
and add `arn:aws:iam::331376342520:root` to the list.
2525

2626
## Gathering required information
2727

@@ -31,8 +31,8 @@ To request establishing a PrivateLink connection, please share the following inf
3131
- **Reference Name** for the record (such as "Snowflake-prod" or "clickhouse-dev")
3232
- **Ports**: a list of ports that will be accessed through this connection
3333
- **DNS Name** (optional): an internal DNS name of the upstream service in case SSL needs to be supported
34-
- **Dedicated Infrastructure Region:** VPC Peering requires Cube to be hosted in
35-
[dedicated infrastructure][dedicated-infra]. Please specify what region the Cube Cloud
34+
- **Dedicated Infrastructure Region:** VPC Peering requires Cube to be hosted in
35+
[dedicated infrastructure][dedicated-infra]. Please specify what region the Cube Cloud
3636
dedicated infrastructure should be hosted in.
3737

3838

@@ -52,4 +52,4 @@ supplied DNS Name or an AWS internal DNS name returned to you by the Cube team.
5252

5353
[aws-docs-private-link]: https://aws.amazon.com/privatelink/
5454
[aws-docs-endpoint-service]: https://docs.aws.amazon.com/vpc/latest/privatelink/configure-endpoint-service.html
55-
[dedicated-infra]: /product/deployment/cloud/infrastructure#dedicated-infrastructure
55+
[dedicated-infra]: /product/deployment/cloud/infrastructure#dedicated-infrastructure

0 commit comments

Comments
 (0)