Skip to content

Commit 08bb411

Browse files
authored
Update README.md
1 parent 479cae5 commit 08bb411

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# ecs-nginx-reverse-proxy
2-
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.
1+
# NGINX Reverse Proxy on Amazon EC2 Container Service
2+
3+
[NGINX](https://www.nginx.com/resources/wiki/) 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.
4+
5+
[Amazon EC2 Container Service](https://aws.amazon.com/ecs/) (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.
6+
7+
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](/static-host). Or you can [deploy an Nginx reverse proxy container in front of an application container](/reverse-proxy).

0 commit comments

Comments
 (0)