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!!

demandé il y a un an1146 vues
1 réponse
3
Réponse acceptée

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
EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions

Contenus pertinents