nektos/Quinntainer
Deploy containers to AWS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-region | AWS Region, e.g. us-east-2 | yes | — |
| role-to-assume | ARN of IAM Role to assume via GHA OIDC | yes | — |
| port | Port listening in container | yes | — |
| cpu | CPU to allocate to container | — | 1024 |
| memory | Memory to allocate to container | — | 2048 |
| docker-build-context | Path to docker build context | — | . |
| dockerfile | Path to Dockerfile | — | Dockerfile |
Outputs
| name | description |
|---|---|
| aws-account-id | The AWS account ID for the provided credentials |
| registry | The URI of the ECR registry i.e. aws_account_id.dkr.ecr.region.amazonaws.com. If multiple registries are provided as inputs, this output will not be set. |