File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -80,21 +80,34 @@ git clone git@github.com:diogofiaminghi/terraform-application-auto-scaling.git
80
80
```
81
81
82
82
2 - Open console AWS.
83
+
83
84
- IMPORTANT: Make sure you are in "us-east-1" region
84
85
86
+ ![ Project-Diagram] ( https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/01%20-%20Console%20AWS.PNG )
87
+
85
88
- Go to EC2
86
89
90
+ ![ Project-Diagram] ( https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/02%20-%20Console%20AWS.PNG )
91
+
87
92
- Network & Security >> Key Pairs
88
93
94
+ ![ Project-Diagram] ( https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/03%20-%20Console%20AWS.PNG )
95
+
89
96
- Create Key Pair
97
+
98
+ ![ Project-Diagram] ( https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/04%20-%20Console%20AWS.PNG )
90
99
91
100
- Name = terraform-application-auto-scaling
92
101
- Key pair type = RSA
93
102
- Privete key format = .pem
94
103
- Click on "Create key pair"
104
+
105
+ ![ Project-Diagram] ( https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/05%20-%20Console%20AWS.PNG )
95
106
96
107
- The key is downloaded automatically
97
108
109
+ ![ Project-Diagram] ( https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/06%20-%20Console%20AWS.PNG )
110
+
98
111
- 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).
99
112
100
113
- Change permission.
You can’t perform that action at this time.
0 commit comments