BatchCompute
Bases: DuploResourceV3
Manage AWS Batch Job Resources
Run batch jobs as a managed service on AWS infrastructure.
Read more docs here: https://docs.duplocloud.com/docs/overview/aws-services/batch
Commands
apply
Apply a BatchCompute
Create or Update a BatchCompute resource with Duplocloud cli.
CLI Usage
Contents of thebatchcompute.yaml file
Returns:
| Name | Type | Description |
|---|---|---|
message |
dict
|
Success message. |
Parameters:
--file, -f, --cli-input
A file to read the input from
--patches, --add, --remove, --copy, --replace, --test, --move
The json patch to apply
create
Create a Batch Compute Environment.
Creates a new Batch Compute Environment with the specified configuration.
Returns:
| Name | Type | Description |
|---|---|---|
dict |
dict
|
The created Batch Compute Environment object. |
Parameters:
--file, -f, --cli-input
A file to read the input from
delete
disable
find
list
Retrieve a List of BatchCompute resources
Returns:
| Name | Type | Description |
|---|---|---|
list |
list
|
A list of BatchCompute. |
update
Update a V3 resource by name.
Returns:
| Name | Type | Description |
|---|---|---|
message |
Success message. |
Raises:
| Type | Description |
|---|---|
DuploError
|
If the resource could not be created. |
Parameters:
name
positional
The resource name
--file, -f, --cli-input
A file to read the input from
--patches, --add, --remove, --copy, --replace, --test, --move
The json patch to apply