alexf4dev/ec2-instance-connect-deploy
Deploy to AWS EC2 instance using EC2 Instance Connect
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 29, 2023
- License
- Apache 2.0
Pinned Snippet
uses: alexf4dev/aws-ec2-instance-connect-ssh@0fc8bcab68dee1374c9d2489fe4b6d7457c0127d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-key-id | AWS_ACCESS_KEY_ID | yes | — |
| secret-access-key | AWS_SECRET_ACCESS_KEY | yes | — |
| default-region | AWS_DEFAULT_REGION | yes | — |
| user-name | The user name | yes | — |
| instance-id | The EC2 instance id | yes | — |
| mssh-path | Path to mssh | yes | /home/ubuntu/.local/bin/mssh |
| command | command to be executed | no | echo 'Hello world' |
Outputs
| name | description |
|---|---|
| result | Output of the command |