AWS Compute Blog
Tag: nginx
Deploying an NGINX Reverse Proxy Sidecar Container on Amazon ECS
Reverse proxies are a powerful software architecture primitive for fetching resources from a server on behalf of a client. They serve a number of purposes, from protecting servers from unwanted traffic to offloading some of the heavy lifting of HTTP traffic processing. This post explains the benefits of a reverse proxy, and explains how to […]