Access proxy - Centralized Logging with OpenSearch

Access proxy

Centralized Logging with OpenSearch creates an Auto Scaling group together with an Application Load Balancer.

Centralized Logging with OpenSearch creates an Auto Scaling group together with an Application Load Balancer.

Access proxy architecture

The workflow is as follows:

  1. Users access the custom domain for the proxy, and the domain must be resolved via DNS service (for example, using RouteĀ 53 on AWS).

  2. The DNS service routes the traffic to internet-facing Application Load Balancer.

  3. The Application Load Balancer distributes traffic to a backend NGINX server running on Amazon EC2 within an Auto Scaling group.

  4. (optional) VPC peering is required if the VPC for the proxy is not the same as the OpenSearch Service.

  5. The NGINX server redirects the requests to OpenSearch Dashboards.