내용으로 건너뛰기

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달 전99회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.