From 1ad18a90aeeb57e1301d50c3c84058146a940c68 Mon Sep 17 00:00:00 2001 From: Art Date: Thu, 23 Sep 2021 16:16:14 +0300 Subject: [PATCH] 202. Creating EC2 instance (#32 Section 30: Deployment) --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a743dce..7448118 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,14 @@ 1. Install [SubSink](https://www.npmjs.com/package/subsink) - `npm install subsink --save` -2. Use it \ No newline at end of file +2. Use it + +#### Section 30: Deployment + +##### 202. Creating EC2 instance + +Create EC2 instance with custom security rules +- open port 80, 5000, 443(ssh) for everyone + + +