We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f543f commit 3dcf795Copy full SHA for 3dcf795
README.md
@@ -47,6 +47,7 @@ ssh <INSTACEC_USER>@<INSTANCE_ID> \
47
```
48
49
## Alternative Implementation with `ec2-instance-connect`
50
+The advantage from security perspective it that you don't need to grant "ssm:SendCommand" to users.
51
* Ensure [Prerequisits](#prerequisits)
52
* Use this [aws-ssm-ec2-proxy-command.sh](ec2-instance-connect/aws-ssm-ec2-proxy-command.sh) proxy command script instead
53
* Use this [IAM Policy Example](ec2-instance-connect/aws-ssm-ec2-iam-policy.json) instead
0 commit comments