Skip to content

Commit cabdb2a

Browse files
committed
doc: improve bastion host project text
1 parent 0961ca0 commit cabdb2a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

projects/secure-aws-vpc-with-bastion-host.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,12 @@ <h2>Challenges</h2>
140140
<p class="challenge-detail">
141141
The private instance had no public IP address and could not be reached from the internet. The solution was to access it through the bastion host using its private IP address, but this was only possible after relaunching the public instance with a public IP address.
142142
</p>
143-
</div>
144143

144+
<p class="challenge-detail">
145+
Security group configuration also played an important role in connectivity. SSH access to the private instance was restricted to traffic originating from the bastion host.
146+
</p>
147+
</div>
148+
145149
<div class="challenge">
146150
<p><strong>Separating inbound access from outbound internet access</strong></p>
147151
<p class="challenge-detail">

0 commit comments

Comments
 (0)