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
- Stale
- License
- None
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 | — |
| local-path | The local path | yes | — |
| remote-path | The remote path | yes | — |
| instance-id | The EC2 instance id | yes | — |
| user-name | The user name | yes | — |
| rsync-args | rsync args | yes | --stats --progress |
| mssh-path | Path to mssh | yes | /home/ubuntu/.local/bin/mssh |
Outputs
| name | description |
|---|---|
| result | Output of the command |