Skip to content

Commit 5af9ba9

Browse files
Add images to step 2
Add images to step 2
1 parent e07ee09 commit 5af9ba9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,34 @@ git clone git@github.com:diogofiaminghi/terraform-application-auto-scaling.git
8080
```
8181

8282
2 - Open console AWS.
83+
8384
- IMPORTANT: Make sure you are in "us-east-1" region
8485

86+
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/01%20-%20Console%20AWS.PNG)
87+
8588
- Go to EC2
8689

90+
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/02%20-%20Console%20AWS.PNG)
91+
8792
- Network & Security >> Key Pairs
8893

94+
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/03%20-%20Console%20AWS.PNG)
95+
8996
- Create Key Pair
97+
98+
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/04%20-%20Console%20AWS.PNG)
9099

91100
- Name = terraform-application-auto-scaling
92101
- Key pair type = RSA
93102
- Privete key format = .pem
94103
- Click on "Create key pair"
104+
105+
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/05%20-%20Console%20AWS.PNG)
95106

96107
- The key is downloaded automatically
97108

109+
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/06%20-%20Console%20AWS.PNG)
110+
98111
- 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).
99112

100113
- Change permission.

0 commit comments

Comments
 (0)