awslabs / ecs-nginx-reverse-proxy

Reference architecture for deploying Nginx on ECS, both as a basic static resource server, and as a reverse proxy in front of a dynamic application server.

Home Page:https://containersonaws.com/pattern/nginx-reverse-proxy-sidecar-ecs-fargate-task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGINX Reverse Proxy on Amazon EC2 Container Service

Note: There is an updated version of this reference available at: "NGINX reverse proxy sidecar for a web container hosted with Amazon ECS and AWS Fargate"

NGINX is a high performance HTTP server and reverse proxy which has achieved significant adoption because of its asynchronous event driven architecture which allows it to serve thousands of concurrent requests with very low memory footprint.

Amazon EC2 Container Service (ECS) is a highly scalable, high performance container management service that supports Docker containers and allows you to easily run applications on a managed cluster of Amazon EC2 instances.

This reference architecture shows how to run NGINX containers on a fleet of instances using ECS. You can deploy Nginx as a basic static HTTP file server. Or you can deploy an Nginx reverse proxy container in front of an application container.

About

Reference architecture for deploying Nginx on ECS, both as a basic static resource server, and as a reverse proxy in front of a dynamic application server.

https://containersonaws.com/pattern/nginx-reverse-proxy-sidecar-ecs-fargate-task

License:Apache License 2.0


Languages

Language:JavaScript 67.8%Language:Dockerfile 23.7%Language:HTML 8.5%