Skip to content

Commit 438de1a

Browse files
authored
Update README.md
1 parent c74aa91 commit 438de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ssh <INSTACEC_USER>@<INSTANCE_ID> \
5252
```
5353

5454
## Alternative Implementation with `ec2-instance-connect`
55-
The advantage from security perspective it that you don't need to grant `ssm:SendCommand` to users and there by the permission to execute everything as root.
55+
The advantage from a security perspective is that you don't need to grant `ssm:SendCommand` to users and there by the permission to execute everything as root.
5656
Instead you only grant `ec2-instance-connect:SendSSHPublicKey` permission to a specific instance user e.g. `ec2-user`.
5757
* Ensure [Prerequisits](#prerequisits)
5858
* Follow [Install Guide](#install-ssh-proxy-command)

0 commit comments

Comments
 (0)