Skip to content

Commit 300ec3d

Browse files
Update README.md
Update README.md
1 parent 5af9ba9 commit 300ec3d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,34 +81,46 @@ git clone git@github.com:diogofiaminghi/terraform-application-auto-scaling.git
8181

8282
2 - Open console AWS.
8383

84-
- IMPORTANT: Make sure you are in "us-east-1" region
84+
> IMPORTANT: Make sure you are in "us-east-1" region
8585
8686
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/01%20-%20Console%20AWS.PNG)
8787

88+
---
89+
8890
- Go to EC2
8991

9092
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/02%20-%20Console%20AWS.PNG)
9193

94+
---
95+
9296
- Network & Security >> Key Pairs
9397

9498
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/03%20-%20Console%20AWS.PNG)
9599

100+
---
101+
96102
- Create Key Pair
97103

98104
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/04%20-%20Console%20AWS.PNG)
105+
106+
---
99107

100108
- Name = terraform-application-auto-scaling
101109
- Key pair type = RSA
102110
- Privete key format = .pem
103111
- Click on "Create key pair"
104112

105113
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/05%20-%20Console%20AWS.PNG)
114+
115+
---
106116

107117
- The key is downloaded automatically
108118

109119
![Project-Diagram](https://github.com/diogofiaminghi/terraform-application-auto-scaling/blob/e07ee09f9b5c7bd07793553e25245a5e9c9a76cc/06%20-%20Console%20AWS.PNG)
110120

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+
---
112124

113125
- Change permission.
114126

0 commit comments

Comments
 (0)