aws-batch: support runtimePlatform for EcsFargateContainerDefinition #28188
Labels
@aws-cdk/aws-batch
Related to AWS Batch
duplicate
This issue is a duplicate.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Add runtimePlatform to EcsFargateContainerDefinition so an ARM platform can be specified. In order to use ARM I need to drop down to the low level construct, CfnJobDefinition.
Use Case
We use golang and compile for ARM. ARM resources give us consistent compute (no hyperthreading) and is more economical.
Proposed Solution
Add the
runtimePlatform
information to the higher levelEcsFargateContainerDefinition
construct.Other Information
No response
Acknowledgements
CDK version used
^2.97.0
Environment details (OS name and version, etc.)
dev - mac/ventura, runtime: amazon linux 2 / arm
The text was updated successfully, but these errors were encountered: