From 300ec3d84edd6331ff9bcb8add2c386b1c733cb1 Mon Sep 17 00:00:00 2001 From: Diogo Fiaminghi Date: Sat, 18 Mar 2023 23:48:47 -0300 Subject: [PATCH] Update README.md Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 056d256..eebaf2e 100644 --- a/README.md +++ b/README.md @@ -81,21 +81,29 @@ git clone git@github.com:diogofiaminghi/terraform-application-auto-scaling.git 2 - Open console AWS. -- IMPORTANT: Make sure you are in "us-east-1" region +> IMPORTANT: Make sure you are in "us-east-1" region ![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/01%20-%20Console%20AWS.PNG) +--- + - Go to EC2 ![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/02%20-%20Console%20AWS.PNG) +--- + - Network & Security >> Key Pairs ![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/03%20-%20Console%20AWS.PNG) +--- + - Create Key Pair ![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/04%20-%20Console%20AWS.PNG) + +--- - Name = terraform-application-auto-scaling - Key pair type = RSA @@ -103,12 +111,16 @@ git clone git@github.com:diogofiaminghi/terraform-application-auto-scaling.git - Click on "Create key pair" ![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/05%20-%20Console%20AWS.PNG) + +--- - The key is downloaded automatically ![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/06%20-%20Console%20AWS.PNG) -- IMPORTANT: Copy the key to the same project directory (keep your key in a safe place and don't share it. You will use it to access the instances). +> IMPORTANT: Copy the key to the same project directory (keep your key in a safe place and don't share it. You will use it to access the instances). + +--- - Change permission.