pixelcat-user/AWS ECS Execute Service Command
Locates the most recent container with state RUNNING and runs the specified command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS Access Key ID | yes | — |
| aws_secret_access_key | AWS Secret access key | yes | — |
| aws_region | AWS Region | yes | — |
| cluster | The name of the cluster to use | yes | — |
| service | The name of the service | yes | — |
| command | The command to run | yes | — |
Outputs
| name | description |
|---|---|
| result | The resulting output of the command |