aws-batch
fmdlc/aws-batch/module
:alien: Terraform module for AWS Batch.
terraform-aws-batch-module   !https://github.com/fmdlc/terraform-module-aws-batch/issues !https://www.apache.org/licenses/LICENSE-2.0 !https://www.terraform.io/   This module helps to create an AWS Batch stack within VPC. For more details about creating AWS Batch stacks, please see: Terraform batch_compute_environment Terraform batch_job_definition Terraform batch_job_queue Standard architecture A job definition specifies how jobs are to be run—for example, which Docker image to use for your job, how many vCPUs and how much mem
| Name | Type | Description | Default |
|---|---|---|---|
| security_groups | list | Security groups to be used by the Compute Environment. | required |
| ce_name | string | Given name for the Compute Environment. | required |
| ecs_container_properties | string | A valid container properties provided as a single valid JSON document. | required |
| vpc_id | string | VPC ID to launch Compute Environment. | required |
| min_vcpu | number | Minimum number of VCPUs allocated to instances. | 0 |
| batch_job_queue_priority | string | Priority of the created Job Queue. | "100" |
| ce_allocation_strategy | string | The allocation strategy to use for the compute resource. | "BEST_FIT" |
| max_vcpu | number | Maximum allowed VCPUs allocated to instances. | 32 |
| desired_vcpu | number | Desired number of VCPUs allocated to instances. | 2 |
| instance_type | string | The instance_type for compute environment to use. | "optimal" |
| batch_job_queue_name | string | Batch Job queue name. | "batch-job-queue" |
| batch_job_queue_state | string | State of the created Job Queue. | "ENABLED" |
| ce_type | string | Compute Environment type. | "MANAGED" |
| batch_job_definition_name | string | Batch Job definition name. | "batch-job-definition" |
job_definition_arn — The Job definition ARN.job_definition_container_properties — The Job definition container properties.job_queue_arn — The Job queue ARN.job_queue_state — Job queue statecompute_environment_resources_arn — The CE resources.compute_environment_name — The CE name.subnet_ids — Subnet IDs where Compute Environment runs.compute_environment_state — The CE state.job_definition_container_parameters — The Job definition parametersAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,