alonch/Actions AWS WebServer
Provision and AWS infra to host a webserver
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Desire outcome: deploy or delete | no | deploy |
| name | Function name | yes | — |
| arm | Run in ARM compute | no | true |
| domain | Domain name | yes | — |
| cpu | .25, .5, 1, 2, 4, 8, 16 in vCPU for more details (docs)[https://docs.aws.amazon.com/eks/latest/userguide/fargate-pod-configuration.html] | no | 256 |
| memory | .5 to 120 in GB, for more details (docs)[https://docs.aws.amazon.com/eks/latest/userguide/fargate-pod-configuration.html] | no | 512 |
| env | List of environment variables in YML format | no | CREATE_BY: alonch/actions-aws-function-node |
| permissions | List of permissions following Github standard of service: read or write. In YML format | — | "" |
| container-image | full container image name | yes | — |
| public-path | Public path to the container | no | public/ |
| port | Port to expose | no | 80 |
| user-pool-arn | User pool arn | — | — |
| user-pool-client | User pool client | — | — |
| health-path | path to health check | — | / |
Outputs
| name | description |
|---|---|
| url | Public accessiable URL |