スキップしてコンテンツを表示

OpenSearch dashboard access from other VPC

0

Hi all

I configured Amazon OpenSearch in a VPC. To access the dashboard from other VPC in another account, proxy setting is the only way?

Thanks.

質問済み 4ヶ月前89ビュー
1回答
1

To access an Amazon OpenSearch Service dashboard that's deployed in a VPC from another VPC in a different account, you have several options:

  1. Create a proxy - You can set up a highly available NGINX proxy cluster that allows access to OpenSearch Dashboards. The Centralized Logging with OpenSearch solution provides this capability, creating an infrastructure that allows you to access the dashboard from outside the VPC.

  2. Use AWS Systems Manager with tunneling - You can access the OpenSearch Service dashboard securely by using AWS Systems Manager to create a tunnel to an instance and leverage port-forwarding to the dashboard. This approach requires obtaining a proxy instance name and establishing a tunnel using the AWS CLI.

  3. Create a VPC endpoint - For OpenSearch Serverless, you can create a VPC endpoint in the client VPC to enable private access to the APIs and dashboard. You would need to configure the appropriate network policies to allow access from specific VPC endpoints.

  4. Use an inbound DNS resolver endpoint - For private access to dashboards from your corporate network, you can use an inbound DNS resolver endpoint to ensure DNS queries return the correct private IP addresses.

Each approach has different security implications and setup requirements. The proxy method is commonly used when you need to access the dashboard from outside the VPC where OpenSearch is deployed, while VPC endpoints provide a more direct private connection between VPCs.
Sources
Access the OpenSearch Service dashboard - Scene Intelligence with Rosbag on AWS
Access proxy - Centralized Logging with OpenSearch
Troubleshoot OpenSearch Serverless errors | AWS re:Post

回答済み 4ヶ月前
AWS
エキスパート
レビュー済み 4ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ