Skip to content

Commit 61f8a6d

Browse files
authored
[CLOUD-633] Add support for RDRS in the cloud (#420)
* [CLOUD-633] Add support for RDRS in the cloud * fixes for review
1 parent 61f3cfd commit 61f8a6d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/setup_installation/aws/instance_profile_permissions.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Replace the following placeholders with their appropiate values
4848
"arn:aws:ecr:REGION:822623301872:repository/airflow",
4949
"arn:aws:ecr:REGION:822623301872:repository/git",
5050
"arn:aws:ecr:REGION:822623301872:repository/testconnector",
51-
"arn:aws:ecr:REGION:822623301872:repository/flyingduck"
51+
"arn:aws:ecr:REGION:822623301872:repository/flyingduck",
52+
"arn:aws:ecr:REGION:822623301872:repository/rdrs"
5253
]
5354
},
5455
{
@@ -81,7 +82,8 @@ Replace the following placeholders with their appropiate values
8182
"arn:aws:ecr:REGION:ECR_AWS_ACCOUNT_ID:repository/*/airflow",
8283
"arn:aws:ecr:REGION:ECR_AWS_ACCOUNT_ID:repository/*/git",
8384
"arn:aws:ecr:REGION:ECR_AWS_ACCOUNT_ID:repository/*/testconnector",
84-
"arn:aws:ecr:REGION:ECR_AWS_ACCOUNT_ID:repository/*/flyingduck"
85+
"arn:aws:ecr:REGION:ECR_AWS_ACCOUNT_ID:repository/*/flyingduck",
86+
"arn:aws:ecr:REGION:ECR_AWS_ACCOUNT_ID:repository/*/rdrs"
8587
]
8688
},
8789
{

docs/setup_installation/aws/restrictive_permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ If you are using terraform, then you can also remove most of the *Describe* perm
264264
```
265265

266266
#### Load balancers permissions for external access
267-
If you plan to access your Hopsworks cluster from an external python environment, especially if you plan to use the [ArrowFlight with DuckDB](../../common/arrow_flight_duckdb), then it is required to create a network load balancer that forward requests to the ArrowFlight server(s) co-located with the RonDB MySQL Server(s). If you are not planning to use ArrowFlight server(s) or multiple mysql server(s), you can skip adding the following permissions. If you still wish to use the ArrowFlight server(s) but without adding the following permissions to your cross account role, check [this advanced terraform example for more details](https://github.com/logicalclocks/terraform-provider-hopsworksai/tree/main/examples/complete/aws/advanced/arrowflight-no-loadbalancer-permissions).
267+
If you plan to access your Hopsworks cluster from an external python environment, especially if you plan to use the [ArrowFlight with DuckDB](../../common/arrow_flight_duckdb) and the [Feature Store REST API server](../../../user_guides/fs/feature_view/feature-server), then it is required to create a network load balancer that forward requests to the ArrowFlight server(s) co-located with the RonDB MySQL Server(s). If you are not planning to use ArrowFlight server(s) or multiple mysql server(s), you can skip adding the following permissions. If you still wish to use the ArrowFlight server(s) but without adding the following permissions to your cross account role, check [this advanced terraform example for more details](https://github.com/logicalclocks/terraform-provider-hopsworksai/tree/main/examples/complete/aws/advanced/arrowflight-no-loadbalancer-permissions).
268268

269269

270270
```json

0 commit comments

Comments
 (0)