File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 * [ Install AWS CLI] ( https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html )
66 * [ Install AWS CLI Session Manager Plugin] ( https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html )
77* Ensure Your IAM Permissions
8- * [ IAM Policy Example] ( aws-ssm-ec2-proxy-command- iam-policy.json )
8+ * [ IAM Policy Example] ( aws-ssm-ec2-iam-policy.json )
99 * ` ssm:StartSession ` for DocumentName: ` AWS-StartSSHSession ` and Target Instance
1010 * [ AWS Documentation] ( https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-restrict-access-examples.html )
1111 * ` ssm:SendCommand ` for DocumentName: ` AWS-RunShellScript ` and Target Instance
4040## Alternative Implementation with ` ec2-instance-connect `
4141* Ensure [ Prerequisits] ( #prerequisits )
4242* Use this [ aws-ssm-ec2-proxy-command.sh] ( ec2-instance-connect/aws-ssm-ec2-proxy-command.sh ) proxy command script instead
43- * Use this [ IAM Policy Example] ( ec2-instance-connect/aws-ssm-ec2-proxy-command- iam-policy.json ) instead
43+ * Use this [ IAM Policy Example] ( ec2-instance-connect/aws-ssm-ec2-iam-policy.json ) instead
4444 * ` ssm:StartSession ` for DocumentName: ` AWS-StartSSHSession ` and Target Instance
4545 * [ AWS Documentation] ( https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-restrict-access-examples.html )
4646 * ` ec2-instance-connect:SendSSHPublicKey `
You can’t perform that action at this time.
0 commit comments