You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/bastion-host/index.ts
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,9 @@ import { Construct } from "constructs";
27
27
*
28
28
* Add an entry to the `users` array with a username (likely matching your local systems username, which you can get by running the `whoami` command in your terminal) and a public key (likely your default public key, which you can get by running `cat ~/.ssh/id_*.pub` in your terminal).
29
29
*
30
-
* <details>
30
+
* #### Tips & Tricks when using the Bastion Host
31
31
*
32
-
* <summary>Tips & Tricks when using the Bastion Host</summary>
33
-
*
34
-
* #### Connecting to RDS Instance via SSM
32
+
* ##### Connecting to RDS Instance via SSM
35
33
*
36
34
* ```sh
37
35
* aws ssm start-session --target $INSTANCE_ID \
@@ -60,7 +58,7 @@ import { Construct } from "constructs";
0 commit comments