meetlara/Build image and deploy to ECS
Builds de image, uploads to ECR, updates the task definition and deploys new service on ECS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | AWS Key ID | yes | — |
| aws_secret_access_key | AWS Secret Access Key | yes | — |
| ecr_image_name | Define the name of the ECR image registry | yes | — |
| ecr_image_tag | Define the tag of the image | yes | — |
| task_definition_container_name | Define the name of the container in the Task Definition | yes | — |
| ecs_service_name | Define the name of the ECS Service | yes | — |
| ecs_cluster_name | Define the name of the ECS Cluster | yes | — |
| task_definition_path | Define the path to the Task Definition | yes | — |
| build_working_directory | Define the path of working directory of code to build Docker image | yes | — |
| docker_build_extra_args | Define the extra arguments that you will set to docker build command | no | "" |
| second_task_definition_path | Define the path to the Task Definition | no | — |
| second_task_definition_container_name | Define the name of the container in the Task Definition | no | — |
| second_ecs_service_name | Define the name of the ECS Service | no | — |
| second_ecs_cluster_name | Define the name of the ECS Cluster | no | — |
Outputs
no outputs