Skip to content

Commit 7692753

Browse files
Merge pull request #1 from RichardScottOZ/patch-3
minor edits
2 parents f675a51 + 0d27f83 commit 7692753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/compute_config/aws_batch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@ In summary, you can use one of the following settings:
9292
| aws_batch | execution_role | | yes | ARN of the execution role used to execute AWS Batch tasks on ECS for Fargate environments |
9393
| aws_batch | instance_role | | yes | ARN of the execution role used to execute AWS Batch tasks on ECS for EC2 environments |
9494
| aws_batch | security_groups | | yes | List of Security groups to attach for ECS task containers. By default, you can use a security group that accepts all outbound traffic but blocks all inbound traffic. |
95-
| aws_batch | subnets | | yes | List of subnets from a VPC where to deploy the ECS task containers. Note that if you are using a **private subnet**, you can set `assing_public_ip` to `false` but make sure containers can reach other AWS services like ECR, Secrets service, etc., by, for example, using a NAT gateway. If you are using a **public subnet** you must set `assing_public_ip` to `true` |
95+
| aws_batch | subnets | | yes | List of subnets from a VPC where to deploy the ECS task containers. Note that if you are using a **private subnet**, you can set `assign_public_ip` to `false` but make sure containers can reach other AWS services like ECR, Secrets service, etc., by, for example, using a NAT gateway. If you are using a **public subnet** you must set `assign_public_up` to `true` |
9696
| aws_batch | region | | no | Region name (like `us-east-1`) where to deploy the ECS cluster. Lithops will use the region set under the `aws` section if it is not set here |
9797
| aws_batch | assign_public_ip | `true` | no | Assing public IPs to ECS task containers. Set to `true` if the tasks are being deployed in a public subnet. Set to `false` when deploying on a private subnet. |
9898
| aws_batch | runtime | `default_runtime-v3X` | no | Runtime name |
9999
| aws_batch | runtime_timeout | 180 | no | Runtime timeout |
100100
| aws_batch | runtime_memory | 1024 | no | Runtime memory |
101101
| aws_batch | worker_processes | 1 | no | Worker processes |
102102
| aws_batch | container_vcpus | 0.5 | no | Number of vCPUs assigned to each task container. It can be different from `worker_processes`. Use it to run a task that uses multiple processes within a container. |
103-
| aws_batch | service_role | `None` | no | Service role for AWS Batch. Leave empty for use a service-linked execution role. More info [here](https://docs.aws.amazon.com/batch/latest/userguide/using-service-linked-roles.html) |
103+
| aws_batch | service_role | `None` | no | Service role for AWS Batch. Leave empty to use a service-linked execution role. More info [here](https://docs.aws.amazon.com/batch/latest/userguide/using-service-linked-roles.html) |
104104
| aws_batch | env_max_cpus | 10 | no | Maximum total CPUs of the compute environment |
105105
| aws_batch | env_type | FARGATE_SPOT | no | Compute environment type, one of: `["EC2", "SPOT", "FARGATE", "FARGATE_SPOT"]` |
106106

@@ -118,4 +118,4 @@ You can view the function executions logs in your local machine using the *litho
118118

119119
```bash
120120
lithops logs poll
121-
```
121+
```

0 commit comments

Comments
 (0)