Redshift-Serverless - Create Endpoint Access in a different AWS Account

1

Redshift allows you to deploy Redshift-managed VPC endpoints in a different AWS account than the one where the cluster resides as described here. However, there appears to be no option to accomplish this for Redshift-serverless instances.

The document here explains how to do this for another VPC in the same account, but no options seem to exist to do it cross-account. Even over aws-cli, while you can specify --resource-owner when using aws redshift create-endpoint-access, but no such options exist for aws redshift-serverless.

Any hints around how to do this for serverless are much appreciated!!

已提问 1 年前1146 查看次数
1 回答
3
已接受的回答

AWS Redshift Serverless does not provide a built-in way to create VPC endpoint access for a Redshift Serverless cluster in a different AWS account.

If you want you can do it manually

  • Create a VPC peering connection between the VPC in the account where the Redshift Serverless cluster resides and the VPC in the other account where you want to access the Redshift Serverless cluster.
  • Update the route tables in both VPCs to include routes for the CIDR blocks of the peered VPCs
  • Modify Security groups
profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容