Access proxy
Centralized Logging with OpenSearch creates an Auto Scaling group together with an Application Load Balancer.
The workflow is as follows:
-
Users access the custom domain for the proxy, and the domain must be resolved via DNS service (for example, using RouteĀ 53 on AWS).
-
The DNS service routes the traffic to internet-facing Application Load Balancer.
-
The Application Load Balancer distributes traffic to a backend NGINX server running on Amazon EC2 within an Auto Scaling group.
-
(optional) VPC peering is required if the VPC for the proxy is not the same as the OpenSearch Service.
-
The NGINX server redirects the requests to OpenSearch Dashboards.