aws-batch-alpha: Missing ephemeralStorage configuration #25393
Labels
@aws-cdk/aws-batch
Related to AWS Batch
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Describe the bug
AWS Batch using ECS Fargate should support setting the
ephemeralStorage
(< 200GiB).I can't find any ways to do it currently
Expected Behavior
Having a
ephemeralStorage
property inEcsFargateContainerDefinition
.Current Behavior
No way to configure
ephemeralStorage
Reproduction Steps
Create a
new EcsJobDefinition(...)
withnew EcsFargateContainerDefinition(...)
ascontainer
propertyPossible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.77.0 (build 06a0b19)
Framework Version
No response
Node.js Version
v16.13.0
OS
MacOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: