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