All Projects → awslabs → Ecs Nginx Reverse Proxy

awslabs / Ecs Nginx Reverse Proxy

Licence: apache-2.0
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.

Projects that are alternatives of or similar to Ecs Nginx Reverse Proxy

Ecs Nginx Proxy
Reverse proxy for AWS ECS. Lets you address your docker containers by sub domain.
Stars: ✭ 93 (-62.04%)
Mutual labels:  ecs, reverse-proxy, nginx
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+3132.65%)
Mutual labels:  reverse-proxy, nginx
Ssl Proxy
🔒 Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)
Stars: ✭ 427 (+74.29%)
Mutual labels:  reverse-proxy, nginx
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+12486.94%)
Mutual labels:  reverse-proxy, nginx
Open Proxy
一键部署被墙网站反向代理; 免翻墙访问被禁网站
Stars: ✭ 274 (+11.84%)
Mutual labels:  reverse-proxy, nginx
Hiproxy
🛠 hiproxy is a lightweight proxy tool for Front-End developers based on Node.js that supports an NGINX-like configuration. 🔥
Stars: ✭ 629 (+156.73%)
Mutual labels:  reverse-proxy, nginx
Nginx Auth Proxy
Authentication for multiple services using nginx
Stars: ✭ 22 (-91.02%)
Mutual labels:  reverse-proxy, nginx
Droxy
a transparent standalone http reverse proxy for docker containers
Stars: ✭ 43 (-82.45%)
Mutual labels:  reverse-proxy, nginx
Nginx
NGINX Accelerated! This is a Docker image that creates a high performance (FAST!), optimized image for NGINX for use with Redis and PHP-FMP. Deliver sites and applications with performance, reliability, security, and scale. This NGINX server offers advanced performance, web and mobile acceleration, security controls, application monitoring, and management.
Stars: ✭ 157 (-35.92%)
Mutual labels:  reverse-proxy, nginx
Noginx
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 53 (-78.37%)
Mutual labels:  reverse-proxy, nginx
Lightify
a reverse proxy that boosts the web app performance!
Stars: ✭ 187 (-23.67%)
Mutual labels:  reverse-proxy, nginx
Bunkerized Nginx
🛡️ Make your web services secure by default !
Stars: ✭ 2,361 (+863.67%)
Mutual labels:  reverse-proxy, nginx
External Auth Server
easy auth for reverse proxies
Stars: ✭ 189 (-22.86%)
Mutual labels:  reverse-proxy, nginx
Sinn Server
an node server for sinn,that based on of nodejs,koa2,mongoose,docker,nginx,es6/7,Resful API,阿里云 http://servertest.boyagirl.com/
Stars: ✭ 228 (-6.94%)
Mutual labels:  nginx
Docker
See Readme
Stars: ✭ 240 (-2.04%)
Mutual labels:  nginx
Nginx Proxy
Automated nginx proxy for Docker containers using docker-gen
Stars: ✭ 15,525 (+6236.73%)
Mutual labels:  nginx
Varnish Cache
Varnish Cache source code repository
Stars: ✭ 2,769 (+1030.2%)
Mutual labels:  reverse-proxy
React Cnodejs.org
Material UI version of cnodejs.org, the biggest Node.js Chinese community.
Stars: ✭ 242 (-1.22%)
Mutual labels:  nginx
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+1328.98%)
Mutual labels:  nginx
Python Nginx
Create and modify nginx serverblock configs in Python
Stars: ✭ 226 (-7.76%)
Mutual labels:  nginx

NGINX Reverse Proxy on Amazon EC2 Container Service

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].