cs50/deploy-to-eb
Deploys an app to AWS Elastic Beanstalk.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | The AWS access key ID used for authentication | yes | — |
| aws_secret_access_key | The AWS secret access key used for authentication | yes | — |
| aws_default_region | The AWS region where the bucket and EB env are | no | us-east-1 |
| bucket | The bucket where the app bundle is uploaded | no | elasticbeanstalk-us-east-1-518640797791 |
| app_name | The name of the EB application | yes | — |
| env_name | The name of the EB environment | no | — |
| version_label | The version label for the the application version to be deployed | no | — |
Outputs
no outputs